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

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?