graphrag and graphrag-api
The first is the core GraphRAG framework that processes documents into knowledge graphs for retrieval, while the second is a lightweight API wrapper that exposes GraphRAG's functionality as a server—making them complements designed to work together.
About graphrag
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
This system helps you make sense of large amounts of unstructured text data, like research papers or internal documents. It processes your text to identify key entities and relationships, outputting a structured knowledge graph that your AI can then use to answer complex questions or find insights more effectively. This is designed for researchers, analysts, or anyone who needs to extract precise information and reasoning from extensive narrative data using large language models.
About graphrag-api
noworneverev/graphrag-api
GraphRAG Server
This is a backend server that powers rich question-answering applications. It takes your existing GraphRAG project data and makes it accessible for various search types, allowing you to build tools that can answer complex questions about your documents. This is for software developers or data engineers who are building AI-powered search or knowledge management applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work