Skip to content

Commit 3f31af8

Browse files
typo summarize prompt (#907)
* typo in entity_summarization prompt * typo in summarize prompt --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
1 parent 5a7dbaa commit 3f31af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphrag/index/graph/extractors/summarize/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Given one or two entities, and a list of descriptions, all related to the same entity or group of entities.
99
Please concatenate all of these into a single, comprehensive description. Make sure to include information collected from all the descriptions.
1010
If the provided descriptions are contradictory, please resolve the contradictions and provide a single, coherent summary.
11-
Make sure it is written in third person, and include the entity names so we the have full context.
11+
Make sure it is written in third person, and include the entity names so we have the full context.
1212
1313
#######
1414
-Data-

graphrag/prompt_tune/template/entity_summarization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Given one or two entities, and a list of descriptions, all related to the same entity or group of entities.
1010
Please concatenate all of these into a single, concise description in {language}. Make sure to include information collected from all the descriptions.
1111
If the provided descriptions are contradictory, please resolve the contradictions and provide a single, coherent summary.
12-
Make sure it is written in third person, and include the entity names so we the have full context.
12+
Make sure it is written in third person, and include the entity names so we have the full context.
1313
1414
Enrich it as much as you can with relevant information from the nearby text, this is very important.
1515

0 commit comments

Comments
 (0)