HKUDS/LightRAG
[EMNLP2025] LightRAG: Simple and Fast Retrieval-Augmented Generation observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 86
- Longevity 50
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5.0
- age_days: 700
- days_rel: 14
- days_push: 8
- n_releases_24m: 79
Adoption not part of the score
39204 stars · 5510 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LightRAG is a Python framework for retrieval-augmented generation that integrates graph structures into text indexing and retrieval, using a dual-level retrieval system combining knowledge graphs with vector representations. It supports incremental data updates and offers improved retrieval accuracy and efficiency over flat-representation RAG systems.
Use cases
- build a RAG pipeline over my documents
- question answering over a knowledge base with graph-based retrieval
- index large document collections for LLM retrieval
- graph-based RAG instead of flat vector search
- incrementally update a RAG index as new documents arrive
- chat with my PDFs using a knowledge graph
When to choose
- you need RAG that captures entity relationships and complex inter-dependencies between documents
- you want fast, graph-enhanced retrieval with incremental index updates
- you want a simple, well-adopted Python RAG library with an active community
When to avoid
- you need only simple flat vector similarity search without graph overhead
- you want a fully managed hosted RAG service rather than a self-run library
- your project is not Python-based
Facets
library · maturity active
rag search-engine llm-inference nlp large-language-models artificial-intelligence python cross-platform knowledge-graph graphrag graph-based-retrieval vector-search document-indexing llm retrieval-augmented-generation natural-language-processing
6 sources
- readme: https://github.com/HKUDS/LightRAG · fetched 2026-08-28 · 78421ae22387
- homepage: https://arxiv.org/abs/2410.05779 · fetched 2026-08-29 · 24f607bee105
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HKUDS/LightRAG | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem