update docs

This commit is contained in:
ZiyiXia 2025-02-06 10:03:42 +00:00
parent cbf98a6140
commit 0082bcf19f
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
sphinx
myst-nb
myst_parser
sphinx-design
pydata-sphinx-theme
# furo

View File

@ -1,6 +1,10 @@
Reranker
========
.. tip::
If you are already familiar with the concepts, take a look at the :doc:`BGE rerankers <../bge/index>`!
Reranker, or Cross-Encoder, is a model that refines the ranking of candidate pairs (e.g., query-document pairs) by jointly encoding and scoring them.
Typically, we use embedder as a Bi-Encoder. It first computes the embeddings of two input sentences, then compute their similarity using metrics such as cosine similarity or Euclidean distance.

View File

@ -3,6 +3,7 @@ BGE-M3
======
BGE-M3 is a compound and powerful embedding model distinguished for its versatility in:
- **Multi-Functionality**: It can simultaneously perform the three common retrieval functionalities of embedding model: dense retrieval, multi-vector retrieval, and sparse retrieval.
- **Multi-Linguality**: It can support more than 100 working languages.
- **Multi-Granularity**: It is able to process inputs of different granularities, spanning from short sentences to long documents of up to 8192 tokens.