Graphiti Incremental Update

Graphiti (Zep) incremental-update pattern (Ch4). When new content arrives, process only the new content — never re-process the entire graph. Pipeline: (1) extract entities from new episode, (2) entity-resolve against existing graph (dedupe by canonical name + alias + fuzzy match), (3) incremental- update — touch only the affected neighborhood, leave the rest of the graph unchanged. Keeps update latency O(new content) instead of O(full graph), enabling sub-second latency at millions-of-nodes scale. Use when memory graph grows continuously and full-graph re-embedding is impossibly expensive. NOT for one-shot batch ingestion (just process it once), NOT for static knowledge bases (no updates means no incremental anything).

AnthonyAlcaraz e2d9269 3 files · 31.3 KB Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/memory/graphiti-incremental-update commit e2d926987b

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/graphiti-incremental-update