We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to create a bash script that does something like this:
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" --fields "MY_INDEX, MY_EMBEDDING"
Currently only interactive mode is supported.
The text was updated successfully, but these errors were encountered:
query
This would also make it easier to use the currently unusable commands like query. See #78.
Sorry, something went wrong.
CLI is designed for interactive applications base on pymilvus. You can using pymilvus directly in bash. Is that meet your requirements?
@nameczz
You can using pymilvus directly in bash. Is that meet your requirements?
Can you provide me with an example or point me to the doc?
@JakeSummers Sure https://milvus.io/api-reference/pymilvus/v2.4.x/MilvusClient/Vector/query.md
No branches or pull requests
I would like to create a bash script that does something like this:
Currently only interactive mode is supported.
The text was updated successfully, but these errors were encountered: