arize-phoenix 11.34.0__py3-none-any.whl → 11.36.0__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-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/METADATA +12 -9
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/RECORD +18 -18
- phoenix/server/api/types/Experiment.py +2 -0
- phoenix/server/static/.vite/manifest.json +39 -39
- phoenix/server/static/assets/{components-CdQiQTvs.js → components-DVEWtEt2.js} +497 -361
- phoenix/server/static/assets/{index-B1VuXYRI.js → index-D2_lN2VR.js} +2 -2
- phoenix/server/static/assets/{pages-CnfZ3RhB.js → pages-CJs8SCmq.js} +481 -461
- phoenix/server/static/assets/{vendor-Cfrr9FCF.js → vendor-DHb1kz-d.js} +182 -182
- phoenix/server/static/assets/vendor-arizeai-BWffpt59.js +165 -0
- phoenix/server/static/assets/{vendor-codemirror-ClqtONZQ.js → vendor-codemirror-BI6d4ZER.js} +3 -3
- phoenix/server/static/assets/{vendor-recharts-D6kvOpmb.js → vendor-recharts-lWHIE765.js} +4 -4
- phoenix/server/static/assets/{vendor-shiki-xSOiKxt0.js → vendor-shiki-DbTRJD9G.js} +1 -1
- phoenix/server/thread_server.py +1 -2
- phoenix/version.py +1 -1
- phoenix/server/static/assets/vendor-arizeai-Dz0kN-lQ.js +0 -168
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.36.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.36.0
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://arize.com/docs/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -21,7 +21,7 @@ Requires-Dist: aioitertools
|
|
|
21
21
|
Requires-Dist: aiosqlite
|
|
22
22
|
Requires-Dist: alembic<2,>=1.3.0
|
|
23
23
|
Requires-Dist: arize-phoenix-client
|
|
24
|
-
Requires-Dist: arize-phoenix-evals>=0.
|
|
24
|
+
Requires-Dist: arize-phoenix-evals>=2.0.0
|
|
25
25
|
Requires-Dist: arize-phoenix-otel>=0.10.3
|
|
26
26
|
Requires-Dist: authlib
|
|
27
27
|
Requires-Dist: cachetools
|
|
@@ -121,12 +121,6 @@ Requires-Dist: numba>=0.60.0; extra == 'embeddings'
|
|
|
121
121
|
Requires-Dist: umap-learn; extra == 'embeddings'
|
|
122
122
|
Provides-Extra: evals
|
|
123
123
|
Provides-Extra: experimental
|
|
124
|
-
Provides-Extra: llama-index
|
|
125
|
-
Requires-Dist: llama-index-agent-openai>=0.2.7; extra == 'llama-index'
|
|
126
|
-
Requires-Dist: llama-index-embeddings-openai>=0.1.10; extra == 'llama-index'
|
|
127
|
-
Requires-Dist: llama-index-llms-openai>=0.1.24; extra == 'llama-index'
|
|
128
|
-
Requires-Dist: llama-index-readers-file>=0.1.25; extra == 'llama-index'
|
|
129
|
-
Requires-Dist: llama-index==0.11.0; extra == 'llama-index'
|
|
130
124
|
Provides-Extra: pg
|
|
131
125
|
Requires-Dist: asyncpg; extra == 'pg'
|
|
132
126
|
Requires-Dist: psycopg[binary,pool]; extra == 'pg'
|
|
@@ -241,6 +235,15 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
241
235
|
| [Autogen AgentChat](https://arize.com/docs/phoenix/integrations/frameworks/autogen/autogen-tracing) | `openinference-instrumentation-autogen-agentchat` | [](https://pypi.python.org/pypi/openinference-instrumentation-autogen-agentchat) |
|
|
242
236
|
| [Portkey](https://arize.com/docs/phoenix/integrations/portkey) | `openinference-instrumentation-portkey` | [](https://pypi.python.org/pypi/openinference-instrumentation-portkey) |
|
|
243
237
|
|
|
238
|
+
## Span Processors
|
|
239
|
+
|
|
240
|
+
Normalize and convert data across other instrumentation libraries by adding span processors that unify data.
|
|
241
|
+
|
|
242
|
+
| Package | Description | Version |
|
|
243
|
+
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
244
|
+
| [`openinference-instrumentation-openlit`](./python/instrumentation/openinference-instrumentation-openlit) | OpenInference Span Processor for OpenLIT traces. | [](https://pypi.python.org/pypi/openinference-instrumentation-openlit) |
|
|
245
|
+
| [`openinference-instrumentation-openllmetry`](./python/instrumentation/openinference-instrumentation-openllmetry) | OpenInference Span Processor for OpenLLMetry (Traceloop) traces. | [](https://pypi.python.org/pypi/openinference-instrumentation-openllmetry) |
|
|
246
|
+
|
|
244
247
|
### JavaScript Integrations
|
|
245
248
|
|
|
246
249
|
| Integration | Package | Version Badge |
|
|
@@ -256,7 +259,7 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
256
259
|
| Integration | Package | Version Badge |
|
|
257
260
|
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
258
261
|
| [LangChain4j](https://github.com/Arize-ai/openinference/tree/main/java/instrumentation/openinference-instrumentation-langchain4j) | `openinference-instrumentation-langchain4j` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-langchain4j) |
|
|
259
|
-
|
|
|
262
|
+
| SpringAI | `openinference-instrumentation-springAI` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) |
|
|
260
263
|
|
|
261
264
|
### Platforms
|
|
262
265
|
|
|
@@ -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=ngkyKGVatX3cO2WJdo2hKdaVKP-xJCMvqthvga6kJss,5196
|
|
8
8
|
phoenix/settings.py,sha256=2kHfT3BNOVd4dAO1bq-syEQbHSG8oX2-7NhOwK2QREk,896
|
|
9
|
-
phoenix/version.py,sha256=
|
|
9
|
+
phoenix/version.py,sha256=fbBQ8zCZww-Tq7_Y2Zw76mj6M4taEAw18OtxP0a8hE4,24
|
|
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=qBFraOtmwCCnWJltKNP18DDG0mULXigytlFsa6YOz6k,4837
|
|
@@ -105,7 +105,7 @@ phoenix/server/rate_limiters.py,sha256=cFc73D2NaxqNZZDbwfIDw4So-fRVOJPBtqxOZ8Qky
|
|
|
105
105
|
phoenix/server/retention.py,sha256=MQe1FWuc_NxhqgIq5q2hfFhWT8ddAmpppgI74xYEQ6c,3064
|
|
106
106
|
phoenix/server/session_filters.py,sha256=zEJHnF2sDCxjWti2eOz1Yx4r4-zS1rAzq0oUxzl0gEY,1697
|
|
107
107
|
phoenix/server/telemetry.py,sha256=4EluDDrhdDPxAjaW6lVSbi73xkB5XeUCZWOmZGdk0hg,2755
|
|
108
|
-
phoenix/server/thread_server.py,sha256=
|
|
108
|
+
phoenix/server/thread_server.py,sha256=W3U8aASh-vA01tvEnHfE9GpsOowINAATYt7ezjKSWvI,2088
|
|
109
109
|
phoenix/server/types.py,sha256=j8erl9iRNaR8t0DCQG84-uDVbHy9Qnm7T2EuTtDNNsU,8013
|
|
110
110
|
phoenix/server/api/README.md,sha256=Pyq1PLPgTzXAswrfIhGXrjI3Skq8it2jTVnanT6Ba4Q,1162
|
|
111
111
|
phoenix/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -311,7 +311,7 @@ phoenix/server/api/types/EvaluationSummary.py,sha256=vILYejnfPvMwWEXOwhQZsANvYe3
|
|
|
311
311
|
phoenix/server/api/types/Event.py,sha256=iYt_Jx1Roioo0vZ0iPeJTHcTu6NSm4ilVMJ-IMUHAKk,3970
|
|
312
312
|
phoenix/server/api/types/EventMetadata.py,sha256=-J0tYF9eZTHwCjwxQHY7Gckr2_MNW5OoWT1mydweZNM,635
|
|
313
313
|
phoenix/server/api/types/ExampleRevisionInterface.py,sha256=gV3Gt9-3Oi5wjaVtepC6nOt3FzTzZFD1KebNnqiw56E,294
|
|
314
|
-
phoenix/server/api/types/Experiment.py,sha256=
|
|
314
|
+
phoenix/server/api/types/Experiment.py,sha256=GdTAS-p5d1GyekwGItQZClHS1Hz1u9IfTcnAeZUaCwU,8295
|
|
315
315
|
phoenix/server/api/types/ExperimentAnnotationSummary.py,sha256=Uk3JtxIrsMoZT5tqc4nJdUOM3XegVzjUyoV3pkjNotE,256
|
|
316
316
|
phoenix/server/api/types/ExperimentComparison.py,sha256=fj4KoAPFNJvfrHBMloGkHz_-7Lf403IMe0OwDDJyZWk,383
|
|
317
317
|
phoenix/server/api/types/ExperimentRepeatedRunGroup.py,sha256=a2-C6ZWyFm-THvus6n4WDYGtmapm-ZWFaDahW7A2i28,5434
|
|
@@ -402,16 +402,16 @@ phoenix/server/static/apple-touch-icon-76x76.png,sha256=CT_xT12I0u2i0WU8JzBZBuOQ
|
|
|
402
402
|
phoenix/server/static/apple-touch-icon.png,sha256=fOfpjqGpWYbJ0eAurKsyoZP1EAs6ZVooBJ_SGk2ZkDs,3801
|
|
403
403
|
phoenix/server/static/favicon.ico,sha256=bY0vvCKRftemZfPShwZtE93DiiQdaYaozkPGwNFr6H8,34494
|
|
404
404
|
phoenix/server/static/modernizr.js,sha256=mvK-XtkNqjOral-QvzoqsyOMECXIMu5BQwSVN_wcU9c,2564
|
|
405
|
-
phoenix/server/static/.vite/manifest.json,sha256=
|
|
406
|
-
phoenix/server/static/assets/components-
|
|
407
|
-
phoenix/server/static/assets/index-
|
|
408
|
-
phoenix/server/static/assets/pages-
|
|
405
|
+
phoenix/server/static/.vite/manifest.json,sha256=eUo5OwAKCpNodz9DRspKsUMMatbwkDP3oCHN_zxu1J0,2328
|
|
406
|
+
phoenix/server/static/assets/components-DVEWtEt2.js,sha256=MDr8RaoYB3e-zbPbw3wE96_TdtLDdn1AUtPiScUiYi0,681127
|
|
407
|
+
phoenix/server/static/assets/index-D2_lN2VR.js,sha256=tPzwvyCp77egXgjW-fDhMgcK3IXI28N0zpQlpoMm2UM,62935
|
|
408
|
+
phoenix/server/static/assets/pages-CJs8SCmq.js,sha256=70WdTyvtrZokIXCQoAZtfIZ9CZ6PwFLIyP436GXr3pU,1300944
|
|
409
409
|
phoenix/server/static/assets/vendor-BGzfc4EU.css,sha256=Nx5Lmx-bqYR7nsO_O4kEBcrJ8cwknWjZ6seHN3_s4UQ,3171
|
|
410
|
-
phoenix/server/static/assets/vendor-
|
|
411
|
-
phoenix/server/static/assets/vendor-arizeai-
|
|
412
|
-
phoenix/server/static/assets/vendor-codemirror-
|
|
413
|
-
phoenix/server/static/assets/vendor-recharts-
|
|
414
|
-
phoenix/server/static/assets/vendor-shiki-
|
|
410
|
+
phoenix/server/static/assets/vendor-DHb1kz-d.js,sha256=4B7nK4cNLtKYToPc7IIoWxKRjCOO8e7x7NsmtTQDrk0,2588076
|
|
411
|
+
phoenix/server/static/assets/vendor-arizeai-BWffpt59.js,sha256=ErK8kKzSTyJMTBDDzC1QmFehFQtNJ2l6dEcESRRkFok,112652
|
|
412
|
+
phoenix/server/static/assets/vendor-codemirror-BI6d4ZER.js,sha256=Cx9w4DvR9Ztu2Lkr6hOG9r69TkWY6zx7PhYOYX1EeXk,413213
|
|
413
|
+
phoenix/server/static/assets/vendor-recharts-lWHIE765.js,sha256=Lm-2htkM3joP9CxW621vUrnCSelAqLPqk5gVWHgDuHQ,231654
|
|
414
|
+
phoenix/server/static/assets/vendor-shiki-DbTRJD9G.js,sha256=a52LYeiUm3y_DukFWE06BkBT-qN9bSqROTuBDDJ0JPM,305160
|
|
415
415
|
phoenix/server/static/assets/vendor-three-BLWp5bic.js,sha256=vfSCVXS20jA0Ceo_O0mDxYBcROinWMdPE6RR4JXmtec,620972
|
|
416
416
|
phoenix/server/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
417
|
phoenix/server/templates/index.html,sha256=QAYh0TG5mg-GvDQUR09aD9ebl9Sfq0fYAcfIa5G7J6E,7148
|
|
@@ -451,9 +451,9 @@ phoenix/utilities/project.py,sha256=auVpARXkDb-JgeX5f2aStyFIkeKvGwN9l7qrFeJMVxI,
|
|
|
451
451
|
phoenix/utilities/re.py,sha256=6YyUWIkv0zc2SigsxfOWIHzdpjKA_TZo2iqKq7zJKvw,2081
|
|
452
452
|
phoenix/utilities/span_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
453
453
|
phoenix/utilities/template_formatters.py,sha256=gh9PJD6WEGw7TEYXfSst1UR4pWWwmjxMLrDVQ_CkpkQ,2779
|
|
454
|
-
arize_phoenix-11.
|
|
455
|
-
arize_phoenix-11.
|
|
456
|
-
arize_phoenix-11.
|
|
457
|
-
arize_phoenix-11.
|
|
458
|
-
arize_phoenix-11.
|
|
459
|
-
arize_phoenix-11.
|
|
454
|
+
arize_phoenix-11.36.0.dist-info/METADATA,sha256=h3Yjo530E3ecBDzvdcJQvKsmjIZJ9IV3d7gP6d_-wZg,34045
|
|
455
|
+
arize_phoenix-11.36.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
456
|
+
arize_phoenix-11.36.0.dist-info/entry_points.txt,sha256=Pgpn8Upxx9P8z8joPXZWl2LlnAlGc3gcQoVchb06X1Q,94
|
|
457
|
+
arize_phoenix-11.36.0.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
458
|
+
arize_phoenix-11.36.0.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
459
|
+
arize_phoenix-11.36.0.dist-info/RECORD,,
|
|
@@ -33,6 +33,7 @@ class Experiment(Node):
|
|
|
33
33
|
name: str
|
|
34
34
|
project_name: Optional[str]
|
|
35
35
|
description: Optional[str]
|
|
36
|
+
repetitions: int
|
|
36
37
|
dataset_version_id: GlobalID
|
|
37
38
|
metadata: JSON
|
|
38
39
|
created_at: datetime
|
|
@@ -210,6 +211,7 @@ def to_gql_experiment(
|
|
|
210
211
|
name=experiment.name,
|
|
211
212
|
project_name=experiment.project_name,
|
|
212
213
|
description=experiment.description,
|
|
214
|
+
repetitions=experiment.repetitions,
|
|
213
215
|
dataset_version_id=GlobalID(DatasetVersion.__name__, str(experiment.dataset_version_id)),
|
|
214
216
|
metadata=experiment.metadata_,
|
|
215
217
|
created_at=experiment.created_at,
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-DVEWtEt2.js": {
|
|
3
|
+
"file": "assets/components-DVEWtEt2.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_vendor-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"_vendor-codemirror-
|
|
6
|
+
"_vendor-DHb1kz-d.js",
|
|
7
|
+
"_vendor-arizeai-BWffpt59.js",
|
|
8
|
+
"_pages-CJs8SCmq.js",
|
|
9
|
+
"_vendor-codemirror-BI6d4ZER.js",
|
|
10
10
|
"_vendor-three-BLWp5bic.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-CJs8SCmq.js": {
|
|
14
|
+
"file": "assets/pages-CJs8SCmq.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
|
-
"_vendor-
|
|
18
|
-
"_vendor-arizeai-
|
|
19
|
-
"_components-
|
|
20
|
-
"_vendor-codemirror-
|
|
21
|
-
"_vendor-recharts-
|
|
17
|
+
"_vendor-DHb1kz-d.js",
|
|
18
|
+
"_vendor-arizeai-BWffpt59.js",
|
|
19
|
+
"_components-DVEWtEt2.js",
|
|
20
|
+
"_vendor-codemirror-BI6d4ZER.js",
|
|
21
|
+
"_vendor-recharts-lWHIE765.js"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"_vendor-BGzfc4EU.css": {
|
|
25
25
|
"file": "assets/vendor-BGzfc4EU.css",
|
|
26
26
|
"src": "_vendor-BGzfc4EU.css"
|
|
27
27
|
},
|
|
28
|
-
"_vendor-
|
|
29
|
-
"file": "assets/vendor-
|
|
28
|
+
"_vendor-DHb1kz-d.js": {
|
|
29
|
+
"file": "assets/vendor-DHb1kz-d.js",
|
|
30
30
|
"name": "vendor",
|
|
31
31
|
"imports": [
|
|
32
32
|
"_vendor-three-BLWp5bic.js"
|
|
@@ -35,39 +35,39 @@
|
|
|
35
35
|
"assets/vendor-BGzfc4EU.css"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
-
"_vendor-arizeai-
|
|
39
|
-
"file": "assets/vendor-arizeai-
|
|
38
|
+
"_vendor-arizeai-BWffpt59.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-BWffpt59.js",
|
|
40
40
|
"name": "vendor-arizeai",
|
|
41
41
|
"imports": [
|
|
42
|
-
"_vendor-
|
|
42
|
+
"_vendor-DHb1kz-d.js"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
-
"_vendor-codemirror-
|
|
46
|
-
"file": "assets/vendor-codemirror-
|
|
45
|
+
"_vendor-codemirror-BI6d4ZER.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-BI6d4ZER.js",
|
|
47
47
|
"name": "vendor-codemirror",
|
|
48
48
|
"imports": [
|
|
49
|
-
"_vendor-
|
|
50
|
-
"_vendor-shiki-
|
|
49
|
+
"_vendor-DHb1kz-d.js",
|
|
50
|
+
"_vendor-shiki-DbTRJD9G.js"
|
|
51
51
|
],
|
|
52
52
|
"dynamicImports": [
|
|
53
|
-
"_vendor-shiki-
|
|
54
|
-
"_vendor-shiki-
|
|
55
|
-
"_vendor-shiki-
|
|
53
|
+
"_vendor-shiki-DbTRJD9G.js",
|
|
54
|
+
"_vendor-shiki-DbTRJD9G.js",
|
|
55
|
+
"_vendor-shiki-DbTRJD9G.js"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
-
"_vendor-recharts-
|
|
59
|
-
"file": "assets/vendor-recharts-
|
|
58
|
+
"_vendor-recharts-lWHIE765.js": {
|
|
59
|
+
"file": "assets/vendor-recharts-lWHIE765.js",
|
|
60
60
|
"name": "vendor-recharts",
|
|
61
61
|
"imports": [
|
|
62
|
-
"_vendor-
|
|
62
|
+
"_vendor-DHb1kz-d.js"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"_vendor-shiki-
|
|
66
|
-
"file": "assets/vendor-shiki-
|
|
65
|
+
"_vendor-shiki-DbTRJD9G.js": {
|
|
66
|
+
"file": "assets/vendor-shiki-DbTRJD9G.js",
|
|
67
67
|
"name": "vendor-shiki",
|
|
68
68
|
"isDynamicEntry": true,
|
|
69
69
|
"imports": [
|
|
70
|
-
"_vendor-
|
|
70
|
+
"_vendor-DHb1kz-d.js"
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"_vendor-three-BLWp5bic.js": {
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
"name": "vendor-three"
|
|
76
76
|
},
|
|
77
77
|
"index.tsx": {
|
|
78
|
-
"file": "assets/index-
|
|
78
|
+
"file": "assets/index-D2_lN2VR.js",
|
|
79
79
|
"name": "index",
|
|
80
80
|
"src": "index.tsx",
|
|
81
81
|
"isEntry": true,
|
|
82
82
|
"imports": [
|
|
83
|
-
"_vendor-
|
|
84
|
-
"_vendor-arizeai-
|
|
85
|
-
"_pages-
|
|
86
|
-
"_components-
|
|
83
|
+
"_vendor-DHb1kz-d.js",
|
|
84
|
+
"_vendor-arizeai-BWffpt59.js",
|
|
85
|
+
"_pages-CJs8SCmq.js",
|
|
86
|
+
"_components-DVEWtEt2.js",
|
|
87
87
|
"_vendor-three-BLWp5bic.js",
|
|
88
|
-
"_vendor-codemirror-
|
|
89
|
-
"_vendor-shiki-
|
|
90
|
-
"_vendor-recharts-
|
|
88
|
+
"_vendor-codemirror-BI6d4ZER.js",
|
|
89
|
+
"_vendor-shiki-DbTRJD9G.js",
|
|
90
|
+
"_vendor-recharts-lWHIE765.js"
|
|
91
91
|
]
|
|
92
92
|
}
|
|
93
93
|
}
|