Remove enable_logging parameter from get_data_init_lock call in MilvusVectorDBStorage

(cherry picked from commit 0692175c7b)
This commit is contained in:
yangdx 2025-10-29 09:49:59 +08:00 committed by Raphaël MANSUY
parent e86aa091f4
commit 8c7b0017df

View file

@ -966,7 +966,7 @@ class MilvusVectorDBStorage(BaseVectorStorage):
async def initialize(self):
"""Initialize Milvus collection"""
async with get_data_init_lock(enable_logging=True):
async with get_data_init_lock():
if self._initialized:
return