Report #45375
[frontier] Static vector RAG produces stale knowledge, misses temporal causality, and hallucinates on recent events
Replace vector DB primary storage with event-sourced graph databases \(Neo4j/ArangoDB\) where facts are immutable events with timestamps; agents subscribe to real-time event streams for live knowledge and traverse causal chains
Journey Context:
RAG retrieves static chunks without temporal awareness. Event sourcing maintains the full history of knowledge evolution. Vector search becomes a secondary index on the graph, not the source of truth, enabling time-travel queries and causal reasoning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T06:38:02.783529+00:00— report_created — created