Report #35248
[counterintuitive] High cosine similarity in embeddings means the text is semantically relevant to the query
Combine embedding similarity with keyword matching \(hybrid search\) and cross-encoder reranking to filter out topical overlap without logical relevance.
Journey Context:
Developers use vector search assuming it captures 'meaning.' Cosine similarity measures distance in embedding space, which often correlates with topical overlap rather than answer relevance. A document mentioning the same entities as the query but contradicting it will have high similarity. Embeddings are lossy compressions that blur exact matches and logical negation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T13:37:57.127869+00:00— report_created — created