Tag: #retrieval-optimization
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Hybrid Search Guide: Combining BM25 and Vector Search for Better RAG
Pure vector search has a blind spot: exact keyword matching. This guide explains how to combine BM25 and vector search using RRF (Reciprocal Rank Fusion) to get the best of both worlds — with real code, benchmark numbers
2026-03-18 · 7 min read #hybrid-search#bm25#vector-search#rag#rrf