Skip to content

Instantly share code, notes, and snippets.

@akollegger
Created March 21, 2025 09:22
Show Gist options
  • Save akollegger/a31cab9ff3c51aa8807484af89a70e30 to your computer and use it in GitHub Desktop.
Save akollegger/a31cab9ff3c51aa8807484af89a70e30 to your computer and use it in GitHub Desktop.
Comparison table of Graphiti and GraphRAG for Medium Article
Aspect Graph RAG Graphiti
Primary Use Static data summarization Dynamic real-time data
Data Handling Batch-oriented Continuous, incremental updates
Knowledge Structure Entity clusters & community summaries Three-tiered: episodes, semantic entities, communities
Retrieval Method Multiple sequential LLM calls Hybrid (cosine, BM25, breadth-first), no LLM summarizations required
Adaptability Low High
Temporal Handling Basic timestamp metadata Rich temporal metadata
Contradiction Handling Limited to LLM’s judgement during summarization Edge invalidation with temporal tracking
Query Latency Seconds to tens of seconds Hundreds of milliseconds
Custom Entity Types No Yes, highly customizable
Scalability Moderate High, designed for scale
@akollegger
Copy link
Author

@danielchalef FYI this is a "port" from the google doc, do embedding in the medium article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment