You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: route self-hosted multi-tenant Chroma through ChromaClient. Profiles with a tenant or database no longer get silently sent to Chroma Cloud — they now connect to the URL you actually entered.
Feat: configurable token header (Authorization: Bearer / X-Chroma-Token) for self-hosted servers fronted by an Envoy/proxy that expects X-Chroma-Token.
Fix: connection errors now name the credential type and echo the URL the explorer attempted, so misconfigurations are diagnosable.
Fix: New Connection form layout — error message wraps fully, form no longer overflows the window.