fast-elasticsearch-vector-scoring icon indicating copy to clipboard operation
fast-elasticsearch-vector-scoring copied to clipboard

limit the number of returned documents

Open Wenorm opened this issue 3 years ago • 1 comments

Is it possible to limit the number of returned documents by setting a threshold for document cosine similarity?

Wenorm avatar Dec 17 '20 09:12 Wenorm

sure, by using this elasticsearch feature: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-min-score.html just add min_score to the query body

lior-k avatar Dec 17 '20 18:12 lior-k