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

[Improvement] Qdrant Store should allow the user to specify the wait condition when adding documents #989

Open
n3sser96 opened this issue Aug 12, 2024 · 1 comment · May be fixed by #990

Comments

@n3sser96
Copy link

n3sser96 commented Aug 12, 2024

req, err := http.NewRequestWithContext(ctx, method, url.String()+"?wait=true", body)

From Qdrant Docs: If inserting a lot of vectors, we also recommend using asynchronous requests to take advantage of pipelining.
Check this awaiting-result.

As well, qdrant doesn't have the wait query param in the search endpoint.
Check this Search API Reference

@n3sser96 n3sser96 linked a pull request Aug 12, 2024 that will close this issue
9 tasks
@n3sser96
Copy link
Author

@tmc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant