yangdx
commited on
Commit
·
2a4661a
1
Parent(s):
109c9e2
Fix linting
Browse files- lightrag/operate.py +1 -1
lightrag/operate.py
CHANGED
|
@@ -1075,7 +1075,7 @@ async def mix_kg_vector_query(
|
|
| 1075 |
context_str = f"""
|
| 1076 |
-----Knowledge Graph Context-----
|
| 1077 |
{kg_context if kg_context else "No relevant knowledge graph information found"}
|
| 1078 |
-
|
| 1079 |
-----Vector Context-----
|
| 1080 |
{vector_context if vector_context else "No relevant text information found"}
|
| 1081 |
""".strip()
|
|
|
|
| 1075 |
context_str = f"""
|
| 1076 |
-----Knowledge Graph Context-----
|
| 1077 |
{kg_context if kg_context else "No relevant knowledge graph information found"}
|
| 1078 |
+
|
| 1079 |
-----Vector Context-----
|
| 1080 |
{vector_context if vector_context else "No relevant text information found"}
|
| 1081 |
""".strip()
|