milvus-logo
LFAI
< Docs
  • Python

list_collections()

This method lists the names of collections.

Invocation

list_collections()

Parameters

None

Return

A list of dictionaries.

Raises

None

Example

from pymilvus import MilvusClient

client = MilvusClient(uri, token)

client.list_collections()
Feedback

Was this page helpful?