milvus-logo
LFAI
Home
  • Tools

Milvus Command-Line Interface

Milvus Command-Line Interface (CLI) is a command-line tool that supports database connection, data operations, and import and export of data. Based on Milvus Python SDK, it allows the execution of commands through a terminal using interactive command-line prompts.

In the following table, you can find the recommended versions of PyMilvus and Milvus_CLI according to the version of Milvus that you use.

MilvusPyMilvusMilvus_CLI
1.0.x1.0.1x
1.1.x1.1.2x
2.0.0-RC12.0.0rc1x
2.0.0-RC22.0.0rc20.1.3
2.0.0-RC42.0.0rc40.1.4
2.0.0-RC52.0.0rc50.1.5
2.0.0-RC62.0.0rc60.1.6
2.0.0-RC72.0.0rc70.1.7
2.0.0-RC82.0.0rc80.1.8
2.0.0-RC92.0.0rc90.1.9
2.1.02.1.00.3.0
2.2.x2.2.x0.4.0
2.3.x2.3.x0.4.2
Milvus 2.0.0-RC7 and later are not backward compatible with 2.0.0-RC6 and earlier due to changes made to storage formats.

Current version

The current version of Milvus_CLI is 0.4.2. To find your installed version and see if you need to update, run milvus_cli --version.

Feedback

Was this page helpful?