cleanup code

This commit is contained in:
Yannick Stephan
2025-02-20 13:18:17 +01:00
parent 72b978d6d5
commit 32e489865c
8 changed files with 89 additions and 108 deletions

View File

@@ -63,7 +63,6 @@ async def main():
# Initialize LightRAG
# We use TiDB DB as the KV/vector
# You can add `addon_params={"example_number": 1, "language": "Simplfied Chinese"}` to control the prompt
rag = LightRAG(
enable_llm_cache=False,
working_dir=WORKING_DIR,