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")

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?