Hey Anthony P. and 馃敀[private user] I've lost the ability to reply on our past thread (https://arize-ai.slack.com/archives/C04R3GXC8HK/p1768156287106929). Are you able to? Is there a different workflow I should use? I mention that because I had a blocker on the next tutorial actually and posted that in GitHub. I don't mind waiting longer on a resolution. I just wanted to check: Is there anything else I should do? I wanted to double-check given that I posted the actual details on the GitHub issue.
馃挕聽Hint: Mention RunLLM in the thread for followups.
hey Hassan K., was looking into that this morning. I鈥檒l do some checking and will respond here when I have an update!
Thank you!
Hassan K., what endpoint are you using for your project? you may have to update your client code:
from phoenix.client import Client
px_client = Client(endpoint="http://your-phoenix-server:6006")
also, the '503 Bad Gateway' message typically means that it might just be a network issue, meaning that the Phoenix server was probably unavailable or not responding to the client request. This is a server-side issue, and may not be a problem with your code syntax. could you try respinning phoenix instance and run these again?
I wasn't able to get back to this but I'll check the GitHub Issue if I'm able to again sometime. Thanks team!
