AI made approachable
AI made approachable
RRailway
Created by AI made approachable on 2/18/2024 in #✋|help
Auto-update failed. What now?
No description
8 replies
RRailway
Created by AI made approachable on 2/16/2024 in #✋|help
Cannot get ChromaDB working
Added ChromaDB template to my project: https://railway.app/template/tifygm Chroma DB seems to be running fine:
INFO: [16-02-2024 12:48:08] Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: [16-02-2024 12:48:08] Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
Tried to access ChromaDB from another service with host: http://chroma.railway.internal:8000 but got no response To make it easier to debug, I created a public domain for chroma and made a curl request that works with my local Chroma DB:
curl --location 'https://chroma-staging-b1f6.up.railway.app/api/v1/collections' \
--header 'Content-Type: application/json' \
--data '{"name":"vector_db","get_or_create":true}'
curl --location 'https://chroma-staging-b1f6.up.railway.app/api/v1/collections' \
--header 'Content-Type: application/json' \
--data '{"name":"vector_db","get_or_create":true}'
Result
<h1 class="error-404">Nothing here... yet</h1>
<h1 class="error-503">Application failed to respond</h1>
<h1 class="error-404">Nothing here... yet</h1>
<h1 class="error-503">Application failed to respond</h1>
Any ideas? Documentation about the chroma template just says: "Uses official chroma docker image and mounts a volume, you can talk to chroma on internal networking port 8000." To me it looks like the internal/external domains are not succesfully linking with http://0.0.0.0:8000 Project ID: 31616189-a805-4097-9eb6-61efdf3f0920
64 replies
RRailway
Created by AI made approachable on 2/15/2024 in #✋|help
PR environments not being created
No description
4 replies
RRailway
Created by AI made approachable on 2/15/2024 in #✋|help
Caching of templates not working as intended
No description
32 replies
RRailway
Created by AI made approachable on 2/12/2024 in #✋|help
Not pulling newest version from upstream repo
No description
39 replies