GraphRAG Combines Knowledge Graphs With Retrieval

One of the biggest criticisms of LLMs is that they don’t actually know anything. Many techniques have been explored to use general purpose artificial intelligence to solve domain specific problems using information that it was not trained on. Retrieval-augmented generation (RAG) does a decent job of enabling you to “bring your own data” but can still fail on more specialized use cases.

GraphRAG combines a knowledge graph (interlinking entities and concepts) to guide document retrieval and responding to the prompt. This has been found to improve results by providing a scaffolding of pre-processed knowledge to constrain the LLM.

Read GraphRAG: Unlocking LLM discovery on narrative private data from Microsoft Research.

See also: