HKUDS/MiniRAG
[ACL2026] "MiniRAG: Making RAG Simpler with Small and Open-Sourced Language Models" observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 47
- Release rhythm 28
- Longevity 42
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 42
- age_days: 599
- days_rel: 552
- days_push: 321
- n_releases_24m: 2
Adoption not part of the score
2008 stars · 257 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MiniRAG is an extremely simple retrieval-augmented generation framework designed to work with small, open-source language models. It uses semantic-aware heterogeneous graph indexing and lightweight topology-enhanced retrieval to achieve LLM-level RAG performance with small models while using only 25% of the storage.
Use cases
- build a RAG pipeline with small open-source language models
- run retrieval-augmented generation on resource-constrained or on-device hardware
- index documents into a heterogeneous knowledge graph for retrieval
- reduce RAG storage requirements compared to LLM-based systems
- evaluate lightweight RAG systems with the LiHua-World benchmark
- query documents with graph-based topology-enhanced retrieval
When to choose
- you want RAG performance without relying on large proprietary LLMs
- you are deploying on-device or in resource-constrained environments
- you need lower storage footprint for your RAG system
- you prefer graph-based retrieval over pure vector search
- you want to benchmark lightweight RAG approaches
When to avoid
- you already have access to strong large language models and want maximum retrieval quality
- you need a turnkey managed RAG service rather than a Python framework
- your data does not benefit from entity/graph-based indexing
- you require extensive production tooling and enterprise support
Facets
framework · maturity active
rag search-engine nlp llm-inference machine-learning large-language-models artificial-intelligence python self-hosted cross-platform small-language-models graph-indexing knowledge-graph lightweight-rag on-device heterogeneous-graph benchmark-dataset retrieval-augmented-generation natural-language-processing search docker
6 sources
- readme: https://github.com/HKUDS/MiniRAG · fetched 2026-08-28 · 30edb9add276
- homepage: https://arxiv.org/abs/2501.06713 · fetched 2026-08-29 · c9fd41a5371d
- 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/MiniRAG | main | 39 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem