zilliztech/vector-graph-rag
Graph RAG with pure vector search, achieving SOTA performance in multi-hop reasoning scenarios.
Encodes entities and relations as vectors in Milvus, eliminating the need for dedicated graph databases while replacing iterative LLM agent loops with a single reranking pass. Supports automatic triplet extraction from unstructured documents via LLM, optional pre-extracted knowledge graphs, and subgraph expansion for multi-hop traversal—all backed by Milvus Lite (zero-config local storage) or Zilliz Cloud for production deployments.
Available on PyPI.
Stars
2
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 05, 2026
Monthly downloads
131
Commits (30d)
0
Dependencies
15
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/zilliztech/vector-graph-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
gibram-io/gibram
GibRAM is an in-memory knowledge graph server designed for retrieval augmented generation (RAG /...
Qubit02/BrainTrace
BrainTrace: GraphRAG-based on-device knowledge management system for secure and efficient...
vivy1024/daml-rag-framework
🧠 DAML-RAG: Domain-Adaptive Multi-source Learning RAG Framework | GraphRAG混合检索 + 推理时学习 +...
ApexIQ/End-to-End-Graphrag-implementation
End-to-End-Graphrag-implementation
scthornton/hybrid-rag-pivot-attacks
Retrieval Pivot Attacks in Hybrid RAG (Vector → Graph)