#10 · Primary category: Knowledge Base & RAG

LightRAG

docling genai gpt graphrag knowledge-graph large-language-models llm mineru rag ragas retrieval-augmented-generation

[EMNLP2025] LightRAG: Simple and Fast Retrieval-Augmented Generation

Project last updated:08/29/26

GitHub Stars

39.3K

Forks

5.5K

Contributors

327

License

MIT

Why we included this project

LightRAG grounds an LLM in your own documents by building a lightweight knowledge graph from the text and pairing graph-based retrieval with vector search. That combination pays off when a question spans several documents or asks how two facts relate, where plain chunk retrieval tends to come up short. It installs as a Python library and also ships a server with a web UI, and the storage layer is pluggable (Neo4j, PostgreSQL, and others) with swappable LLM and embedding providers, so it drops into an existing stack without much rework. Teams building internal knowledge assistants, Q&A over PDFs and Office files, or research copilots over a private corpus will find the setup path short, and the active community helps when you get stuck.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category