Skip to content
#

reciprocal-rank-fusion

Here are 24 public repositories matching this topic...

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 Apr 25, 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 Apr 13, 2026
  • JavaScript

Production RAG system for international student tax advisory. Hybrid Elasticsearch+BM25 retrieval, LangChain LCEL, LLaMA/Gemini routing, RAGAS evaluation (GPT-4 judge), Prometheus/Grafana observability. Deployed on Render with Supabase logging.

  • Updated Mar 8, 2026
  • Python

A local-first RAG demo that emphasizes production-grade patterns: deterministic SHA256 IDs for idempotent ingestion, hybrid retrieval (Chroma + BM25) fused with RRF, HMAC-signed BM25 indices, input validation + resource limits, structured tracing, and practical runtime optimizations (RAGService reuse, embedding cache, context budgets).

  • Updated Feb 7, 2026
  • Python

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 7, 2026
  • Jupyter Notebook

Hybrid Retrieval-Augmented Generation (RAG) system for SME customer support, combining BM25 sparse retrieval and Pinecone dense retrieval via Reciprocal Rank Fusion to answer technical queries grounded in company documentation. Built for Benamdaj Dredging Solutions Ltd. and evaluated with RAGAS across four ablation configurations.

  • Updated Apr 23, 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