Graphiti
ActiveDescription
Zep's open-source temporal knowledge graph for dynamic agent memory.
Key Features
- Temporal — Time-aware memory
- Dynamic — Incremental updates
- Entity extraction — Auto entity-relation
- Multi-source — Chat, docs, events
- Query language — Cypher-style
Use Cases
Categories
Quick Start
pip install graphiti-core
from graphiti_core import Graphiti
graphiti = Graphiti(uri='bolt://localhost:7687', user='neo4j', password='password')