Hi Xander!
I'm using Phoenix as an alternative to W&B for visualizing experiments I do with LangChain.
While W&B is very complete, I find there UI for LLM traces is not intuitive to navigate, and misses information like token usage (or at least, it is not easy to find).
So far I love what I see with Phoenix, thank you for all the work :)
Ideally, I would like a pre-built Phoenix docker image, which I could easily connect to my application's docker via compose, and that would record all the traces.
I have not explored that part much yet, but being able to label the traces with a dict that contains configuration information from my application, or anything that would help filter out the traces later on. I understand that I can have different sessions, but not sure about the rest.
Also, a simple CLI would be nice, something with commands like phoenix server start to run the tracing server or phoenix view <dataset-name> to launch the server for a given dataset name.