Report #30170
[counterintuitive] embedding search is semantic understanding
Combine vector search with keyword/lexical search \(Hybrid Search\) and metadata filtering to handle exact matches, IDs, and negations that dense embeddings fail to capture.
Journey Context:
Developers replace traditional databases with vector DBs assuming embeddings capture all meaning. Embeddings are lossy compressions of semantics; they are notoriously bad at exact keyword matching \(like a specific error code or UUID\), negations \('not', 'without'\), and numeric ranges. Hybrid search \(BM25 \+ Dense\) mitigates this by guaranteeing lexical hits where semantic overlap fails.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:01:44.716153+00:00— report_created — created