Documentation

Text Reranking

Score and reorder candidate texts by relevance to a query

Reranking models are cross-encoders that jointly score a query and a candidate text, producing a relevance score. Use as a second-stage step after fast embedding-based retrieval to significantly improve ranking quality.

Typical pipeline:

  1. Retrieve top-100 candidates using a fast embedding model
  2. Rerank with a cross-encoder to get the best top-10

Available Models

  • BGE Reranker V2 Large – Open-weight multilingual cross-encoder, top performance on MS MARCO and BEIR
  • Cohere Rerank v3 – Commercial-grade reranker for enterprise search and retrieval

On this page


Command Palette

Search for a command to run...

Keyboard Shortcuts
CTRL + KSearch
CTRL + DTheme switch
CTRL + LLanguage switch

Software details
Compiled 3 days ago
Release: v4.0.0-production
Buildnumber: master@994bcfd
History: 46 Items