milvus-io / pymilvus

Python SDK for Milvus.
Apache License 2.0
1.04k stars 330 forks source link

add _async support to MilvusClient.search #2369

Open drawnwren opened 22 hours ago

drawnwren commented 22 hours ago

This pr allows MilvusClient to return a SearchFuture when _async=True

sre-ci-robot commented 22 hours ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: drawnwren To complete the pull request process, please assign longjiquan after the PR has been reviewed. You can assign the PR to them by writing /assign @longjiquan in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/milvus-io/pymilvus/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
sre-ci-robot commented 22 hours ago

Welcome @drawnwren! It looks like this is your first PR to milvus-io/pymilvus 🎉

drawnwren commented 22 hours ago

Addresses #2370