#134 · Primary category: Knowledge Base & RAG
rag-fusion
RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.
Project last updated:04/26/26
GitHub Stars
953
Forks
115
Contributors
2
License
MIT
Why we included this project
RAG-Fusion is for teams whose retrieval pipeline keeps missing relevant documents because users phrase queries differently than the corpus is indexed. The repo shows a working technique: have an LLM generate several query variations, run each against vector search, and merge the ranked results with Reciprocal Rank Fusion to recover documents a single phrasing would miss. What sets it apart is that it ships an evaluation harness built on NFCorpus and BEIR, with paired-bootstrap confidence intervals, and the accompanying writeup is honest about where fusion pays off and where it does not. The vector-only variant turns out to be roughly neutral in benefit, while the hybrid that adds BM25 and cross-encoder reranking shows measurable gains in both retrieval quality and generated answers. That gives teams a real basis for deciding whether the extra compute is worth it, instead of a one-size-fits-all promise.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
crawl4ai
🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN
docling
Get your documents ready for gen AI
anything-llm
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience