mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 19:27:30 -04:00
Can't have multiple vectordb connectors to same technology provider in same workspace #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sglebs on GitHub (Dec 4, 2023).
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 on GitHub (Dec 4, 2023):
You cannot create a new Organization and add another Qdrant connection with different credentials? You should not be prevented from doing this
@sglebs commented on GitHub (Dec 15, 2023):
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.