Remove enable_logging parameter from get_data_init_lock call in MilvusVectorDBStorage
This commit is contained in:
parent
ec797276b2
commit
0692175c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue