Milvus Command Line Interface based on Milvus Python SDK.
-
Applicable to most platforms: MS Windows, macOS, Ubuntu
-
Support pip install & offline installation package
-
Support single executable file
-
Milvus Python SDK full function coverage
-
Built-in help function
-
Support auto completion
Python >= 3.8.5
Run pip install pymilvus==2.4.3
Run pip install milvus-cli==0.4.3
- Download the latest release of
milvus_cli-<version>.tar.gz
. - Run
pip install milvus_cli-<version>.tar.gz
.
- Run
git clone https://github.com/zilliztech/milvus_cli.git
. - Run
cd milvus_cli
. - Run
pip install --editable .
Download the latest release of milvus_cli.exe
and run it.
- Download the latest release of
milvus_cli-<version>-Linux
. - Run
sudo chmod +x milvus_cli-<version>-Linux
to allow executingmilvus_cli-<version>-Linux
as program. - Run
./milvus_cli-<version>-Linux
.
- Download the latest release of
milvus_cli-<version>-macOS
. - Run
sudo chmod +x milvus_cli-<version>-macOS
to allow executingmilvus_cli-<version>-macOS
as program. - Run
./milvus_cli-<version>-macOS
.
docker run -it zilliz/milvus_cli:latest
Run milvus_cli
(in a Python environment) or double click milvus_cli-<version>.exe
file (in a Windows environment).
- In a Python environment, run
milvus_cli
. - In a Windows environment, double click
milvus_cli-<version>.exe
. - In an Ubuntu environment, run
./milvus_cli-<version>-Linux
. - In a MacOS environment, run
./milvus_cli-<version>-macOS
.
https://milvus.io/docs/cli_commands.md
💬 Community isn’t just about writing code together. Come join the conversation, share your knowledge and get your questions answered on Milvus Slack Channel!