Series
Knowledge graphs for LLMs
2 parts
- 01
Why knowledge graphs beat vector-only RAG
Vector-only RAG returns flat, context-poor chunks ranked by similarity. Knowledge graphs model entities and relationships to traverse why things connect.
- 02
Episodic memory for agents with Graphiti
Episodic, bi-temporal memory with Graphiti lets an AI agent answer not just what's true now, but what was true when, without re-indexing the whole world.