milvus_cli icon indicating copy to clipboard operation
milvus_cli copied to clipboard

Milvus Command Line

Results 26 milvus_cli issues
Sort by recently updated
recently updated
newest added

I would like to create a bash script that does something like this: ```bash MY_INDEX_VALUE=$1 milvus_cli connect -uri http://localhost:19530 milvus_cli use database my_database milvus_cli query \ --collection my_collection --query "MY_INDEX=$MY_INDEX_VALUE"...

Because of the [PEP 668](https://peps.python.org/pep-0668/), directly call `pip install milvus-cli` is not allowed by python(after 3.12). See ScreenShot Below: ![CleanShot 2024-04-15 at 13 23 29@2x](https://github.com/zilliztech/milvus_cli/assets/17228538/145ba474-579d-48d8-a862-bf976efae5bb) Maybe support [pipx](https://github.com/pypa/pipx) ?

When doing a `query` print the results in a table format. Currently results are printed like this: ``` [ {'my_id': 1, `my_field: "one"}, {'my_id': 2, `my_field: "two"}, {'my_id': 3, `my_field:...

Not sure if this is related to issue #68 but I keep running into commands that don't seem to work. ``` Milvus cli version: 0.4.2 Pymilvus version: 2.3.4 ``` ```...

I‘ve installed Milvus Standalone with Docker on Oracle Linux 8.9 successfully and the hello_milvus.py runs successfully as well. pymilvus-2.3.6 is installed. I installed milvus_cli-0.2.0b2.tar.gz. When execute connect command in milvus_cli,...

I've learned from the [Get started with Milvus_CLI](https://milvus.io/blog/2021-12-31-get-started-with-milvus-cli.md) and the [Milvus_CLI Command Reference](https://milvus.io/docs/v2.0.x/cli_commands.md#version), but the command like the import has been removed it seems and still in the docs.

I just want to test Milvus on GPU server with milvus_cli. But there is no any GPU_IVF_FLAT option to create index. The output is like that: Milvus cli version: 0.4.0...

enhancement

Getting errors during startup, due to this: https://github.com/minio/minio-py/issues/1378. I had to manually specify `minio==7.2.0` to make it work.

as a macos user, I like to manage all my software using homebrew. Could you add a formula to add the milvus CLI so that it could be installed with:...

enhancement

When I run milvus_cli.exe on Windows 10: it show this error: C:\Users\yu.wang\Downloads>milvus_cli.exe Traceback (most recent call last): File "scripts\milvus_cli.py", line 1, in ImportError: attempted relative import with no known parent...