ALucek/GraphRAG-Breakdown
A breakdown of knowledge graph RAG with diagrams and examples
Implements entity extraction and relationship inference using LLMs to automatically construct knowledge graphs from unstructured text, enabling multi-hop reasoning and traversal along semantic relationship paths. Compares graph-based retrieval against traditional vector similarity approaches through practical examples, leveraging Microsoft's GraphRAG framework to demonstrate how structured knowledge representations handle complex queries better than chunk-based RAG systems.
160 stars. No commits in the last 6 months.
Stars
160
Forks
46
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ALucek/GraphRAG-Breakdown"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
neo4j/neo4j-graphrag-python
Neo4j GraphRAG for Python
FalkorDB/GraphRAG-SDK
Build fast and accurate GenAI apps with GraphRAG SDK at scale.
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
Hawksight-AI/semantica
Semantica 🧠— A framework for building semantic layers, context graphs, and decision...
gusye1234/nano-graphrag
A simple, easy-to-hack GraphRAG implementation