Skip to content

Commit 2cf753f

Browse files
authored
Update main sbert.net page with v5.1 mention (#3482)
1 parent 58622d4 commit 2cf753f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
.. tip::
1+
.. note::
22

3-
Sentence Transformers v5.0 just released, introducing SparseEncoder models, a new class of models for efficient neural lexical search and hybrid retrieval. Read `Sparse Encoder > Usage <docs/sparse_encoder/usage/usage.html>`_ to learn more about how to use them, or check out `v5.0 Release Notes <https://github.com/UKPLab/sentence-transformers/releases/tag/v5.0.0>`_ for details on the other changes.
3+
Sentence Transformers v5.1 just released, bringing the ONNX and OpenVINO backends to SparseEncoder models. Read `SparseEncoder > Usage > Speeding up Inference <docs/sparse_encoder/usage/efficiency.html>`_ to read more about the performance boosts that you can expect, or read the `v5.1 Release Notes <https://github.com/UKPLab/sentence-transformers/releases/tag/v5.1.0>`_ for information on the other changes.
4+
5+
.. note::
6+
7+
Sentence Transformers v5.0 was recently published, introducing SparseEncoder models, a new class of models for efficient neural lexical search and hybrid retrieval. Read `Sparse Encoder > Usage <docs/sparse_encoder/usage/usage.html>`_ to learn more about how to use them, or check out `v5.0 Release Notes <https://github.com/UKPLab/sentence-transformers/releases/tag/v5.0.0>`_ for details on the other changes.
48

59
SentenceTransformers Documentation
610
==================================
@@ -144,6 +148,7 @@ Consider reading one of the following sections to answer the related questions:
144148
* Sparse Encoder Models:
145149
* How to **use** Sparse Encoder models? `Sparse Encoder > Usage <docs/sparse_encoder/usage/usage.html>`_
146150
* What Sparse Encoder **models** can I use? `Sparse Encoder > Pretrained Models <docs/sparse_encoder/pretrained_models.html>`_
151+
* How do I make Sparse Encoder models **faster**? `Sparse Encoder > Usage > Speeding up Inference <docs/sparse_encoder/usage/efficiency.html>`_
147152
* How do I **train/finetune** a Sparse Encoder model? `Sparse Encoder > Training Overview <docs/sparse_encoder/training_overview.html>`_
148153
* How do I **integrate** Sparse Encoder models with search engines? `Sparse Encoder > Vector Database Integration <examples/sparse_encoder/applications/semantic_search/README.html#vector-database-search>`_
149154

0 commit comments

Comments
 (0)