arize-phoenix 8.13.2__py3-none-any.whl → 8.14.1__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-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/METADATA +11 -36
- {arize_phoenix-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/RECORD +17 -17
- phoenix/server/static/.vite/manifest.json +45 -45
- phoenix/server/static/assets/{components-BwK8mVUO.js → components-BugmFXye.js} +563 -560
- phoenix/server/static/assets/{index-Dp1bkaPS.js → index-CsMfMrpZ.js} +12 -10
- phoenix/server/static/assets/{pages-CZ1DOKbD.js → pages-CEf35SdW.js} +543 -535
- phoenix/server/static/assets/vendor-BT2CVKel.js +905 -0
- phoenix/server/static/assets/{vendor-arizeai-bw-hz0cw.js → vendor-arizeai-Dzsaenki.js} +2 -2
- phoenix/server/static/assets/vendor-codemirror-D2R3PB3i.js +33 -0
- phoenix/server/static/assets/{vendor-recharts-BMT-13Pz.js → vendor-recharts-DetvdWCF.js} +2 -2
- phoenix/server/static/assets/{vendor-shiki-CevgDqNV.js → vendor-shiki-dzrzjP7E.js} +1 -1
- phoenix/server/static/assets/{vendor-three-C-AGeJYv.js → vendor-three-C5WAXd5r.js} +1 -1
- phoenix/version.py +1 -1
- phoenix/server/static/assets/vendor-CwOvppSU.js +0 -902
- phoenix/server/static/assets/vendor-codemirror-Du5cjwoZ.js +0 -24
- {arize_phoenix-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/WHEEL +0 -0
- {arize_phoenix-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-8.13.2.dist-info → arize_phoenix-8.14.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.14.1
|
|
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
|
|
@@ -167,9 +167,7 @@ Phoenix is an open-source AI observability platform designed for experimentation
|
|
|
167
167
|
|
|
168
168
|
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy), 🤗[smolagents](https://docs.arize.com/phoenix/tracing/integrations-tracing/hfsmolagents)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
169
169
|
|
|
170
|
-
Phoenix runs practically anywhere, including your Jupyter notebook,
|
|
171
|
-
|
|
172
|
-
<img alt="phoenix_overview.gif" width="100%" src="https://github.com/Arize-ai/phoenix-assets/blob/main/gifs/phoenix_overview.gif?raw=true">
|
|
170
|
+
Phoenix runs practically anywhere, including your local machine, a Jupyter notebook, a containerized deployment, or in the cloud.
|
|
173
171
|
|
|
174
172
|
## Installation
|
|
175
173
|
|
|
@@ -181,41 +179,15 @@ pip install arize-phoenix
|
|
|
181
179
|
|
|
182
180
|
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
183
181
|
|
|
184
|
-
## Features
|
|
185
|
-
|
|
186
|
-
| Key Features | Availability |
|
|
187
|
-
| ---------------------------------------------------------------------------------------------------------------- | ------------ |
|
|
188
|
-
| [Tracing](https://docs.arize.com/phoenix/tracing/concepts-tracing/what-are-traces) | ✅ |
|
|
189
|
-
| [Evaluation](https://docs.arize.com/phoenix/evaluation/llm-evals) | ✅ |
|
|
190
|
-
| [Retrieval (RAG) Analysis](https://docs.arize.com/phoenix/tracing/use-cases-tracing/rag-evaluation) | ✅ |
|
|
191
|
-
| [Datasets](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) | ✅ |
|
|
192
|
-
| [Fine-Tuning Export](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-datasets/exporting-datasets) | ✅ |
|
|
193
|
-
| [Annotations](https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces) | ✅ |
|
|
194
|
-
| [Human Feedback](https://docs.arize.com/phoenix/tracing/how-to-tracing/capture-feedback) | ✅ |
|
|
195
|
-
| [Experiments](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-experiments/run-experiments) | ✅ |
|
|
196
|
-
| [Embeddings Analysis](https://docs.arize.com/phoenix/inferences/phoenix-inferences) | ✅ |
|
|
197
|
-
| [Data Export](https://docs.arize.com/phoenix/tracing/how-to-tracing/extract-data-from-spans) | ✅ |
|
|
198
|
-
| REST API | ✅ |
|
|
199
|
-
| GraphQL API | ✅ |
|
|
200
|
-
| Data Retention | Customizable |
|
|
201
|
-
| [Authentication](https://docs.arize.com/phoenix/deployment/authentication) | ✅ |
|
|
202
|
-
| [Social Login](https://docs.arize.com/phoenix/deployment/authentication#configuring-oauth2-identity-providers) | ✅ |
|
|
203
|
-
| [RBAC](https://docs.arize.com/phoenix/deployment/authentication#permissions) | ✅ |
|
|
204
|
-
| Projects | ✅ |
|
|
205
|
-
| [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
|
|
206
|
-
| Jupyter Notebooks | ✅ |
|
|
207
|
-
| [Prompt Playground](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
208
|
-
| [Sessions](https://docs.arize.com/phoenix/tracing/how-to-tracing/setup-sessions) | ✅ |
|
|
209
|
-
| [Prompt Management](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
210
|
-
|
|
211
182
|
## Tracing Integrations
|
|
212
183
|
|
|
213
|
-
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic.
|
|
184
|
+
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic. For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
214
185
|
|
|
215
|
-
**Python**
|
|
186
|
+
**Python Integrations**
|
|
216
187
|
| Integration | Package | Version Badge |
|
|
217
188
|
|------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
|
218
189
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai) | `openinference-instrumentation-openai` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
|
|
190
|
+
| [OpenAI Agents](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk) | `openinference-instrumentation-openai-agents` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai-agents) |
|
|
219
191
|
| [LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex) | `openinference-instrumentation-llama-index` | [](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
|
|
220
192
|
| [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
|
|
221
193
|
| [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |
|
|
@@ -231,15 +203,18 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
231
203
|
| [Anthropic](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) | `openinference-instrumentation-anthropic` | [](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
|
|
232
204
|
| [Smolagents](https://huggingface.co/docs/smolagents/en/tutorials/inspect_runs) | `openinference-instrumentation-smolagents` | [](https://pypi.python.org/pypi/openinference-instrumentation-smolagents) |
|
|
233
205
|
|
|
234
|
-
### JavaScript
|
|
206
|
+
### JavaScript Integrations
|
|
235
207
|
|
|
236
208
|
| Integration | Package | Version Badge |
|
|
237
209
|
| ------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
238
210
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-node-sdk) | `@arizeai/openinference-instrumentation-openai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-openai) |
|
|
239
211
|
| [LangChain.js](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain.js) | `@arizeai/openinference-instrumentation-langchain` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-langchain) |
|
|
240
212
|
| [Vercel AI SDK](https://docs.arize.com/phoenix/tracing/integrations-tracing/vercel-ai-sdk) | `@arizeai/openinference-vercel` | [](https://www.npmjs.com/package/@arizeai/openinference-vercel) |
|
|
213
|
+
| [BeeAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/beeai) | `@arizeai/openinference-instrumentation-beeai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-beeai) |
|
|
214
|
+
|
|
215
|
+
### Platforms
|
|
241
216
|
|
|
242
|
-
|
|
217
|
+
Phoenix has native integrations with [LangFlow](https://docs.arize.com/phoenix/tracing/integrations-tracing/langflow), LiteLLM Proxy, and [BeeAI](https://docs.beeai.dev/observability/agents-traceability).
|
|
243
218
|
|
|
244
219
|
## Community
|
|
245
220
|
|
|
@@ -259,7 +234,7 @@ See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
|
259
234
|
|
|
260
235
|
## Copyright, Patent, and License
|
|
261
236
|
|
|
262
|
-
Copyright
|
|
237
|
+
Copyright 2025 Arize AI, Inc. All Rights Reserved.
|
|
263
238
|
|
|
264
239
|
Portions of this code are patent protected by one or more U.S. Patents. See the [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE).
|
|
265
240
|
|
|
@@ -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=kpW1WL0kiB8XJsO6XycvZVJ-lBkNoenhQ7atCvBoSe8,5365
|
|
8
8
|
phoenix/settings.py,sha256=ht-0oN-sMV6SPXrk7Tu1EZlngpAYkGNLYPhO8DyrdQI,661
|
|
9
|
-
phoenix/version.py,sha256=
|
|
9
|
+
phoenix/version.py,sha256=zQS47maNorrj-eeZMTuqWKoNZqr2dKxz9CzgA3y-rNw,23
|
|
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
|
|
@@ -314,17 +314,17 @@ phoenix/server/static/apple-touch-icon-76x76.png,sha256=CT_xT12I0u2i0WU8JzBZBuOQ
|
|
|
314
314
|
phoenix/server/static/apple-touch-icon.png,sha256=fOfpjqGpWYbJ0eAurKsyoZP1EAs6ZVooBJ_SGk2ZkDs,3801
|
|
315
315
|
phoenix/server/static/favicon.ico,sha256=bY0vvCKRftemZfPShwZtE93DiiQdaYaozkPGwNFr6H8,34494
|
|
316
316
|
phoenix/server/static/modernizr.js,sha256=mvK-XtkNqjOral-QvzoqsyOMECXIMu5BQwSVN_wcU9c,2564
|
|
317
|
-
phoenix/server/static/.vite/manifest.json,sha256=
|
|
318
|
-
phoenix/server/static/assets/components-
|
|
319
|
-
phoenix/server/static/assets/index-
|
|
320
|
-
phoenix/server/static/assets/pages-
|
|
317
|
+
phoenix/server/static/.vite/manifest.json,sha256=O13kqOvPpeiAxXLP9i578UexnxfIs4PS4Oi_RorDWiI,2165
|
|
318
|
+
phoenix/server/static/assets/components-BugmFXye.js,sha256=wkGyJvqmFdJOEOFGjwJ_AkkV2mHVSrvJR2oL27BmkhY,436302
|
|
319
|
+
phoenix/server/static/assets/index-CsMfMrpZ.js,sha256=3t9UlkevYO-J8nVCAwQVy_3xRnceVJoT8xhcJ7V_FTg,60085
|
|
320
|
+
phoenix/server/static/assets/pages-CEf35SdW.js,sha256=fe6hM1y7bVXNCmlpEyEBLWLt4vWOV8FYM7J1-TSO4v0,851978
|
|
321
|
+
phoenix/server/static/assets/vendor-BT2CVKel.js,sha256=LIV-43bFP85LEFu5QFr5WFcpwKYVMqop0ofrf0RzAVY,2492285
|
|
321
322
|
phoenix/server/static/assets/vendor-Cg6lcjUC.css,sha256=nZrkr0u6NNElFGvpWHk9GTHeGoibCXCli1bE7mXZGZg,1816
|
|
322
|
-
phoenix/server/static/assets/vendor-
|
|
323
|
-
phoenix/server/static/assets/vendor-
|
|
324
|
-
phoenix/server/static/assets/vendor-
|
|
325
|
-
phoenix/server/static/assets/vendor-
|
|
326
|
-
phoenix/server/static/assets/vendor-
|
|
327
|
-
phoenix/server/static/assets/vendor-three-C-AGeJYv.js,sha256=c9nLPH5YDRFCzTNuwWO8_5KqcnunPo53mQsb7y9JFW8,620972
|
|
323
|
+
phoenix/server/static/assets/vendor-arizeai-Dzsaenki.js,sha256=NIKV6W5-cOcwg_FI772zlcl6kInoGOsiZyUbQczUxsU,194761
|
|
324
|
+
phoenix/server/static/assets/vendor-codemirror-D2R3PB3i.js,sha256=Flqm5GUuOzUTGcOSvRX5kgiVzw4rsdGwHWLHub1pXO8,781264
|
|
325
|
+
phoenix/server/static/assets/vendor-recharts-DetvdWCF.js,sha256=d0S4GSxX7tULCrHYdN8fShQlpvBsp_I_0Zo2lcnDKtM,282095
|
|
326
|
+
phoenix/server/static/assets/vendor-shiki-dzrzjP7E.js,sha256=UOKVc-SwXFsvb_Q0tT8oZq7Vrvead4bDUfu3bpmGrAs,8980312
|
|
327
|
+
phoenix/server/static/assets/vendor-three-C5WAXd5r.js,sha256=ELkg06u70N7h8oFmvqdoHyPuUf9VgGEWeT4LKFx4VWo,620975
|
|
328
328
|
phoenix/server/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
phoenix/server/templates/index.html,sha256=e8_jdi7Eo19SK7DI_gglkTW094D17E0VAegoMmmmvIc,4330
|
|
330
330
|
phoenix/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -364,9 +364,9 @@ phoenix/utilities/project.py,sha256=auVpARXkDb-JgeX5f2aStyFIkeKvGwN9l7qrFeJMVxI,
|
|
|
364
364
|
phoenix/utilities/re.py,sha256=6YyUWIkv0zc2SigsxfOWIHzdpjKA_TZo2iqKq7zJKvw,2081
|
|
365
365
|
phoenix/utilities/span_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
366
366
|
phoenix/utilities/template_formatters.py,sha256=gh9PJD6WEGw7TEYXfSst1UR4pWWwmjxMLrDVQ_CkpkQ,2779
|
|
367
|
-
arize_phoenix-8.
|
|
368
|
-
arize_phoenix-8.
|
|
369
|
-
arize_phoenix-8.
|
|
370
|
-
arize_phoenix-8.
|
|
371
|
-
arize_phoenix-8.
|
|
372
|
-
arize_phoenix-8.
|
|
367
|
+
arize_phoenix-8.14.1.dist-info/METADATA,sha256=rVy7LBA84OjL_o5500-dfC0_7kqcew3BEYJrB10ezzM,21347
|
|
368
|
+
arize_phoenix-8.14.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
369
|
+
arize_phoenix-8.14.1.dist-info/entry_points.txt,sha256=Pgpn8Upxx9P8z8joPXZWl2LlnAlGc3gcQoVchb06X1Q,94
|
|
370
|
+
arize_phoenix-8.14.1.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
371
|
+
arize_phoenix-8.14.1.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
372
|
+
arize_phoenix-8.14.1.dist-info/RECORD,,
|
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-BugmFXye.js": {
|
|
3
|
+
"file": "assets/components-BugmFXye.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_vendor-
|
|
7
|
-
"_pages-
|
|
8
|
-
"_vendor-arizeai-
|
|
9
|
-
"_vendor-codemirror-
|
|
10
|
-
"_vendor-three-
|
|
6
|
+
"_vendor-BT2CVKel.js",
|
|
7
|
+
"_pages-CEf35SdW.js",
|
|
8
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
9
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
10
|
+
"_vendor-three-C5WAXd5r.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-CEf35SdW.js": {
|
|
14
|
+
"file": "assets/pages-CEf35SdW.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
|
-
"_vendor-
|
|
18
|
-
"_vendor-arizeai-
|
|
19
|
-
"_components-
|
|
20
|
-
"_vendor-codemirror-
|
|
21
|
-
"_vendor-recharts-
|
|
17
|
+
"_vendor-BT2CVKel.js",
|
|
18
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
19
|
+
"_components-BugmFXye.js",
|
|
20
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
21
|
+
"_vendor-recharts-DetvdWCF.js"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
"_vendor-
|
|
25
|
-
"file": "assets/vendor-
|
|
26
|
-
"src": "_vendor-Cg6lcjUC.css"
|
|
27
|
-
},
|
|
28
|
-
"_vendor-CwOvppSU.js": {
|
|
29
|
-
"file": "assets/vendor-CwOvppSU.js",
|
|
24
|
+
"_vendor-BT2CVKel.js": {
|
|
25
|
+
"file": "assets/vendor-BT2CVKel.js",
|
|
30
26
|
"name": "vendor",
|
|
31
27
|
"imports": [
|
|
32
|
-
"_vendor-three-
|
|
28
|
+
"_vendor-three-C5WAXd5r.js"
|
|
33
29
|
],
|
|
34
30
|
"css": [
|
|
35
31
|
"assets/vendor-Cg6lcjUC.css"
|
|
36
32
|
]
|
|
37
33
|
},
|
|
38
|
-
"_vendor-
|
|
39
|
-
"file": "assets/vendor-
|
|
34
|
+
"_vendor-Cg6lcjUC.css": {
|
|
35
|
+
"file": "assets/vendor-Cg6lcjUC.css",
|
|
36
|
+
"src": "_vendor-Cg6lcjUC.css"
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-Dzsaenki.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-Dzsaenki.js",
|
|
40
40
|
"name": "vendor-arizeai",
|
|
41
41
|
"imports": [
|
|
42
|
-
"_vendor-
|
|
42
|
+
"_vendor-BT2CVKel.js"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
-
"_vendor-codemirror-
|
|
46
|
-
"file": "assets/vendor-codemirror-
|
|
45
|
+
"_vendor-codemirror-D2R3PB3i.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-D2R3PB3i.js",
|
|
47
47
|
"name": "vendor-codemirror",
|
|
48
48
|
"imports": [
|
|
49
|
-
"_vendor-
|
|
50
|
-
"_vendor-shiki-
|
|
49
|
+
"_vendor-BT2CVKel.js",
|
|
50
|
+
"_vendor-shiki-dzrzjP7E.js"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"_vendor-recharts-
|
|
54
|
-
"file": "assets/vendor-recharts-
|
|
53
|
+
"_vendor-recharts-DetvdWCF.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-DetvdWCF.js",
|
|
55
55
|
"name": "vendor-recharts",
|
|
56
56
|
"imports": [
|
|
57
|
-
"_vendor-
|
|
57
|
+
"_vendor-BT2CVKel.js"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"_vendor-shiki-
|
|
61
|
-
"file": "assets/vendor-shiki-
|
|
60
|
+
"_vendor-shiki-dzrzjP7E.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-dzrzjP7E.js",
|
|
62
62
|
"name": "vendor-shiki",
|
|
63
63
|
"imports": [
|
|
64
|
-
"_vendor-
|
|
64
|
+
"_vendor-BT2CVKel.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
-
"_vendor-three-
|
|
68
|
-
"file": "assets/vendor-three-
|
|
67
|
+
"_vendor-three-C5WAXd5r.js": {
|
|
68
|
+
"file": "assets/vendor-three-C5WAXd5r.js",
|
|
69
69
|
"name": "vendor-three"
|
|
70
70
|
},
|
|
71
71
|
"index.tsx": {
|
|
72
|
-
"file": "assets/index-
|
|
72
|
+
"file": "assets/index-CsMfMrpZ.js",
|
|
73
73
|
"name": "index",
|
|
74
74
|
"src": "index.tsx",
|
|
75
75
|
"isEntry": true,
|
|
76
76
|
"imports": [
|
|
77
|
-
"_vendor-
|
|
78
|
-
"_vendor-arizeai-
|
|
79
|
-
"_pages-
|
|
80
|
-
"_components-
|
|
81
|
-
"_vendor-three-
|
|
82
|
-
"_vendor-codemirror-
|
|
83
|
-
"_vendor-shiki-
|
|
84
|
-
"_vendor-recharts-
|
|
77
|
+
"_vendor-BT2CVKel.js",
|
|
78
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
79
|
+
"_pages-CEf35SdW.js",
|
|
80
|
+
"_components-BugmFXye.js",
|
|
81
|
+
"_vendor-three-C5WAXd5r.js",
|
|
82
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
83
|
+
"_vendor-shiki-dzrzjP7E.js",
|
|
84
|
+
"_vendor-recharts-DetvdWCF.js"
|
|
85
85
|
]
|
|
86
86
|
}
|
|
87
87
|
}
|