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 follow the link
and install milvus-lite
but i found that the newest milvus version is only 2.3.x
and I wonder how to use milvus-server for v2.4.x
This is all because i want to use the expression "str LIKE %middle%" which is only supported by 2.4.x
In 2.3.x, I can only use the expression "str LIKE prefix%"
The text was updated successfully, but these errors were encountered:
Sorry, the link was https://pypi.org/project/milvus/
Sorry, something went wrong.
you can use pip install -U pymilvus to upgrade the client lib, and pip install -U milvus-lite to upgrade the milvus lite core.
pip install -U pymilvus
pip install -U milvus-lite
No branches or pull requests
i follow the link
and install milvus-lite
but i found that the newest milvus version is only 2.3.x
and I wonder how to use milvus-server for v2.4.x
This is all because i want to use the expression "str LIKE %middle%" which is only supported by 2.4.x
In 2.3.x, I can only use the expression "str LIKE prefix%"
The text was updated successfully, but these errors were encountered: