Skip to main content

Overview

04/05/2026

GraphRAG version 1.1.0

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 can be 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 standard solution, which can be modified and adjusted to address different project needs.