You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ English | [简体中文](./README.md)
3
3
## This is a simple implementation of dotnet referring to GraphRag
4
4
5
5
Based on the implementation idea mentioned by Microsoft in the paper, GraphRAG mainly implements the following functions in the execution process:
6
-
-Source Documents → Text Chunks: divide the source document into text blocks.
7
-
-Text Chunks → Element Instances: Extract instances of graph nodes and edges from each text block.
8
-
-Element Instances → Element Summaries: generate summaries for each diagram element.
9
-
-Element Summaries → Graph Communities: use the community detection algorithm to divide the graph into communities.
10
-
-Graph Communities → Community Summaries: generate summaries for each community.
11
-
-Community Summaries → Community Answers → Global Answer: use community summaries to generate local answers, and then summarize these local answers to generate global answers.
6
+
-Source Documents → Text Chunks: divide the source document into text blocks.
7
+
-Text Chunks → Element Instances: Extract instances of graph nodes and edges from each text block.
8
+
-Element Instances → Element Summaries: generate summaries for each diagram element.
9
+
-Element Summaries → Graph Communities: use the community detection algorithm to divide the graph into communities.
10
+
-Graph Communities → Community Summaries: generate summaries for each community.
11
+
-Community Summaries → Community Answers → Global Answer: use community summaries to generate local answers, and then summarize these local answers to generate global answers.
12
12
13
13
This project is a demo example, which is only used to learn GraphRAG ideas.
0 commit comments