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: graphrag/prompts/index/claim_extraction.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,4 @@
58
58
59
59
60
60
CONTINUE_PROMPT="MANY entities were missed in the last extraction. Add them below using the same format:\n"
61
-
LOOP_PROMPT="It appears some entities may have still been missed. Answer YES {tuple_delimiter} NO if there are still entities that need to be added.\n"
61
+
LOOP_PROMPT="It appears some entities may have still been missed. Answer Y or N if there are still entities that need to be added.\n"
Copy file name to clipboardExpand all lines: graphrag/prompts/index/entity_extraction.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,4 +126,4 @@
126
126
Output:"""
127
127
128
128
CONTINUE_PROMPT="MANY entities and relationships were missed in the last extraction. Remember to ONLY emit entities that match any of the previously extracted types. Add them below using the same format:\n"
129
-
LOOP_PROMPT="It appears some entities and relationships may have still been missed. Answer YES | NO if there are still entities or relationships that need to be added.\n"
129
+
LOOP_PROMPT="It appears some entities and relationships may have still been missed. Answer Y or N if there are still entities or relationships that need to be added.\n"
0 commit comments