zrguo
commited on
Commit
·
acb9145
1
Parent(s):
5f1bcb3
fix linting
Browse files- lightrag/prompt.py +2 -2
lightrag/prompt.py
CHANGED
@@ -149,7 +149,7 @@ Description List: {description_list}
|
|
149 |
Output:
|
150 |
"""
|
151 |
|
152 |
-
PROMPTS[
|
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[
|
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.
|