RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.
-
Updated
Apr 26, 2026 - Python
RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.
Agentic RAG for local and self-hosted document search: hybrid retrieval, reranking and multimodal RAG on embedded LanceDB, with Docling parsing and an MCP server
Two-tier hybrid search for Rust: sub-millisecond initial results via potion-128M, quality-refined rankings in 150ms via MiniLM-L6-v2. Combines lexical (Tantivy BM25) and semantic (vector cosine) search with Reciprocal Rank Fusion. Progressive iterator API, f16 SIMD vector index, feature-gated compilation.
Unified web search + content extraction extension for pi with 19 backends. Auto-fallback, RRF combine mode, targeted combine, pluggable web_read (Jina/Sofya/Firecrawl/Exa), and env/shell credential resolution.
Offline Netflix catalog search with BM25, dense retrieval, hybrid RRF, cross-encoder reranking, and reproducible relevance evaluation.
Performance Evaluation of Rankers and RRF Techniques for Retrieval Pipelines: Employs Diversity, Lost-in-the-Middle, and Similarity rankers to reorder documents and maximize LLM context window performance. Implements Hybrid Retrieval with Reciprocal Rank Fusion (RRF) and rigorous BEIR evaluation (NDCG, MAP, Recall, Precision).
Production-grade hybrid RAG: BM25 + dense retrieval + cross-encoder reranking + LLM-as-Judge
Allows you to merge search results from multiple search engines using the reciprocal rank fusion algorithm.
A state-of-the-art Information Retrieval system for TREC ROBUST04 achieving MAP 0.3309. Features a Novel 4-Way RRF Fusion architecture combining BM25, Neural Reranking (Cross-Encoders), and LLM-Augmented Query Expansion (Query2Doc) via LiteLLM.
Analysis and implementational details of rank aggregation methods for combing results of multiple engines to achieve best mAP and P@5,10 values
This demo showcases a store associate application built on MongoDB Atlas, created to streamline product discovery and inventory visibility as part of a unified commerce strategy.
Autonomous log-investigation engine retrieves evidence with hybrid BM25 + vector search (RRF + cross-encoder reranking) and drives an agent that reads, hypothesizes, and probes iteratively to surface root causes.
RAG-based interview assistant with hybrid dense+sparse retrieval, query routing, and source-cited answers grounded in real resume/project data.
A high-performance Retrieval-Augmented Generation pipeline for technical Q&A workloads. Combines hybrid retrieval (dense + BM25), query expansion, Reciprocal Rank Fusion (RRF), and cross-encoder re-ranking to improve retrieval precision and answer grounding. Evaluated with Ragas, showing measurable gains in context recall and faithfulness.
Hybrid RAG with three retrievers—Lexical (BM25), Semantic (embeddings), and Hybrid (Reciprocal Rank Fusion) — parallel retrieval, Llama 3 generation, and side-by-side evaluation with reproducible notebooks.
AI document assistant with a production RAG pipeline — hybrid BM25 + semantic search, cross-encoder reranking, and streaming answers. Built with FastAPI, Streamlit, ChromaDB, and DeepSeek LLM. Fully Dockerized and deployed on Railway.
Hybrid passage retrieval over the ISOT news corpus with TF-IDF, MiniLM, RRF, reproducible evaluation, and a documented classification baseline.
Production-grade hybrid RAG with the parts demos skip: dense (Qdrant) + BM25 + hand-written RRF fusion + cross-encoder reranking, citation-verified generation (attribution measured, never declared), and a reproducible eval harness — recall@k · nDCG · MRR · paired bootstrap CI95 · RAGAS-style metrics. LangChain · LangGraph · FastAPI.
Defensive multi-stage AI agent that triages support tickets across HackerRank, Claude, and Visa using local RAG, hybrid retrieval, and structured reasoning. Escalates high-risk cases safely.
Búsqueda híbrida sobre Postgres: pgvector para el significado, full-text para las palabras, fusión RRF dentro de una función SQL. Port medido de laletra, con harness de evaluación como puerta de CI.
Add a description, image, and links to the reciprocal-rank-fusion topic page so that developers can more easily learn about it.
To associate your repository with the reciprocal-rank-fusion topic, visit your repo's landing page and select "manage topics."