Closed kadzaki closed 3 years ago
Hi @kadzaki, the reader models make it non-trivial to implement paging as we can't set offsets for results in the Finder
class. So, for each request to the next page, the Finder's reader model will re-compute all result pages(and discard the previous ones), making the paging inefficient.
In the next weeks, we plan to improve the confidence scores/probabilities for answers in Haystack. With the improved scores, a possible approach could be to set a large default page size and filter out answers below a threshold score.
ok thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 21 days if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 21 days if no further activity occurs.
Hi! 😃 Is this still impossible to implement? What if we are not using readers? Thanks!
Hi!
Same question here: no reader needed, I just want to paginate results from an EmbeddingRetriever.
Thanks!
Is pagination still a possible thing specially in the case of RAG? anyone has tried it?
Question What is the best way to add paging to search results?