Report #102692
[counterintuitive] Vector search similarity is the same as task relevance
Combine dense embeddings with lexical search \(BM25\) via reciprocal rank fusion, then rerank the top candidates with a cross-encoder tuned to your task and query distribution.
Journey Context:
Embeddings capture semantic similarity but are weak at exact identifiers, rare terms, negation, and precise entity matches. A passage can be vector-close to a query yet irrelevant to the task. Production retrieval stacks therefore use hybrid search: BM25 for exact signal, embeddings for conceptual signal, RRF to fuse rankings without score normalization, and a cross-encoder reranker for final relevance calibration.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:18:19.275767+00:00— report_created — created