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.02k stars 173 forks source link

Can't have multiple vectordb connectors to same technology provider in same workspace #84

Open sglebs opened 6 months ago

sglebs commented 6 months ago

I have a personal Qdrant account where I run experiments and, when an import/experiment is working, I want to promote it to the final/production qdrant account. I was hoping vector-admin could help me here. Unfortunately it only allowed me to add 1 Qdrant credential. I would like to enter N host:key pairs for Qdrant. As a matter of fact, for any one of the supported providers (2 Pinecones, 3 Quadrants etc).

timothycarambat commented 6 months ago

You cannot create a new Organization and add another Qdrant connection with different credentials? You should not be prevented from doing this

sglebs commented 6 months ago

I created multiple organizations. Now I want to clone an existing Qdrant collection from one Org to another and I can't. "Clone workspace" only asks for a new name, so it looks like it will clone into the same org. That is not what I want.

I need to copy a qdrant collection from one setup (qdrant host & key) into another. How can I do this? I will enter a separate issue for this other limitation.