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