Thanks Xander S., Mikyo
This seems useful to my situation as well.
I am little lost here and here is the scenario with me.
Let’s say my Arize application will be accessed at abc.com/v1/arize. And I am currently running my application through a docker-compose (not the official docker image of Arize) and I added “v1/arize” to config.py PHOENIX_HOST_ROOT_PATH. But when I am trying to access the application, it’s returning 504 as it cannot map back the URL.
I even tried installing the Arize through pip and passed it in docker as ENV variable but in that case it’s returning404 as it cannot find index.js and modernizer.js
So do I need to use Trafeik to address this URL mapping.
Thanks
Thanks Xander S., thanks for your reply. I am just curious if I can export data from OpenAIInstrument().instrument() directly without phoenix active session?