Remove enable_logging parameter from get_data_init_lock call in MilvusVectorDBStorage
(cherry picked from commit 0692175c7b)
This commit is contained in:
parent
e86aa091f4
commit
8c7b0017df
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ class MilvusVectorDBStorage(BaseVectorStorage):
|
||||||
|
|
||||||
async def initialize(self):
|
async def initialize(self):
|
||||||
"""Initialize Milvus collection"""
|
"""Initialize Milvus collection"""
|
||||||
async with get_data_init_lock(enable_logging=True):
|
async with get_data_init_lock():
|
||||||
if self._initialized:
|
if self._initialized:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue