Skip to content
New issue

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

[Bug]: MilvusClient.search doesn't support _async #2370

Open
1 task done
drawnwren opened this issue Nov 21, 2024 · 0 comments
Open
1 task done

[Bug]: MilvusClient.search doesn't support _async #2370

drawnwren opened this issue Nov 21, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@drawnwren
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When I do MilvusClient().search(...., _async=True, ...) I get an exception:

Expected Behavior

I expect MIlvusClient().search(_async=True) to return a SearchFuture

Steps/Code To Reproduce behavior

I've added a PR to address this #2369

Environment details

- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant