mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 19:27:30 -04:00
[FEAT]: Connect on Localhost without API key #237
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 @christophebe on GitHub (Jul 28, 2024).
What would you like to see?
Hi,
Would it be possible to connect to Qdrant running on localhost without API key ?
Thanks
@Santhosh26 commented on GitHub (Dec 7, 2024):
I have the same issue. I would wanted to connect to chromadb running in docker locally hosted. I have configured basic auth using chroma guide but still there is no way to connect using vector-admin
@yayitazale commented on GitHub (Jul 2, 2025):
Hi, I think I'm running this issue with a selfhosted ChromaDB. I have correctly set-up the API header and Key. Using those credentials I can connect from AnythingLLM and use it but with VectorAdmin I'm getting the error "Could not connect to Chroma instance with those credentials."
@gerlitmcoding commented on GitHub (Dec 14, 2025):
any updates on this and how to connect to chroma via VectorAdmin?