CostaLima
CostaLima
RRailway
Created by CostaLima on 12/18/2023 in #✋|help
Cant deploy on chromadb
I am having the issue: ValueError: Could not connect to tenant default_tenant. Are you sure it exists?
from chromadb import Settings, HttpClient

client = HttpClient(
host='https://chroma-production-<server>.up.railway.app/api/v1/tenants/default_tenant',
port=443,
ssl=True,
)
from chromadb import Settings, HttpClient

client = HttpClient(
host='https://chroma-production-<server>.up.railway.app/api/v1/tenants/default_tenant',
port=443,
ssl=True,
)
How I can fix it?
12 replies