R
Railway4mo ago
shaw93

hosting chroma docker

hey has anyone hosted a persistant chroma db on railway.app? I only see AWS on the chroma docs https://docs.trychroma.com/deployment
☁️ Deployment | Chroma
Chroma Server is currently in Alpha. We are working hard to move Chroma from an in-memory single-process oriented library to a distributed production-grade DB!
4 Replies
Percy
Percy4mo ago
Project ID: N/A
shaw93
shaw934mo ago
n/a
Brody
Brody4mo ago
where does chroma want the volume mounted? looks like chroma wants a volume mounted to /index_data or /chroma/chroma
fijiwebdesign
fijiwebdesign4mo ago
Use the whole URL:port for the "host" param for chroma client.
import chromadb
chroma_client = chromadb.HttpClient(host='https://railway-url:443')
import chromadb
chroma_client = chromadb.HttpClient(host='https://railway-url:443')
I have it running from docker: chromadb/chroma more: https://docs.trychroma.com/deployment
☁️ Deployment | Chroma
Chroma Server is currently in Alpha. We are working hard to move Chroma from an in-memory single-process oriented library to a distributed production-grade DB!