zrguo commited on
Commit
acb9145
·
1 Parent(s): 5f1bcb3

fix linting

Browse files
Files changed (1) hide show
  1. lightrag/prompt.py +2 -2
lightrag/prompt.py CHANGED
@@ -149,7 +149,7 @@ Description List: {description_list}
149
  Output:
150
  """
151
 
152
- PROMPTS['entity_continue_extraction'] = """
153
  MANY entities and relationships were missed in the last extraction.
154
 
155
  ---Remember Steps---
@@ -181,7 +181,7 @@ Format the content-level key words as ("content_keywords"{tuple_delimiter}<high_
181
  Add them below using the same format:\n
182
  """.strip()
183
 
184
- PROMPTS['entity_if_loop_extraction'] = """
185
  ---Goal---'
186
 
187
  It appears some entities may have still been missed.
 
149
  Output:
150
  """
151
 
152
+ PROMPTS["entity_continue_extraction"] = """
153
  MANY entities and relationships were missed in the last extraction.
154
 
155
  ---Remember Steps---
 
181
  Add them below using the same format:\n
182
  """.strip()
183
 
184
+ PROMPTS["entity_if_loop_extraction"] = """
185
  ---Goal---'
186
 
187
  It appears some entities may have still been missed.