Hussain Sakariya
04/05/2024, 10:49 AM'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
'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