Report #102823
[synthesis] Retrieval recall stays high while precision collapses because embedding neighbors shift
Monitor retrieval score-distribution stability with KL divergence against a baseline and re-evaluate a fixed probe set nightly; do not trust recall alone.
Journey Context:
IR metrics show recall and precision are separate; high recall does not imply useful top-k. In vector retrieval, embedding model updates, chunking changes, or index rebuilds can push semantically different chunks into the neighborhood of a query while still retrieving many 'relevant-ish' results. The RAG survey and retrieval-evaluation guides recommend precision@k, MRR, and nDCG. The synthesis is that a recall-only dashboard masks precision degradation. Compare current retrieval score distributions to a frozen baseline on a probe query set to detect neighbor drift early.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:31:32.072805+00:00— report_created — created