Recherche hybride et fusion de rangs

Querying two engines that fail in different ways, then merging their rankings. Vector search finds meaning and misses the exact reference; keyword search (BM25) finds the literal term and misses the paraphrase. Their scores live on incompatible scales, so averaging them is meaningless. Reciprocal rank fusion sidesteps this by looking only at positions: each document gets the sum, across every list, of 1 divided by (k plus its rank), with k defaulting to 60. That output is a first pass, before a reranking model sorts the short list handed to the generator.

Strengths

Limitations

Best for

Official site

View on Coeurdar