Skip to main content

Evals + Traces

Running evals on traces and logging them to Phoenix. Logging evals as annotations in Phoenix.

Evals + Experiments

How to run experiment evaluators.
All arize-phoenix-evals Evaluators are drop-in compatible with experiments.

Evals + Prompt Management (Python)

If your evaluation prompt is versioned in Phoenix Prompt Management, you can fetch it with phoenix-client and convert it into an eval-ready PromptTemplate.
This keeps your eval logic aligned with prompt versions managed in Phoenix while still using the standard arize-phoenix-evals API.