diff --git a/milvus_client.py b/milvus_client.py index f57b015..ebe07c8 100644 --- a/milvus_client.py +++ b/milvus_client.py @@ -49,7 +49,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):