Getting filtered results based on a score threshold given to the index.query() call

Is it possible to get filtered results from the index.query() call by giving it a score threshold so that all the results we get have a score greater then or equal to the given score threshold.

Hi @ritevik. Welcome to the Pinecone community.

Filtering by score isn’t currently possible, but it’s on our backlog. In the meantime, have you considering reranking results?

Best,
Jesse

Thanks @jesse for the help.

1 Like