hkulekci / qdrant-php

Qdrant is a vector similarity engine & vector database. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more!
MIT License
93 stars 21 forks source link

Add threshold support #23

Closed gregpriday closed 1 year ago

gregpriday commented 1 year ago

Fairly straightforward. Qdrant allows you to specify a score_threshold for search requests and recommended requests.

https://qdrant.tech/documentation/concepts/search/#filtering-results-by-score

gregpriday commented 1 year ago

Closing because I need to fix a few things. I'll resubmit later.