This method retrieves the configuration of the specified Milvus connection.
get_connection_addr(alias)
Parameter | Description | Type | Required |
---|---|---|---|
alias | Alias of the connection to retrieve | String | True |
The configuration of the specified Milvus connection
from pymilvus import connections
connections.get_connection_addr("default")