Update lightrag.py
This commit is contained in:
parent
12f4a45440
commit
990b684a85
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class LightRAG:
|
||||||
|
|
||||||
enable_llm_cache: bool = True
|
enable_llm_cache: bool = True
|
||||||
# Sometimes there are some reason the LLM failed at Extracting Entities, and we want to continue without LLM cost, we can use this flag
|
# Sometimes there are some reason the LLM failed at Extracting Entities, and we want to continue without LLM cost, we can use this flag
|
||||||
enable_llm_cache_for_entity_extract: bool = False
|
enable_llm_cache_for_entity_extract: bool = True
|
||||||
|
|
||||||
# extension
|
# extension
|
||||||
addon_params: dict = field(default_factory=dict)
|
addon_params: dict = field(default_factory=dict)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue