Back to Tensorzero

TensorZero `README` Examples

examples/readme/README.md

2026.4.1431 B
Original Source

TensorZero README Examples

This directory contains the code used for the absolutely minimal examples in the README at the repository root.

Running the Example

  1. Launch the TensorZero Gateway and ClickHouse database:
bash
docker compose up
  1. Install the Python dependencies. We recommend using uv:
bash
uv sync
  1. Run the examples:
bash
uv run openai_sdk.py