算法流程

GraphRAG WorkFlow
GraphRAG WorkFlow
Overview
NanoGraphRAG 工作流程
NanoGraphRAG 工作流程

Chunk Documents

graph LR
A(Document) --> B(Text Chunk 1)
A --> C(Text Chunk 2)

像普通的 VectorRAG 一样,提取出来的 Text Chunk 可以用于后续 LLM 的知识来源。

NanoGraphRAG 源码解读

Extract Entity and Relationships

Graph Indexing

Graph Decomposition