CLI for Milvus
Project description
Milvus_CLI🚀
Overview
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
Installation methods
🔝Install in a Python environment
Prerequisites
Python >= 3.8.5
Install from PyPI (Recommended)
Run pip install milvus-cli==0.3.2
Install from a tarball
- Download the latest release of
milvus_cli-<version>.tar.gz
. - Run
pip install milvus_cli-<version>.tar.gz
.
Install from source code
- Run
git clone https://github.com/zilliztech/milvus_cli.git
. - Run
cd milvus_cli
. - Run
pip install --editable .
Install from an executable file
Windows .exe file
Download the latest release of milvus_cli.exe
and run it.
Ubuntu executable file
- 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
.
MacOS executable file
- 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 image in docker hub
docker run -it zilliz/milvus_cli:latest
Usage
Run milvus_cli
(in a Python environment) or double click milvus_cli-<version>.exe
file (in a Windows environment).
Run Milvus_CLI
- 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
.
Document
https://github.com/zilliztech/milvus_cli/tree/main/doc
Community
💬 Community isn’t just about writing code together. Come join the conversation, share your knowledge and get your questions answered on Milvus Slack Channel!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for milvus_cli-0.3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be46806af683f5c35c4687c683edb4593d85f20e01e3ae18f3bee436ab34190e |
|
MD5 | 3b43ee2fc7ff69f2369e0892e1f9bb7a |
|
BLAKE2b-256 | 869627e14be3cf0b1200b93401418edd9bd7efd05651945208e3ae05fa60dabd |