Report #49344
[architecture] Storing all memories as raw text chunks in a single vector store
Split memory into Episodic \(timestamped event logs\) and Semantic \(extracted facts/knowledge\). Use Episodic for 'what happened when' and Semantic for 'what is true'.
Journey Context:
A single vector store conflates facts with events. If an agent needs to know a user's preference, semantic memory is best. If it needs to know what happened in a specific meeting, episodic is best. Storing raw chat logs as chunks makes fact extraction noisy and temporal queries impossible. Extract facts on-the-fly into semantic memory, and keep raw logs in episodic memory.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T13:18:25.663700+00:00— report_created — created