RunLLM Phoenix serve is giving this error: "SyntaxError: multiple exception types must be parenthesized". What could be the issue?
RunLLM Checked all of the points, still the issue is there. What could be the other issues
RunLLM I am getting an error "ModuleNotFoundError: No module named 'phoenix'" while running the streamlit application. I can see phoenix installed in my virtual environment
RunLLM The phoenix is already running on a server. How can I connect it to my streamlit and show the traces?
RunLLM How can I connect to an ip address in the iframe option? Do I have to put the IP address in place of session url
Hello guys, is there any way to integrate phoenix trace with streamlit, so I can see if the agents are working as expected.
Thanks a lot for helping out. I'll share this with my team as well.
It works now. Thanks a lot Xander, have a great day
Sure, will give that a try.
Yes, I am running it locally. Referring to this collab notebook: https://colab.research.google.com/github/Arize-ai/phoenix/blob/main/tutorials/tracing/crewai_tracing_tutorial.ipynb I have attached my code for reference as well