python - Watson Discovery Service: Query Options -




is possible add threshold passage_score in query_options? here query_options in python:

 query_options = {'query': {query,'passage_score>20'},'passages': 'true'} 

which not working. able set threshold document score , relevance of entities not passage_score.

this capability not supported, pretty easy in client application filter output of passages score.

you are able tweak number of passages returned return top n passages (n=1-100). think want anyway, since passage score specific query, , not normalized score should used compare against others.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -