Learn more about deploying the TensorZero UI.
TENSORZERO_CLICKHOUSE_URL
) and TensorZero Gateway URL (TENSORZERO_GATEWAY_URL
).
Optionally, you can also provide credentials for fine-tuning APIs.
Provider | Required Credentials |
---|---|
Fireworks AI | FIREWORKS_ACCOUNT_ID FIREWORKS_API_KEY |
OpenAI | OPENAI_API_KEY |
Together AI | TOGETHER_API_KEY |
GCP Vertex | GCP account credentials |
TENSORZERO_UI_CONFIG_PATH
to a custom path to the TensorZero configuration file.
When using the official Docker image, this value defaults to /app/config/tensorzero.toml
.
For certain uncommon scenarios (e.g. IPv6), you can also customize HOST
inside the UI container.
See the Vite documentation for more details.
tensorzero/ui
.
Running with Docker Compose (Recommended)
.env
file with the relevant environment variables.For more details, see the example docker-compose.yml
file in the GitHub repository.Running with Docker (Recommended)
.env
file with the relevant environment variables.Running with Kubernetes (k8s) and Helm
Building from source