Remove enable_logging parameter from get_data_init_lock call in MilvusVectorDBStorage

This commit is contained in:
yangdx 2025-10-29 09:49:59 +08:00
parent ec797276b2
commit 0692175c7b

View file

@ -983,7 +983,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