



Open-source cross-encoder reranking model from BAAI that enhances RAG retrieval quality by examining query-document pairs individually. Self-hostable with Apache 2.0 licensing for cost-effective production deployments.
Loading more......
BGE Reranker Base is a cross-encoder model specifically designed for reranking retrieved documents in RAG pipelines. Unlike bi-encoders that create separate embeddings, it processes query-document pairs together for more accurate relevance scoring.
Frequently offers the highest or near-highest MRR (Mean Reciprocal Rank) for embeddings, with performance rivaling or surpassing proprietary models like Cohere Rerank.
Works with LangChain, LlamaIndex, and Hugging Face Transformers. Can be deployed alongside vector databases for two-stage retrieval.
Free and open-source under Apache 2.0 license. Hosting costs depend on deployment infrastructure.