Skip to content

Commit

Permalink
update the mucli version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimFG committed Apr 19, 2024
1 parent 629ed31 commit 1ed76db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ It is recommended to use the mucli tool that corresponds to the respective Milvu

| mucli | milvus | date |
| --------- | ------------ | ------------ |
| v0.0.3 | v2.4.0-rc.1 | 2024.4.19 |
| v0.0.1 | v2.4.0-rc.1 | 2024.3.13 |

## mucli Quick Start
Expand Down
15 changes: 14 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ tar -zxvf mucli.tar.gz

| mucli | milvus | 日期 |
| --------- | ------------ | ------------ |
| v0.0.3 | v2.4.0-rc.1 | 2024.4.19 |
| v0.0.1 | v2.4.0-rc.1 | 2024.3.13 |

## mucli快速使用
Expand Down Expand Up @@ -139,12 +140,24 @@ mucli insert --name hello_milvus --random-data true
mucli flush --name hello_milvus
mucli create-index --name hello_milvus3
mucli flush-state --name hello_milvus
mucli create-index --name hello_milvus
mucli load-collection --name hello_milvus
mucli query --name hello_milvus --expr 'pk in [10, 20]' --field pk --field random
mucli search --name hello_milvus --random-vector true --field pk
mucli query-star --name hello_milvus
mucli release-collection --name hello_milvus
mucli drop-index --name hello_milvus
mucli drop-collection --name hello_milvus
mucli collections | jq '.collectionNames'
mucli collections | jq '.collectionNames | length'
Expand Down
2 changes: 1 addition & 1 deletion app/milvus-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mucli"
version = "0.1.0"
version = "0.0.3"
description = "Light client directly to milvus service "
authors = ["SimFG <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1ed76db

Please sign in to comment.