arize-phoenix 5.1.3__py3-none-any.whl → 5.1.5__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-5.1.3.dist-info → arize_phoenix-5.1.5.dist-info}/METADATA +9 -11
- {arize_phoenix-5.1.3.dist-info → arize_phoenix-5.1.5.dist-info}/RECORD +12 -12
- phoenix/server/app.py +4 -1
- phoenix/server/static/.vite/manifest.json +9 -9
- phoenix/server/static/assets/{components-XIEhA1rq.js → components-BWdqD2gi.js} +60 -60
- phoenix/server/static/assets/{index-DY9zA_Wc.js → index-DTG8tm5R.js} +1 -1
- phoenix/server/static/assets/{pages-BGZBXlrn.js → pages-B1BPVqzK.js} +8 -7
- phoenix/trace/otel.py +2 -1
- phoenix/version.py +1 -1
- {arize_phoenix-5.1.3.dist-info → arize_phoenix-5.1.5.dist-info}/WHEEL +0 -0
- {arize_phoenix-5.1.3.dist-info → arize_phoenix-5.1.5.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-5.1.3.dist-info → arize_phoenix-5.1.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.5
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://docs.arize.com/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -48,10 +48,9 @@ Requires-Dist: scipy
|
|
|
48
48
|
Requires-Dist: sqlalchemy[asyncio]<3,>=2.0.4
|
|
49
49
|
Requires-Dist: sqlean-py>=3.45.1
|
|
50
50
|
Requires-Dist: starlette
|
|
51
|
-
Requires-Dist: strawberry-graphql==0.
|
|
51
|
+
Requires-Dist: strawberry-graphql==0.243.1
|
|
52
52
|
Requires-Dist: tqdm
|
|
53
|
-
Requires-Dist: typing-extensions>=4.
|
|
54
|
-
Requires-Dist: typing-extensions>=4.6; python_version >= '3.12'
|
|
53
|
+
Requires-Dist: typing-extensions>=4.6
|
|
55
54
|
Requires-Dist: umap-learn
|
|
56
55
|
Requires-Dist: uvicorn
|
|
57
56
|
Requires-Dist: wrapt
|
|
@@ -65,14 +64,14 @@ Requires-Dist: opentelemetry-sdk; extra == 'container'
|
|
|
65
64
|
Requires-Dist: opentelemetry-semantic-conventions; extra == 'container'
|
|
66
65
|
Requires-Dist: prometheus-client; extra == 'container'
|
|
67
66
|
Requires-Dist: py-grpc-prometheus; extra == 'container'
|
|
68
|
-
Requires-Dist: strawberry-graphql[opentelemetry]==0.
|
|
67
|
+
Requires-Dist: strawberry-graphql[opentelemetry]==0.243.1; extra == 'container'
|
|
69
68
|
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'container'
|
|
70
69
|
Provides-Extra: dev
|
|
71
70
|
Requires-Dist: anthropic; extra == 'dev'
|
|
72
71
|
Requires-Dist: arize[autoembeddings,llm-evaluation]; extra == 'dev'
|
|
73
72
|
Requires-Dist: asgi-lifespan; extra == 'dev'
|
|
74
73
|
Requires-Dist: asyncpg; extra == 'dev'
|
|
75
|
-
Requires-Dist: faker>=
|
|
74
|
+
Requires-Dist: faker>=30.1.0; extra == 'dev'
|
|
76
75
|
Requires-Dist: gcsfs; extra == 'dev'
|
|
77
76
|
Requires-Dist: google-cloud-aiplatform>=1.3; extra == 'dev'
|
|
78
77
|
Requires-Dist: grpc-interceptor[testing]; extra == 'dev'
|
|
@@ -83,8 +82,7 @@ Requires-Dist: litellm>=1.0.3; extra == 'dev'
|
|
|
83
82
|
Requires-Dist: llama-index>=0.10.3; extra == 'dev'
|
|
84
83
|
Requires-Dist: mypy==1.11.2; extra == 'dev'
|
|
85
84
|
Requires-Dist: nbqa; extra == 'dev'
|
|
86
|
-
Requires-Dist: pandas-stubs==2.
|
|
87
|
-
Requires-Dist: pandas-stubs==2.2.2.240603; (python_version >= '3.9') and extra == 'dev'
|
|
85
|
+
Requires-Dist: pandas-stubs==2.2.2.240603; extra == 'dev'
|
|
88
86
|
Requires-Dist: pandas>=1.0; extra == 'dev'
|
|
89
87
|
Requires-Dist: portpicker; extra == 'dev'
|
|
90
88
|
Requires-Dist: pre-commit; extra == 'dev'
|
|
@@ -94,9 +92,9 @@ Requires-Dist: pytest-asyncio; extra == 'dev'
|
|
|
94
92
|
Requires-Dist: pytest-cov; extra == 'dev'
|
|
95
93
|
Requires-Dist: pytest-postgresql; extra == 'dev'
|
|
96
94
|
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
97
|
-
Requires-Dist: pytest==8.3.
|
|
98
|
-
Requires-Dist: ruff==0.6.
|
|
99
|
-
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.
|
|
95
|
+
Requires-Dist: pytest==8.3.3; extra == 'dev'
|
|
96
|
+
Requires-Dist: ruff==0.6.8; extra == 'dev'
|
|
97
|
+
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.243.1; extra == 'dev'
|
|
100
98
|
Requires-Dist: tabulate; extra == 'dev'
|
|
101
99
|
Requires-Dist: tox-uv==1.11.3; extra == 'dev'
|
|
102
100
|
Requires-Dist: tox==4.18.1; extra == 'dev'
|
|
@@ -6,7 +6,7 @@ phoenix/exceptions.py,sha256=n2L2KKuecrdflB9MsCdAYCiSEvGJptIsfRkXMoJle7A,169
|
|
|
6
6
|
phoenix/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
7
|
phoenix/services.py,sha256=aTxhcOA1pZHB6U-B3TEcp6fqDF5oT0xCUvEUNMZVTUQ,5175
|
|
8
8
|
phoenix/settings.py,sha256=ht-0oN-sMV6SPXrk7Tu1EZlngpAYkGNLYPhO8DyrdQI,661
|
|
9
|
-
phoenix/version.py,sha256=
|
|
9
|
+
phoenix/version.py,sha256=iuyP95EWNF1uITAbMAYesfeNd_xgRbn4iq1J3kpldnA,22
|
|
10
10
|
phoenix/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
phoenix/core/embedding_dimension.py,sha256=zKGbcvwOXgLf-yrJBpQyKtd-LEOPRKHnUToyAU8Owis,87
|
|
12
12
|
phoenix/core/model.py,sha256=km_a--PBHOuA337ClRw9xqhOHhrUT6Rl9pz_zV0JYkQ,4843
|
|
@@ -73,7 +73,7 @@ phoenix/pointcloud/pointcloud.py,sha256=4zAIkKs2xOUbchpj4XDAV-iPMXrfAJ15TG6rlIYG
|
|
|
73
73
|
phoenix/pointcloud/projectors.py,sha256=TQgwc9cJDjJkin1WZyZzgl3HsYrLLiyWD7Czy4jNW3U,1088
|
|
74
74
|
phoenix/pointcloud/umap_parameters.py,sha256=3UQSjrysVOvq2V4KNpTMqNqNiK0BsTZnPBHWZ4fyJtQ,1708
|
|
75
75
|
phoenix/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
|
-
phoenix/server/app.py,sha256=
|
|
76
|
+
phoenix/server/app.py,sha256=FRauYpuCTsz761ekVqyXL93VkTx_xknFdMP4LqNowIk,31689
|
|
77
77
|
phoenix/server/bearer_auth.py,sha256=hChZ2li9qqQAuXIFtD4bp7Z60gEZhVqfCCqLeiTvD2k,5513
|
|
78
78
|
phoenix/server/dml_event.py,sha256=MpjCFqljxvgb9OB5Cez9vJesb3oHb3XxXictynBfcis,2851
|
|
79
79
|
phoenix/server/dml_event_handler.py,sha256=yU23-DDwXcL35p5EPwFW0oZh6mxQxJrJAQPKcYZYJz4,8310
|
|
@@ -258,10 +258,10 @@ phoenix/server/static/apple-touch-icon-76x76.png,sha256=CT_xT12I0u2i0WU8JzBZBuOQ
|
|
|
258
258
|
phoenix/server/static/apple-touch-icon.png,sha256=fOfpjqGpWYbJ0eAurKsyoZP1EAs6ZVooBJ_SGk2ZkDs,3801
|
|
259
259
|
phoenix/server/static/favicon.ico,sha256=bY0vvCKRftemZfPShwZtE93DiiQdaYaozkPGwNFr6H8,34494
|
|
260
260
|
phoenix/server/static/modernizr.js,sha256=mvK-XtkNqjOral-QvzoqsyOMECXIMu5BQwSVN_wcU9c,2564
|
|
261
|
-
phoenix/server/static/.vite/manifest.json,sha256=
|
|
262
|
-
phoenix/server/static/assets/components-
|
|
263
|
-
phoenix/server/static/assets/index-
|
|
264
|
-
phoenix/server/static/assets/pages-
|
|
261
|
+
phoenix/server/static/.vite/manifest.json,sha256=4u7C9cO_9BghiX8mihwymAzsOmtVPsEBcU-TBTQPaqc,1929
|
|
262
|
+
phoenix/server/static/assets/components-BWdqD2gi.js,sha256=oMkgSqhwj4Pkn935qionw43xVcccR0045GANQWRzYPY,260281
|
|
263
|
+
phoenix/server/static/assets/index-DTG8tm5R.js,sha256=PQuK3jpfKqVP2UONAGs9GHHWFmmqCXSxypHnSj3FGas,6947
|
|
264
|
+
phoenix/server/static/assets/pages-B1BPVqzK.js,sha256=4r1VGzq4E-01LgANyljzyzg-iTt264VeFKOKxVJOs04,557886
|
|
265
265
|
phoenix/server/static/assets/vendor-D8cj1ZYg.js,sha256=UeDWj3xjmDOo7XvqugE_ePbZZG_o1X6QqdB2Jop7dPs,1435307
|
|
266
266
|
phoenix/server/static/assets/vendor-DxkFTwjz.css,sha256=nZrkr0u6NNElFGvpWHk9GTHeGoibCXCli1bE7mXZGZg,1816
|
|
267
267
|
phoenix/server/static/assets/vendor-arizeai-BU1VHwXB.js,sha256=6rYhFTNVr64dh6y8iVOiRUr9YGLxTXJO2vbOlvltamE,304401
|
|
@@ -281,7 +281,7 @@ phoenix/trace/errors.py,sha256=wB1z8qdPckngdfU-TORToekvg3344oNFAA83_hC2yFY,180
|
|
|
281
281
|
phoenix/trace/evaluation_conventions.py,sha256=t8jydM3U0-T5YpiQKRJ3tWdWGlHtzKyttYdw-ddvPOk,1048
|
|
282
282
|
phoenix/trace/exporter.py,sha256=bUXh8fjJIbHurrnt4bAm-cCWqUN5FqNsIc8DZzzklkQ,4695
|
|
283
283
|
phoenix/trace/fixtures.py,sha256=nfVbYYCNNO6HX5SRZHPxcy6tZZkC8xc3FbvvMLfsDhA,19005
|
|
284
|
-
phoenix/trace/otel.py,sha256=
|
|
284
|
+
phoenix/trace/otel.py,sha256=c3Iy9sUTYBliwYfChZIQ9_6xTti1BijY7t_4s2tqbyw,10028
|
|
285
285
|
phoenix/trace/projects.py,sha256=2BwlNjFE-uwpqYtCu5YyBiYZk9wRPpM13vh3-Cv7GkA,2157
|
|
286
286
|
phoenix/trace/schemas.py,sha256=HpWSyzec0yDHEQXEDuwyLbhpvKrqkGps8BJqGiIFj8Y,5978
|
|
287
287
|
phoenix/trace/span_evaluations.py,sha256=GaADtJLi2njra4aYaie0BIwkSgdxPB_SNseglI4ykZA,13104
|
|
@@ -306,8 +306,8 @@ phoenix/utilities/logging.py,sha256=B8t2WPULOwVyuGLRLbwKsw5N41N26vtgF-lCAYgWTEk,
|
|
|
306
306
|
phoenix/utilities/project.py,sha256=8IJuMM4yUMoooPi37sictGj8Etu9rGmq6RFtc9848cQ,436
|
|
307
307
|
phoenix/utilities/re.py,sha256=nr_B0txj_7CXc45953X6vr2KCRSWMuaXJSEkL8s8Sjc,2036
|
|
308
308
|
phoenix/utilities/span_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
-
arize_phoenix-5.1.
|
|
310
|
-
arize_phoenix-5.1.
|
|
311
|
-
arize_phoenix-5.1.
|
|
312
|
-
arize_phoenix-5.1.
|
|
313
|
-
arize_phoenix-5.1.
|
|
309
|
+
arize_phoenix-5.1.5.dist-info/METADATA,sha256=J64TXt3EhjSH6GxtS_piT9cCzk7QSAypFvEmS7bS1nQ,11627
|
|
310
|
+
arize_phoenix-5.1.5.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
311
|
+
arize_phoenix-5.1.5.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
312
|
+
arize_phoenix-5.1.5.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
313
|
+
arize_phoenix-5.1.5.dist-info/RECORD,,
|
phoenix/server/app.py
CHANGED
|
@@ -22,6 +22,7 @@ from typing import (
|
|
|
22
22
|
Optional,
|
|
23
23
|
Sequence,
|
|
24
24
|
Tuple,
|
|
25
|
+
Type,
|
|
25
26
|
TypedDict,
|
|
26
27
|
Union,
|
|
27
28
|
cast,
|
|
@@ -43,6 +44,7 @@ from starlette.responses import PlainTextResponse, Response
|
|
|
43
44
|
from starlette.staticfiles import StaticFiles
|
|
44
45
|
from starlette.templating import Jinja2Templates
|
|
45
46
|
from starlette.types import Scope, StatefulLifespan
|
|
47
|
+
from strawberry.extensions import SchemaExtension
|
|
46
48
|
from strawberry.fastapi import GraphQLRouter
|
|
47
49
|
from strawberry.schema import BaseSchema
|
|
48
50
|
from typing_extensions import TypeAlias
|
|
@@ -672,7 +674,8 @@ def create_app(
|
|
|
672
674
|
initial_batch_of_evaluations=initial_batch_of_evaluations,
|
|
673
675
|
)
|
|
674
676
|
tracer_provider = None
|
|
675
|
-
strawberry_extensions =
|
|
677
|
+
strawberry_extensions: List[Union[Type[SchemaExtension], SchemaExtension]] = []
|
|
678
|
+
strawberry_extensions.extend(schema.get_extensions())
|
|
676
679
|
if server_instrumentation_is_enabled():
|
|
677
680
|
tracer_provider = initialize_opentelemetry_tracer_provider()
|
|
678
681
|
from opentelemetry.trace import TracerProvider
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-BWdqD2gi.js": {
|
|
3
|
+
"file": "assets/components-BWdqD2gi.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-D8cj1ZYg.js",
|
|
7
7
|
"_vendor-arizeai-BU1VHwXB.js",
|
|
8
|
-
"_pages-
|
|
8
|
+
"_pages-B1BPVqzK.js",
|
|
9
9
|
"_vendor-three-DwGkEfCM.js",
|
|
10
10
|
"_vendor-codemirror-BDMHmh1x.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-B1BPVqzK.js": {
|
|
14
|
+
"file": "assets/pages-B1BPVqzK.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-D8cj1ZYg.js",
|
|
18
18
|
"_vendor-arizeai-BU1VHwXB.js",
|
|
19
|
-
"_components-
|
|
19
|
+
"_components-BWdqD2gi.js",
|
|
20
20
|
"_vendor-recharts-BATX_8yP.js",
|
|
21
21
|
"_vendor-codemirror-BDMHmh1x.js"
|
|
22
22
|
]
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"name": "vendor-three"
|
|
62
62
|
},
|
|
63
63
|
"index.tsx": {
|
|
64
|
-
"file": "assets/index-
|
|
64
|
+
"file": "assets/index-DTG8tm5R.js",
|
|
65
65
|
"name": "index",
|
|
66
66
|
"src": "index.tsx",
|
|
67
67
|
"isEntry": true,
|
|
68
68
|
"imports": [
|
|
69
69
|
"_vendor-D8cj1ZYg.js",
|
|
70
70
|
"_vendor-arizeai-BU1VHwXB.js",
|
|
71
|
-
"_pages-
|
|
72
|
-
"_components-
|
|
71
|
+
"_pages-B1BPVqzK.js",
|
|
72
|
+
"_components-BWdqD2gi.js",
|
|
73
73
|
"_vendor-three-DwGkEfCM.js",
|
|
74
74
|
"_vendor-recharts-BATX_8yP.js",
|
|
75
75
|
"_vendor-codemirror-BDMHmh1x.js"
|