From 14413cacbcb100798657ef9365fa3160f81f1c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:18:38 +0800 Subject: [PATCH] cherry-pick a9bc3484 --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 88ee4b3d..1c6a7c61 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -709,7 +709,7 @@ class LightRAG: async def check_and_migrate_data(self): """Check if data migration is needed and perform migration if necessary""" - async with get_data_init_lock(enable_logging=True): + async with get_data_init_lock(): try: # Check if migration is needed: # 1. chunk_entity_relation_graph has entities and relations (count > 0)