Discover and explore top open-source AI tools and projects—updated daily.
DEEP-PolyUEfficient GraphRAG with relation-free graph construction
Top 90.2% on SourcePulse
A relation-free graph construction method for efficient Graph Retrieval-Augmented Generation (GraphRAG) on large-scale corpora. It targets researchers and practitioners seeking faster, more scalable, and cost-effective RAG solutions by eliminating LLM token costs during graph building.
How It Works
The core innovation is a relation-free graph construction that relies on lightweight entity recognition and semantic linking for contextual comprehension. This approach bypasses explicit relational graphs, enabling deep retrieval via semantic bridging for multi-hop reasoning in a single pass. Key advantages include zero LLM token consumption during graph creation, leading to accelerated processing speeds and linear time/space complexity.
Quick Start & Requirements
pip install -r requirements.txt, downloading a Spacy model (en_core_web_trf or en_core_sci_scibert), setting OPENAI_API_KEY and OPENAI_BASE_URL, cloning datasets from HuggingFace into dataset/, and placing an embedding model (e.g., model/all-mpnet-base-v2/).run.py with configurable Spacy model, embedding model, dataset, LLM, and worker count.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Dependency on OpenAI API and specific embedding models may incur costs and limit model choice. The GPL-3.0 license imposes significant obligations, potentially restricting commercial adoption. Setup requires manual download and configuration of multiple external components.
1 day ago
Inactive