datastax/graph-rag
Graph traversal for improved RAG
Combines vector similarity search with metadata relationship traversal by wrapping existing vector stores to expose graph navigation capabilities. Provides both a generic `graph-retriever` library and LangChain integration (`langchain-graph-retriever`) that define edges between nodes—such as mapping mentions to entity IDs or linking nodes sharing common entities. Enables multi-hop retrieval without migrating data, leveraging the metadata search functionality already built into vector stores like AstraDB.
No commits in the last 6 months.
Stars
81
Forks
27
Language
Python
License
Apache-2.0
Category
Last pushed
May 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/datastax/graph-rag"
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