diff --git a/README.md b/README.md index 5dfe57fe..f21f468a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,23 @@ We're excited to open-source Graphiti, believing its potential reaches far beyon Zep: A Temporal Knowledge Graph Architecture for Agent Memory

+## Zep vs Graphiti + +| Aspect | Zep | Graphiti | +|--------|-----|----------| +| **What they are** | Complete managed platform for AI memory | Open-source graph framework | +| **User & conversation management** | Built-in users, threads, and message storage | Build your own | +| **Retrieval & performance** | Pre-configured, production-ready retrieval with sub-200ms performance at scale | Custom implementation required; performance depends on your setup | +| **Developer tools** | Dashboard with graph visualization, debug logs, API logs; SDKs for Python, TypeScript, and Go | Build your own tools | +| **Enterprise features** | SLAs, support, security guarantees | Self-managed | +| **Deployment** | Fully managed or in your cloud | Self-hosted only | + +### When to choose which + +**Choose Zep** if you want a turnkey, enterprise-grade platform with security, performance, and support baked in. + +**Choose Graphiti** if you want a flexible OSS core and you're comfortable building/operating the surrounding system. + ## Why Graphiti? Traditional RAG approaches often rely on batch processing and static data summarization, making them inefficient for