Skip to content
#

reciprocal-rank-fusion

Here are 88 public repositories matching this topic...

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

  • Updated Aug 19, 2026
  • Python
frankensearch

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.

  • Updated Aug 20, 2026
  • Rust
retail-unified-commerce

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.

  • Updated Jul 27, 2026
  • JavaScript

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.

  • Updated Apr 30, 2026
  • Jupyter Notebook

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.

  • Updated May 30, 2026
  • Python

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.

  • Updated Aug 19, 2026
  • Python

A mvp product multi-stage search engine over MS MARCO (8.8M passages). BM25 + dense retrieval with RRF fusion, cross-encoder reranking, and FastAPI serving. Built with dependency injection, full test coverage (139 tests), and benchmark-validated evaluation (MRR@10: 0.3660).

  • Updated Aug 12, 2026
  • Python

Improve this page

Add a description, image, and links to the reciprocal-rank-fusion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reciprocal-rank-fusion topic, visit your repo's landing page and select "manage topics."

Learn more