Description
Describe the feature you'd like
Implement pagination on the "Docstores" page within FlowiseAI. Instead of loading all available document stores at once, the page should display a limited number of docstores per page (e.g., 10, 25, or 50) with controls to navigate between pages.
Additional context
Currently, the Docstores page attempts to load and display all configured document stores simultaneously. In our environment, where we manage hundreds of docstores, this results in significantly slow page load times and a degraded user experience. 🐌 Implementing pagination would drastically improve the performance of this page, making it much more responsive and manageable for users with a large number of document stores. This change would allow for quicker access and easier navigation without overwhelming the browser or the backend with a large initial data load.