Import Existing Traces
Phoenix supports loading data that contains OpenInference traces. This allows you to load an existing dataframe of traces into your Phoenix instance.
Usually these will be traces you've previously saved using Save All Traces.
Connect to Phoenix
Before accessing px.Client(), be sure you've set the following environment variables:
If you're self-hosting Phoenix, ignore the client headers and change the collector endpoint to your endpoint.
Importing Traces to an Existing Phoenix Instance
Launching a new Phoenix Instance with Saved Traces
You can also launch a temporary version of Phoenix in your local notebook to quickly view the traces. But be warned, this Phoenix instance will only last as long as your notebook environment is runing
Last updated
Was this helpful?