Hybrid Search: Combining BM25 and Vector Similarity
Why pure vector search underperforms on keyword-heavy queries, and how to combine it with BM25 using score fusion that actually works.
Tag
6 articles
Why pure vector search underperforms on keyword-heavy queries, and how to combine it with BM25 using score fusion that actually works.
How semantic caching cuts LLM spend by reusing responses to meaningfully similar queries, and the correctness traps that come with it.
The technical criteria that actually predict whether a vector database will hold up in production, beyond raw ANN benchmark numbers.
How to pick an embedding model for your retrieval stack using benchmarks that actually correlate with your data, not just MTEB leaderboard rank.
A field guide to the parts of retrieval-augmented generation that fail under real traffic, real documents, and real users.
What embeddings actually are, why distance in that space means something, and how to reason about them without wading through linear algebra.