Skip to content

Commit

Permalink
add more commonlu used commands
Browse files Browse the repository at this point in the history
  • Loading branch information
SimFG committed Apr 19, 2024
1 parent f4f3eb5 commit 629ed31
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,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

0 comments on commit 629ed31

Please sign in to comment.