From b58bd60bb6da73ea4e0a0042173a87abb9a77a5b Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:04:30 +0200 Subject: [PATCH] ruff fix --- cognee/infrastructure/databases/cache/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/databases/cache/config.py b/cognee/infrastructure/databases/cache/config.py index 9e376b780..b399e0259 100644 --- a/cognee/infrastructure/databases/cache/config.py +++ b/cognee/infrastructure/databases/cache/config.py @@ -13,6 +13,7 @@ class CacheConfig(BaseSettings): - agentic_lock_expire: Automatic lock expiration time (in seconds). - agentic_lock_timeout: Maximum time (in seconds) to wait for the lock release. """ + caching: bool = False shared_kuzu_lock: bool = False cache_host: str = "localhost"