Articles tagged “knowledge-graph”
3 articles

Knowledge & Memory·16 min read
Your agent doesn't need more memory. It needs a graph.
Session memory forgets. RAG retrieves but doesn't reason. Context graphs give your CX agent a persistent, queryable model of every customer, issue, and relationship it's ever encountered -- at a fraction of the token cost.
Read More

Knowledge & Memory·13 min read
When vector search fails: GraphRAG for complex CX agent queries
Flat vector search breaks on multi-hop CX queries like 'what discount applies to premium customers in California who signed up before 2024?' GraphRAG uses a knowledge graph to answer these correctly.
Read More

Learning AI·22 min read read
Graph memory for AI agents: when vector search isn't enough
Build graph memory for AI agents in TypeScript and Python. Extract entities, track relationships over time, and compare Mem0, Zep, and Letta in production.
Read More
Learn Agentic AI
Weekly. Patterns for shipping agents that work. MCP, scorecards, regression tests, prompts, model comparisons.