chu2bard/rankfuse
Reranking and result fusion for search and RAG pipelines
When you're trying to find relevant information from multiple sources, like different search engines or databases, this helps you combine and sort all the results. It takes lists of search results and their initial scores, then intelligently re-sorts them to give you a single, more accurate list of the most important items. This is useful for anyone building systems that need to deliver precise answers based on combined search results, such as a knowledge management specialist or a data scientist.
Use this if you need to combine and re-order search results from several different information retrieval methods to get a single, more accurate list.
Not ideal if you only have one source of information and don't need to combine results or if you are not comfortable with Python code.
Stars
13
Forks
—
Language
Python
License
MIT
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/chu2bard/rankfuse"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
HKUDS/LightRAG
[EMNLP2025] "LightRAG: Simple and Fast Retrieval-Augmented Generation"
beir-cellar/beir
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across...
HKUDS/RAG-Anything
"RAG-Anything: All-in-One RAG Framework"
superlinear-ai/raglite
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL
illuin-tech/vidore-benchmark
Vision Document Retrieval (ViDoRe): Benchmark. Evaluation code for the ColPali paper.