CLI 概述(cli_overview)

Milvus命令行界面(CLI)是一个支持数据库连接、数据操作以及数据导入和导出的命令行工具。基于Milvus Python SDK (opens in a new tab),它允许通过交互式命令行提示在终端上执行命令。

推荐版本

在下表中,您可以找到根据您使用的Milvus版本推荐的PyMilvus和Milvus_CLI版本。

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.3.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.3.2. To find your installed version and see if you need to update, run milvus_cli --version.