Skip to main content

Arize AX Observability

Install

Install the Arize OpenInference package alongside praisonai so the adapter can send traces to Arize AX (Phoenix).
The package is @arizeai/openinference-core (npm scope @arizeai). Do not use arize-phoenix — that is the Python/PyPI package name and does not exist on npm. Without the correct package, createObservabilityAdapter('arize') falls back to the in-memory adapter and logs a warning, so no traces reach Arize.

Environment Variables

Quick Start

1

Simple Usage

If the @arizeai/openinference-core package is not installed, the adapter falls back to the in-memory adapter and logs a warning.
2

With Configuration

Adjust observability adapter options and agent settings for production — see the sections above.

Arize CLI Usage

Arize CLI Usage