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

Create/Find workspace #5

Closed timothycarambat closed 1 year ago

timothycarambat commented 1 year ago

We currently have protections when you type in a new workspace name that we wont have namespace/collection collisions, but we should also have this input function as a typeahead for collections or namespaces not yet imported.

If the user selects a suggestion we should then verify they want to pull in that specific workspace and then do that as opposed to only creating new ones.

Right now the only way to target and pull in a workspace is to sync the entire DB. Once the workspace exists then we can sync just the workspace going forward.