Open-Assistant
Open-Assistant copied to clipboard
Pagination in chat listing
Hey @yk is this feature open for contributor? I can take this
We need pagination for this page right?

What is the API for pagination? I saw we use api/chat to get all the chat threads
Will we prefer "Show more" (like chatGPT) or "page 1,2,3" type of pagination?
@mtosity thanks, we need a cursor pagination. the UI has to fetch more chat when scrolling down
What is the API for pagination? I saw we use
api/chatto get all the chat threads
https://github.com/LAION-AI/Open-Assistant/blob/main/inference/server/oasst_inference_server/routes/chats.py#L20
@mtosity this is now possible. would you like to build on top of https://github.com/LAION-AI/Open-Assistant/pull/2773 ?
@yk Would love to, the api from #2773 works great in my local