Skip to content

Allow for search params when querying using Qdrant vector store. #1910

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

Closed
anubhavrana opened this issue May 6, 2025 · 0 comments · Fixed by #1911
Closed

Allow for search params when querying using Qdrant vector store. #1910

anubhavrana opened this issue May 6, 2025 · 0 comments · Fixed by #1911

Comments

@anubhavrana
Copy link
Contributor

The Problem

We are using Qdrant as our vector store and recently have updated our collection to use quantization in order to reduce memory utilization and improve response times. Here are the relevant docs: https://qdrant.tech/documentation/guides/quantization/

When working with quantized vectors, Qdrant allows for search parameters to enable rescoring and oversampling, which improves accuracy while querying quantized vectors.

Additionally these search parameters allow one to control other index specific parameters while performing search or query requests. More info on query and search

Proposed Solution

Allow for these params to be set when using the QdrantVectorStore object and using the query method

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