#125 · Primary category: Knowledge Base & RAG
graphrag-local-ollama
Local models support for Microsoft's graphrag using ollama (llama3, mistral, gemma2 phi3)- LLM & Embedding extraction
Project last updated:05/08/26
GitHub Stars
1.1K
Forks
163
Contributors
2
License
MIT
Why we included this project
GraphRAG works well when you need to answer questions that span a whole document collection, but the official implementation leans on OpenAI models. This fork keeps the same two-stage pipeline, building an entity graph from your documents and precomputing community summaries, while swapping the model calls for anything you can pull through Ollama, embeddings included. It also ships a browser UI for people who'd rather not work from the command line. A LazyGraphRAG mode skips the summarization pass during indexing, which the project claims is about 99% faster, and generates those summaries on the fly when a query comes in; you trade a slower first answer for much cheaper indexing on large corpora. If you want to run GraphRAG-style retrieval entirely on your own hardware, without per-token cloud costs, this is a practical starting point.
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