RManLuo/gfm-rag
[NeurIPS'25, ICLR'26] Graph Foundation Model for Retrieval Augmented Generation
Combines graph neural networks with knowledge graph indexing to enable multi-hop reasoning within a single retrieval step, eliminating the need for fine-tuning on new datasets. Constructs a knowledge graph index from documents to capture entity relationships, then uses a pre-trained GFM retriever to reason over the graph structure and surface relevant documents for LLM generation. Integrates with arbitrary agent frameworks and offers interpretable retrieval paths while supporting domain-specific fine-tuning for specialized tasks.
222 stars.
Stars
222
Forks
26
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 25, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/RManLuo/gfm-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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