Overview
04/05/2026
GraphRAG version 1.2.0
This guide provides architectural and technical information about implementing GraphRAG workflows.
GraphRAG combines knowledge graph technology with Large Language Models (LLMs) to deliver explainable and graph-grounded answers to user questions. The workflows described in this guide orchestrate this interaction by controlling how queries are interpreted, how graph context is retrieved, and how LLM calls are made and customized.
A workflow in GraphRAG is the primary element of automated business logic. The GraphRAG product is built on several dozen workflows, each encapsulating specific logic and automation.
Because it is impossible to provide a one-size-fits-all solution, the GraphRAG implementation is based on a suggested base or default solution. This solution should be modified and adjusted to meet different project needs.
To understand how and where to easily and effectively modify the base workflows, you need to understand the main principles and ideas behind the base solution.
See the Configuration Guide for information on installation, credentials, service setup, and all configurable properties.

