a year ago
Description: The AI-native embedding database
Category: Storage
7 Replies
10 months ago
Hi there! I changed host to 0.0.0.0, but I'm not able to access the service from my local machine. Please help.
When I run docker image with Chroma locally and request through Postman: GET http://0.0.0.0:8000/api/v1, I get code 200 response. But when requesting GET https://chroma-dev-123.up.railway.app/api/v1, I receive 503 - Service unavailable.
10 months ago
Ah yes, fragly forgot a very important setting.
https://help.railway.app/questions/connection-errors-with-chroma-template-6ab3976f#solution
10 months ago
Thanks a lot guys! It works! But FYI: 1) using $PORT param in uvicorn command does not work, because it passes string and not number. 2) Chroma is actually running without any Authorization and is accessible just by url.
10 months ago
Chroma should be running with authorization 🤔
I just ran through the docs again and I believe that the template is properly set up in accordance with the docs (https://docs.trychroma.com/deployment/auth). I'll make a new deployment of the template later and see if I can reproduce
10 months ago
I updated the solution in my previously linked post to hopefully fix the PORT issue.