From 674619cc896b9433ae7c01ef1ffebb5d61978ea6 Mon Sep 17 00:00:00 2001 From: Jack Ryan <61809814+jackaldenryan@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:40:42 -0600 Subject: [PATCH] Update Zep comparison table description (#1046) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify Zep's positioning as a fully managed platform for context engineering and AI memory. 🤖 Generated with Claude Code Co-authored-by: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0c19c69..4deeaccf 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ We're excited to open-source Graphiti, believing its potential reaches far beyon | Aspect | Zep | Graphiti | |--------|-----|----------| -| **What they are** | Complete managed platform for AI memory | Open-source graph framework | +| **What they are** | Fully managed platform for context engineering and 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 |