mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-17 05:00:45 +00:00
Fix linting
This commit is contained in:
parent
692415b2e1
commit
740b4174d2
@ -1075,7 +1075,7 @@ async def mix_kg_vector_query(
|
|||||||
context_str = f"""
|
context_str = f"""
|
||||||
-----Knowledge Graph Context-----
|
-----Knowledge Graph Context-----
|
||||||
{kg_context if kg_context else "No relevant knowledge graph information found"}
|
{kg_context if kg_context else "No relevant knowledge graph information found"}
|
||||||
|
|
||||||
-----Vector Context-----
|
-----Vector Context-----
|
||||||
{vector_context if vector_context else "No relevant text information found"}
|
{vector_context if vector_context else "No relevant text information found"}
|
||||||
""".strip()
|
""".strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user