sir, i use like this ```'q' ...
# community-help
h
sir, i use like this
Copy code
'q'                          : 'winter clothes',
'query_by'                   : 'embedding',
"per_page"                   : 250,
'vector_query'               : 'embedding:([], distance_threshold:0.70)'
it will give 225 results , it is good but what would happen if the result is more than 250 it will always give results upto 250 because per page is 250 limit which i set
Copy code
'q'                          : 'footwear',
'query_by'                   : 'embedding',
"per_page"                   : 250,
'vector_query'               : 'embedding:([], distance_threshold:0.70)'
i want all possible result if it is less than 250 or more than 250