Report #12449
[architecture] Vector search returns semantically similar but temporally irrelevant memories
Combine semantic similarity with time-weighted scoring \(e.g., exponential decay\) or store timestamps as metadata and filter/sort by recency during retrieval.
Journey Context:
Pure vector similarity ignores time. In software or operational contexts, recent information is almost always more accurate than old information. Tradeoff: Strict time filtering might miss long-standing rules. Time-weighting balances semantic relevance with recency, ensuring the agent prefers fresh knowledge while retaining stable semantic facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T16:07:33.961879+00:00— report_created — created