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.2.0
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
👉 Join the Milvus community on Milvus forum to share your suggestions, advice, and questions with our engineering team.
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
File details
Details for the file milvus_cli-0.2.0.tar.gz
.
File metadata
- Download URL: milvus_cli-0.2.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9254716e68a2c7ed96134f2391e22e9f8a2a4b4f47e9a1689c8eec45f9e70dc3 |
|
MD5 | 8d44500fe07dab2afb077f8e997f72c9 |
|
BLAKE2b-256 | e0dcab05812a749ceab2a7c3dedad1fbeb946efd08744520e18d850e03ffadd9 |
Provenance
File details
Details for the file milvus_cli-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: milvus_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 28.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7664ab08849afe811fae4606ec3be49a08ae18b499d77d4d9515d153bf16e2e7 |
|
MD5 | f2460aaf247d61cae119011b366220a4 |
|
BLAKE2b-256 | 263a4b126b8252712688ea952dbdd1ca8ee02795af27f98474d61d8bebd2fb99 |