#13 · Primary category: Knowledge Base & RAG
graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
Project last updated:08/24/26
GitHub Stars
35.7K
Forks
3.8K
Contributors
51
License
MIT
Why we included this project
GraphRAG is the project Microsoft Research built to demonstrate the graph-based RAG approach it described in 2024, and it has become a common starting point for teams that need to reason over large private document collections. Rather than only retrieving chunks of text, its indexing pipeline uses LLMs to pull entities, relationships, and claims out of unstructured documents, then runs community detection to build hierarchical summaries the query engine can navigate. That structure lets the system answer global questions about an entire corpus, not just locate isolated passages, which is more than plain vector retrieval offers. Teams working with narrative-heavy material like internal wikis, research papers, or incident reports will find the CLI and Python API useful for building a knowledge-graph-backed search layer. One caveat: indexing is compute-intensive and the docs recommend prompt tuning for good results, so budget accordingly before running it at scale.
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
ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
crawl4ai
🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN
docling
Get your documents ready for gen AI
anything-llm
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience