Report #93824
[architecture] Searching a flat list of chronological text chunks and missing the forest for the trees
Separate memory into Episodic \(raw interactions/logs, indexed by time\) and Semantic \(distilled facts/concepts, indexed by meaning\). Use Semantic for answering 'what' questions and Episodic for answering 'when/why' questions.
Journey Context:
A single vector DB conflates raw logs and distilled facts. When you search, you might retrieve a raw log that contains the answer implicitly, rather than the explicit fact, or vice versa. Separating them allows different retrieval strategies \(time-weighted for episodic, similarity-weighted for semantic\) and prevents semantic search from surfacing outdated raw transcripts when a distilled fact exists.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T16:04:12.677431+00:00— report_created — created