arize-phoenix 2.9.3__py3-none-any.whl → 2.9.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-2.9.3.dist-info → arize_phoenix-2.9.4.dist-info}/METADATA +2 -2
- {arize_phoenix-2.9.3.dist-info → arize_phoenix-2.9.4.dist-info}/RECORD +7 -7
- phoenix/session/client.py +4 -2
- phoenix/version.py +1 -1
- {arize_phoenix-2.9.3.dist-info → arize_phoenix-2.9.4.dist-info}/WHEEL +0 -0
- {arize_phoenix-2.9.3.dist-info → arize_phoenix-2.9.4.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-2.9.3.dist-info → arize_phoenix-2.9.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.4
|
|
4
4
|
Summary: ML Observability in your notebook
|
|
5
5
|
Project-URL: Documentation, https://docs.arize.com/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -450,7 +450,7 @@ In order to run Phoenix tracing in production, you will have to follow these fol
|
|
|
450
450
|
|
|
451
451
|
- **Setup a Server**: your LLM application to run on a server ([examples](https://github.com/Arize-ai/openinference/tree/main/python/examples))
|
|
452
452
|
- **Instrument**: Add [OpenInference](https://github.com/Arize-ai/openinference) Instrumentation to your server
|
|
453
|
-
- Observe
|
|
453
|
+
- **Observe**: Run the Phoenix server as a side-car or a standalone instance and point your tracing instrumentation to the phoenix server
|
|
454
454
|
|
|
455
455
|
For more information on deploying Phoenix, see the [Phoenix Deployment Guide](https://docs.arize.com/phoenix/deployment/deploying-phoenix).
|
|
456
456
|
|
|
@@ -4,7 +4,7 @@ phoenix/datetime_utils.py,sha256=D955QLrkgrrSdUM6NyqbCeAu2SMsjhR5rHVQEsVUdng,277
|
|
|
4
4
|
phoenix/exceptions.py,sha256=X5k9ipUDfwSCwZB-H5zFJLas86Gf9tAx0W4l5TZxp5k,108
|
|
5
5
|
phoenix/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
6
|
phoenix/services.py,sha256=f6AeyKTuOpy9RCcTCjVH3gx5nYZhbTMFOuv1WSUOB5o,4992
|
|
7
|
-
phoenix/version.py,sha256=
|
|
7
|
+
phoenix/version.py,sha256=_Q3Y00tkl_JKUEcjW92jE4tMsCnf4B0Q6tGHiIcQqRI,22
|
|
8
8
|
phoenix/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
phoenix/core/embedding_dimension.py,sha256=zKGbcvwOXgLf-yrJBpQyKtd-LEOPRKHnUToyAU8Owis,87
|
|
10
10
|
phoenix/core/evals.py,sha256=gJyqQzpud5YjtoY8h4pgXvHDsdubGfqmEewLuZHPPmQ,10224
|
|
@@ -132,7 +132,7 @@ phoenix/server/static/modernizr.js,sha256=mvK-XtkNqjOral-QvzoqsyOMECXIMu5BQwSVN_
|
|
|
132
132
|
phoenix/server/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
133
|
phoenix/server/templates/index.html,sha256=DlfcGoq1V5C2QkJWqP1j4Nu6_kPfsOzOrtzYF3ogghE,1900
|
|
134
134
|
phoenix/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
|
-
phoenix/session/client.py,sha256=
|
|
135
|
+
phoenix/session/client.py,sha256=lTV9Q4ljpV9wqasya4u3x7BCijrfAWKDm5akzrg0424,4885
|
|
136
136
|
phoenix/session/data_extractor.py,sha256=V4ntT2FcmbV_-zobcbPR51HKWaDyMnXHj4Pmu7MZ0OQ,1664
|
|
137
137
|
phoenix/session/evaluation.py,sha256=DaAtA0XYJbXRJO_StGywa-9APlz2ORSmCXzxrtn3rvI,4997
|
|
138
138
|
phoenix/session/session.py,sha256=hr6p1-5_-BVky_5sFWqaFC56IxLjuEta0RwpA-VfzF0,20928
|
|
@@ -170,8 +170,8 @@ phoenix/trace/v1/evaluation_pb2.pyi,sha256=cCbbx06gwQmaH14s3J1X25TtaARh-k1abbxQd
|
|
|
170
170
|
phoenix/utilities/__init__.py,sha256=3TVirVnjIGyaCFuJCqeZO4tjlzQ_chZgYM0itIwsEpE,656
|
|
171
171
|
phoenix/utilities/error_handling.py,sha256=7b5rpGFj9EWZ8yrZK1IHvxB89suWk3lggDayUQcvZds,1946
|
|
172
172
|
phoenix/utilities/logging.py,sha256=lDXd6EGaamBNcQxL4vP1au9-i_SXe0OraUDiJOcszSw,222
|
|
173
|
-
arize_phoenix-2.9.
|
|
174
|
-
arize_phoenix-2.9.
|
|
175
|
-
arize_phoenix-2.9.
|
|
176
|
-
arize_phoenix-2.9.
|
|
177
|
-
arize_phoenix-2.9.
|
|
173
|
+
arize_phoenix-2.9.4.dist-info/METADATA,sha256=gTJgwXlsp2LDBDwLJy_skdUYm2VCpdV68n7fUqIS1hc,28765
|
|
174
|
+
arize_phoenix-2.9.4.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
|
175
|
+
arize_phoenix-2.9.4.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
176
|
+
arize_phoenix-2.9.4.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
177
|
+
arize_phoenix-2.9.4.dist-info/RECORD,,
|
phoenix/session/client.py
CHANGED
|
@@ -35,9 +35,11 @@ class Client(TraceDataExtractor):
|
|
|
35
35
|
Phoenix server endpoint, e.g. http://localhost:6006. If not provided, the
|
|
36
36
|
endpoint will be inferred from the environment variables.
|
|
37
37
|
use_active_session_if_available : bool, optional
|
|
38
|
-
If
|
|
38
|
+
If px.active_session() is available in the same runtime, e.g. the same Jupyter
|
|
39
|
+
notebook, delegate the request to the active session instead of making HTTP
|
|
40
|
+
requests. This argument is set to False if endpoint is provided explicitly.
|
|
39
41
|
"""
|
|
40
|
-
self._use_active_session_if_available = use_active_session_if_available
|
|
42
|
+
self._use_active_session_if_available = use_active_session_if_available and not endpoint
|
|
41
43
|
host = get_env_host()
|
|
42
44
|
if host == "0.0.0.0":
|
|
43
45
|
host = "127.0.0.1"
|
phoenix/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.9.
|
|
1
|
+
__version__ = "2.9.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|