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
Add _async parameter for query() interface, just like the other interfaces such as search/insert/load
Currently, the query() always wait the result:
pymilvus/pymilvus/client/grpc_handler.py
Line 1539 in 3110139
No response
The text was updated successfully, but these errors were encountered:
We can create a new class AsyncMilvusClient to support python native async/await interfaces.
The pymilvus/asyncio/client/grpc_handler.py in this pr could be helpful: https://github.com/milvus-io/pymilvus/pull/1273/files
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
What would you like to be added?
Add _async parameter for query() interface, just like the other interfaces such as search/insert/load
Currently, the query() always wait the result:
pymilvus/pymilvus/client/grpc_handler.py
Line 1539 in 3110139
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: