Report #46180
[architecture] Pure vector similarity fails for multi-hop reasoning where the connection between facts isn't in a single chunk
Augment vector memory with a knowledge graph \(Entity-Relationship\). Store nodes for entities \(User, Service, Bug\) and edges for relationships \(deployed, found\_in\). Retrieve by traversing the graph first, then fetch associated text chunks.
Journey Context:
Vector DBs are great for 'find something like X', but terrible for 'find X related to Y'. Agents building complex software need relational memory. The tradeoff is complexity of the write path \(you need an LLM to extract entities/relations\) vs. precision of the read path. For simple Q&A, vectors suffice. For agentic workflows where state is interconnected, graph memory is essential to avoid infinite loops of failed retrievals where the agent cannot bridge concept A to concept B.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:59:17.162714+00:00— report_created — created