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 connect to Chroma #51

Closed devaniljr closed 8 months ago

devaniljr commented 9 months ago

I have a Chroma instance in the AWS, it's currently open without authorization. But every time I try to connect using the IP address, it says "Could not connect to Chroma instance with those credentials.", even if the API Header & Key its empty.

timothycarambat commented 9 months ago

Did you deploy the AWS API and are you able to go to <API_GATEWAY_URL>/api/v1 and get a heartbeat response?

devaniljr commented 9 months ago

Yes, I get a

{
"nanosecond heartbeat": 1695146874540770000
}
timothycarambat commented 9 months ago

Are you inputting just the API_GATEWAY part of the URL? Basically everything before /api should be there, including https