From 990b684a8564acd7e3b841bc8cc1587fc9d251fc Mon Sep 17 00:00:00 2001 From: zrguo Date: Mon, 6 Jan 2025 15:27:31 +0800 Subject: [PATCH] Update lightrag.py --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 05de8d9f..cbe49da2 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -177,7 +177,7 @@ class LightRAG: 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 - enable_llm_cache_for_entity_extract: bool = False + enable_llm_cache_for_entity_extract: bool = True # extension addon_params: dict = field(default_factory=dict)