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

Provide ability to specify a similarity score threshold when performing similarity search #204

Open
shashankram opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@shashankram
Copy link

I can't seem to find a way to specify the score threshold when using the similarity_search() API provided by the vector store impl.
E.g., The Redis implementation exposes this as a distance_threshold argument.

@shashankram shashankram added the enhancement New feature or request label Aug 8, 2024
@hsm207
Copy link
Collaborator

hsm207 commented Aug 9, 2024

The integration uses weaviate's hybrid search to perform the search. At the moment, hybrid search does not have a score threshold argument. It is a feature that's being worked on (see this bounty)

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

No branches or pull requests

2 participants