mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2026-01-06 12:11:45 +00:00
update docs
This commit is contained in:
parent
cbf98a6140
commit
0082bcf19f
@ -1,5 +1,6 @@
|
||||
sphinx
|
||||
myst-nb
|
||||
myst_parser
|
||||
sphinx-design
|
||||
pydata-sphinx-theme
|
||||
# furo
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user