Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.49k stars 227 forks source link

Infinite scroll on sidebar for collections #6

Closed timothycarambat closed 1 year ago

timothycarambat commented 1 year ago

Many users have >100 workspaces. In this event, we should utilize an infinite scroll + a simple name-based search field in the sidebar. This way we can improve the initial page load by only querying the top 20 workspaces and then any more than that will lazy load in the rest of the workspaces.

The search bar should only appear if there are more than LIMIT workspaces, where limit is the page size of workspaces.