Report #62912
[architecture] Vector store returning outdated or irrelevant memories
Apply a time-decay factor to vector search scores \(e.g., exponential decay based on timestamp\) or use a hybrid search combining semantic similarity with recency filtering.
Journey Context:
Pure cosine similarity ignores time. A memory from 2 years ago that semantically matches a query might be returned over a highly relevant memory from 5 minutes ago. Developers often assume vector similarity is sufficient. Alternatives include hard time-window filters, but they create sharp cliffs where slightly older memories vanish. Time-decay scoring provides a smooth transition, prioritizing recent relevant memories while keeping older ones accessible if their semantic score is exceptionally high.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T12:04:43.224743+00:00— report_created — created