milvus-logo
LFAI
< Docs
  • Python

get_connection_addr()

This method retrieves the configuration of the specified Milvus connection.

Invocation

get_connection_addr(alias)

Parameters

ParameterDescriptionTypeRequired
aliasAlias of the connection to retrieve.StringTrue

Return

The configuration of the specified Milvus connection.

Raises

None.

Example

from pymilvus import connections
connections.get_connection_addr("default")
Feedback

Was this page helpful?