Core Components
Regardless of deployment mode, Chroma is composed of five core components. Each plays a distinct role in the system and operates over the shared Chroma data model.
The Gateway
The gateway is the entrypoint for client traffic.- Exposes a consistent API across all deployment modes.
- Handles authentication, rate limiting, quota management, and request validation.
- Routes requests to downstream services.
