Is it possible to add a threshold for passage_score in the query_options? here is my query_options in python:
query_options = {'query': {query,'passage_score>20'},'passages': 'true'}
which is not working. I was able to set a threshold for document score and also for relevance of entities but not for passage_score.