This method disconnects the client from the specified Milvus connection.
disconnect(alias)
Parameter | Description | Type | Required |
---|---|---|---|
alias | Alias of the connection to disconnect from | String | True |
No return.
from pymilvus import connections
connections.disconnect("default")