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
The /examples/orm/hello_text_match.py fails with milvus exception code 1100 invalid expr: TEXT_MATCH(document, ‘milvus’): invalid parameter
steps to reproduce - run example code as is on Ubuntu 22.04.3 LTS Jammy
using pymilvus 2.5.0 sdk
database is local file
Example code to complete without error
Run example hello_text_match.py
Install pip install Running Python 3.10.12
No response
The text was updated successfully, but these errors were encountered:
This also fails with same error in using Milvus Standalone Docker container.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Describe the bug
The /examples/orm/hello_text_match.py fails with milvus exception code 1100 invalid expr: TEXT_MATCH(document, ‘milvus’): invalid parameter
steps to reproduce - run example code as is on Ubuntu 22.04.3 LTS Jammy
using pymilvus 2.5.0 sdk
database is local file
Expected Behavior
Example code to complete without error
Steps/Code To Reproduce behavior
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: