LightRAG: Simple and Fast Retrieval-Augmented Generation
Summary
The article introduces LightRAG, an open-source framework that enhances Retrieval-Augmented Generation by integrating graph structures for improved contextual awareness and efficient information retrieval.
View Cached Full Text
Cached at: 05/08/26, 08:50 AM
Paper page - LightRAG: Simple and Fast Retrieval-Augmented Generation
Source: https://huggingface.co/papers/2410.05779
Abstract
LightRAG improves Retrieval-Augmented Generation by integrating graph structures for enhanced contextual awareness and efficient information retrieval, achieving better accuracy and response times.
Retrieval-Augmented Generation(RAG) systems enhancelarge language models(LLMs) by integratingexternal knowledge sources, enabling more accurate and contextually relevant responses tailored to user needs. However, existingRAGsystems have significant limitations, including reliance on flat data representations and inadequate contextual awareness, which can lead to fragmented answers that fail to capture complex inter-dependencies. To address these challenges, we propose LightRAG, which incorporatesgraph structuresinto text indexing and retrieval processes. This innovative framework employs adual-level retrievalsystem that enhances comprehensive information retrieval from both low-level and high-level knowledge discovery. Additionally, the integration ofgraph structureswithvector representationsfacilitates efficient retrieval of related entities and their relationships, significantly improving response times while maintaining contextual relevance. This capability is further enhanced by anincremental update algorithmthat ensures the timely integration of new data, allowing the system to remain effective and responsive in rapidly changing data environments. Extensive experimental validation demonstrates considerable improvements in retrieval accuracy and efficiency compared to existing approaches. We have made our LightRAGopen-source and available at the link: https://github.com/HKUDS/LightRAG.
View arXiv pageView PDFGitHub34.9kautoAdd to collection
Community
Upload images, audio, and videos by dragging in the text input, pasting, orclicking here.
Tap or paste here to upload images
Get this paper in your agent:
hf papers read 2410\.05779
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper4
#### muthuk1/graphrag-inference-hackathon
#### atad-tokyo/GST_LIVING_NOVEL UpdatedJan 22
#### Neha12210/project2-advanced-rag Updated14 days ago
#### heyingyue/scholarmind-architecture Updated2 days ago
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2410.05779 in a dataset README.md to link it from this page.
Spaces citing this paper1
Collections including this paper25
Similar Articles
HKUDS/RAG-Anything
HKUDS released RAG-Anything, an open-source all-in-one multimodal retrieval-augmented generation framework based on LightRAG.
ContextRAG: Extraction-Free Hierarchical Graph Construction for Retrieval-Augmented Generation
ContextRAG introduces an extraction-free method for constructing hierarchical graph indices for retrieval-augmented generation, using Residual-Quantization K-Means and Formal Concept Analysis to reduce LLM calls and tokens by orders of magnitude while maintaining competitive F1 scores on multi-hop questions.
RAGA: Reading-And-Graph-building-Agent for Autonomous Knowledge Graph Construction and Retrieval-Augmented Generation
RAGA is an LLM-driven autonomous agent that constructs knowledge graphs via a read-search-verify-construct cognitive loop and integrates hybrid symbolic-vector retrieval for retrieval-augmented generation, with experimental gains on scientific QA datasets.
A Unified Framework for Context-Aware and Relation-Aware Graph Retrieval-Augmented Generation
This paper proposes HyGRAG, a hierarchical graph RAG framework that integrates contextual and relational information for multi-hop reasoning, achieving a 9.7% average accuracy improvement over existing methods.
RAG-Anything: All-in-One RAG Framework
RAG-Anything is a new open-source framework that enhances multimodal knowledge retrieval by integrating cross-modal relationships and semantic matching, outperforming existing methods on complex benchmarks.