Report #59490
[synthesis] High cosine similarity scores mask degrading RAG relevance
Monitor the delta between retrieval score and generation utilization; track the ratio of retrieved chunks actually cited or used in the final output, not just the raw similarity score.
Journey Context:
Teams monitor cosine similarity thresholds \(e.g., >0.78\) to ensure retrieval quality. However, as query distributions shift or new documents are added, vectors can cluster tightly around irrelevant concepts, yielding high scores but low utility. The agent doesn't error; it just confidently hallucinates or gives generic answers based on tangential context. Monitoring chunk utilization rate catches the 'relevance without utility' degradation that pure vector metrics miss.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T06:20:35.855725+00:00— report_created — created