cleaning code for pull

This commit is contained in:
Ken Wiltshire
2024-11-01 16:29:36 -04:00
parent 8547dd4941
commit 465c9a13d9
5 changed files with 64 additions and 96 deletions

View File

@@ -17,7 +17,7 @@ rag = LightRAG(
working_dir=WORKING_DIR,
llm_model_func=gpt_4o_mini_complete, # Use gpt_4o_mini_complete LLM model
kg="Neo4JStorage",
log_level="DEBUG"
log_level="INFO"
# llm_model_func=gpt_4o_complete # Optionally, use a stronger model
)