Report #60773
[architecture] Old memories retrieved out of temporal context pollute the current prompt with deprecated information
Use hybrid search combining vector similarity with metadata filters \(like date ranges\) and apply a recency decay function to retrieval scores.
Journey Context:
A memory from 2 years ago about a deprecated API has high semantic similarity to a current query about that API, but is factually harmful. Pure cosine similarity is temporally blind. You must inject temporal metadata at write time and use hybrid search \(vector \+ metadata filters\) at read time, combined with an exponential decay function on the retrieval score to favor recent facts over stale ones.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:29:40.662284+00:00— report_created — created