Home

Awesome

Milvus_CLI🚀

GitHub release (latest by date including pre-releases) PyPI PyPI - Downloads GitHub release (latest by date including pre-releases) Docker Pulls GitHub repo size PyPI - License

Overview

Milvus Command Line Interface based on Milvus Python SDK.

Installation methods

🔝Install in a Python environment

Prerequisites

Python >= 3.8.5

Install from PyPI (Recommended)

Run pip install pymilvus==2.4.3 Run pip install milvus-cli==0.4.3

Install from a tarball

  1. Download the latest release of milvus_cli-<version>.tar.gz.
  2. Run pip install milvus_cli-<version>.tar.gz.

Install from source code

  1. Run git clone https://github.com/zilliztech/milvus_cli.git.
  2. Run cd milvus_cli.
  3. 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

  1. Download the latest release of milvus_cli-<version>-Linux.
  2. Run sudo chmod +x milvus_cli-<version>-Linux to allow executing milvus_cli-<version>-Linux as program.
  3. Run ./milvus_cli-<version>-Linux.

MacOS executable file

  1. Download the latest release of milvus_cli-<version>-macOS.
  2. Run sudo chmod +x milvus_cli-<version>-macOS to allow executing milvus_cli-<version>-macOS as program.
  3. 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

Document

https://milvus.io/docs/cli_commands.md

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!

<a href="https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ"> <img src="https://assets.zilliz.com/readme_slack_4a07c4c92f.png" alt="Miluvs Slack Channel" height="150" width="500"> </a>

<br><!-- Do not remove start of hero-bot --><br> <img src="https://img.shields.io/badge/all--contributors-6-orange"><br> <a href="https://github.com/chris-zilliz"><img src="https://avatars.githubusercontent.com/u/91247127?v=4" width="30px" /></a> <a href="https://github.com/czhen-zilliz"><img src="https://avatars.githubusercontent.com/u/83751452?v=4" width="30px" /></a> <a href="https://github.com/haorenfsa"><img src="https://avatars.githubusercontent.com/u/15938850?v=4" width="30px" /></a> <a href="https://github.com/kateshaowanjou"><img src="https://avatars.githubusercontent.com/u/58837504?v=4" width="30px" /></a> <a href="https://github.com/matrixji"><img src="https://avatars.githubusercontent.com/u/183388?v=4" width="30px" /></a> <a href="https://github.com/sre-ci-robot"><img src="https://avatars.githubusercontent.com/u/56469371?v=4" width="30px" /></a> <br><!-- Do not remove end of hero-bot --><br>