How can I configure the backend to send the data to the phoenix UI in another container?
PreviousCan I use Phoenix locally from a remote Jupyter instance?NextCan I run Phoenix on Sagemaker?
Last updated
Was this helpful?
Last updated
Was this helpful?
If you are working on an API whose endpoints perform RAG, but would like the phoenix server not to be launched as another thread.
You can do this by configuring the following the variable PHOENIX_COLLECTOR_ENDPOINT to point to the server running in a different process or container.