Last updated
Last updated
Phoenix provides auto-instrumentation for
Sign up for Phoenix:
Install packages:
Connect your application to your cloud instance:
Initialize the HaystackInstrumentor before your application code.
Phoenix's auto-instrumentor collects any traces from Haystack Pipelines. If you are using Haystack but not using Pipelines, you won't see traces appearing in Phoenix automatically.
From here, you can set up your Haystack app as normal:
Now that you have tracing setup, all invocations of pipelines will be streamed to your running Phoenix for observability and evaluation.
Sign up for an Arize Phoenix account at
Your Phoenix API key can be found on the Keys section of your .
For details on customizing a local terminal deployment, see .
See for more details
Pull latest Phoenix image from :
For more info on using Phoenix with Docker, see
By default, notebook instances do not have persistent storage, so your traces will disappear after the notebook is closed. See or use one of the other deployment options to retain traces.
If you don't want to use Haystack pipelines but still want tracing in Phoenix, you can useinstead of this auto-instrumentor.
Instrument LLM applications built with Haystack