px.active_session() to connect to remote endpoint? #2044
mattcvincent
started this conversation in
General
Replies: 2 comments 2 replies
-
Hey @mattcvincent very good question. Currently sessions are assumed to not be remote but we will definitely add the ability to attach to remote sessions now that we have remote instances. We are planning on tackling this as part of our persistence story where traces, evaluations, and datasets will be preserved by the remote instance. CC @RogerHYang |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mattcvincent We launched a client so you can interact with the server easily. https://docs.arize.com/phoenix/api/client |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! When I have phoenix running on a remote machine (e.g. "PHOENIX_COLLECTOR_ENDPOINT" = "https://my-phoenix.io"), how do I create a session to that remote endpoint?
Beta Was this translation helpful? Give feedback.
All reactions