Limit on table results

I have a table in Retool that returns output in table based on search term input. For all my search querys the table will only return max. 150 results in the table which is strange as the total output should be much longer. hus my question: is it a Retool limitation or due the services that we are using that we are limited 150 results?

Pictures attached.

Hi @aan131313,

You're only asking for 150 results right now, that's what the topK_pinecone value sets. Try setting that to something larger to have the API return more results. Be careful of performance / pagination depending on the amount of data that's coming back.