diff --git a/milvus_client.py b/milvus_client.py index eb31d19..64caf99 100644 --- a/milvus_client.py +++ b/milvus_client.py @@ -93,7 +93,7 @@ class MilvusClient(PyOperator): @property def shared_type(self): - return SharedType.Shareable + return SharedType.NotShareable def __del__(self): if connections.has_connection(self._connect_name):