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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arize-phoenix
3
- Version: 8.13.2
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, local machine, containerized deployment, or in the cloud.
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` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-openai.svg)](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` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-openai-agents.svg)](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` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-llama-index.svg)](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
220
192
  | [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-dspy.svg)](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
221
193
  | [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-bedrock.svg)](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` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-anthropic.svg)](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
232
204
  | [Smolagents](https://huggingface.co/docs/smolagents/en/tutorials/inspect_runs) | `openinference-instrumentation-smolagents` | [![PyPI Version](https://img.shields.io/pypi/v/openinference-instrumentation-smolagents.svg)](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` | [![NPM Version](https://img.shields.io/npm/v/@arizeai/openinference-instrumentation-openai.svg)](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` | [![NPM Version](https://img.shields.io/npm/v/@arizeai/openinference-instrumentation-langchain.svg)](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` | [![NPM Version](https://img.shields.io/npm/v/@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` | [![NPM Version](https://img.shields.io/npm/v/@arizeai/openinference-vercel)](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-beeai) |
214
+
215
+ ### Platforms
241
216
 
242
- For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
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 2024 Arize AI, Inc. All Rights Reserved.
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=UQM39htvDTXlfOubkm8PAIdfKpb4JR8WAVna9x3IAgA,23
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=yUpSCy8Y-wW0K001Du_XY_4sRgHDZwwx86NlA4IzIjg,2165
318
- phoenix/server/static/assets/components-BwK8mVUO.js,sha256=65KaXz_CWxv5mziYAwihL2hGC_DmoayqK8xohnsEwJQ,435893
319
- phoenix/server/static/assets/index-Dp1bkaPS.js,sha256=znU2U5YvE11ilVFZYTh_gIQyQGK-9vPlQpIDVjEsxNo,59755
320
- phoenix/server/static/assets/pages-CZ1DOKbD.js,sha256=i4ZUBSYqVmtu2qh_tYt8IbBm_IYT1UVWHEnWAdlijyg,846468
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-CwOvppSU.js,sha256=zorIsWgg0PkDjHxKCG-oYmme0wYQaIg_7qA54v4HOYM,2421407
323
- phoenix/server/static/assets/vendor-arizeai-bw-hz0cw.js,sha256=2HKtN3-Kx959BVQ4cv_wH9hGNZBHvRB7zET_fAWNMx0,194761
324
- phoenix/server/static/assets/vendor-codemirror-Du5cjwoZ.js,sha256=C2Ak-WHgWXh51I6sW4xjpkG5O1UfH4OsNizSpdyQRx8,400557
325
- phoenix/server/static/assets/vendor-recharts-BMT-13Pz.js,sha256=s3xYgt-cqmBSDYeI1gW6pK-q4T1Ze8hnlLR9i2TFRC8,282095
326
- phoenix/server/static/assets/vendor-shiki-CevgDqNV.js,sha256=Sv_qlOPUDy9iCCaw7olaBHyspOSkczZh6J6I_vfsB2s,8980312
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.13.2.dist-info/METADATA,sha256=206NWBKB5Uw7U2AFi3tZXkQsCJjUIYoWpWnPeM8TYCM,23791
368
- arize_phoenix-8.13.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
369
- arize_phoenix-8.13.2.dist-info/entry_points.txt,sha256=Pgpn8Upxx9P8z8joPXZWl2LlnAlGc3gcQoVchb06X1Q,94
370
- arize_phoenix-8.13.2.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
371
- arize_phoenix-8.13.2.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
372
- arize_phoenix-8.13.2.dist-info/RECORD,,
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-BwK8mVUO.js": {
3
- "file": "assets/components-BwK8mVUO.js",
2
+ "_components-BugmFXye.js": {
3
+ "file": "assets/components-BugmFXye.js",
4
4
  "name": "components",
5
5
  "imports": [
6
- "_vendor-CwOvppSU.js",
7
- "_pages-CZ1DOKbD.js",
8
- "_vendor-arizeai-bw-hz0cw.js",
9
- "_vendor-codemirror-Du5cjwoZ.js",
10
- "_vendor-three-C-AGeJYv.js"
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-CZ1DOKbD.js": {
14
- "file": "assets/pages-CZ1DOKbD.js",
13
+ "_pages-CEf35SdW.js": {
14
+ "file": "assets/pages-CEf35SdW.js",
15
15
  "name": "pages",
16
16
  "imports": [
17
- "_vendor-CwOvppSU.js",
18
- "_vendor-arizeai-bw-hz0cw.js",
19
- "_components-BwK8mVUO.js",
20
- "_vendor-codemirror-Du5cjwoZ.js",
21
- "_vendor-recharts-BMT-13Pz.js"
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-Cg6lcjUC.css": {
25
- "file": "assets/vendor-Cg6lcjUC.css",
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-C-AGeJYv.js"
28
+ "_vendor-three-C5WAXd5r.js"
33
29
  ],
34
30
  "css": [
35
31
  "assets/vendor-Cg6lcjUC.css"
36
32
  ]
37
33
  },
38
- "_vendor-arizeai-bw-hz0cw.js": {
39
- "file": "assets/vendor-arizeai-bw-hz0cw.js",
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-CwOvppSU.js"
42
+ "_vendor-BT2CVKel.js"
43
43
  ]
44
44
  },
45
- "_vendor-codemirror-Du5cjwoZ.js": {
46
- "file": "assets/vendor-codemirror-Du5cjwoZ.js",
45
+ "_vendor-codemirror-D2R3PB3i.js": {
46
+ "file": "assets/vendor-codemirror-D2R3PB3i.js",
47
47
  "name": "vendor-codemirror",
48
48
  "imports": [
49
- "_vendor-CwOvppSU.js",
50
- "_vendor-shiki-CevgDqNV.js"
49
+ "_vendor-BT2CVKel.js",
50
+ "_vendor-shiki-dzrzjP7E.js"
51
51
  ]
52
52
  },
53
- "_vendor-recharts-BMT-13Pz.js": {
54
- "file": "assets/vendor-recharts-BMT-13Pz.js",
53
+ "_vendor-recharts-DetvdWCF.js": {
54
+ "file": "assets/vendor-recharts-DetvdWCF.js",
55
55
  "name": "vendor-recharts",
56
56
  "imports": [
57
- "_vendor-CwOvppSU.js"
57
+ "_vendor-BT2CVKel.js"
58
58
  ]
59
59
  },
60
- "_vendor-shiki-CevgDqNV.js": {
61
- "file": "assets/vendor-shiki-CevgDqNV.js",
60
+ "_vendor-shiki-dzrzjP7E.js": {
61
+ "file": "assets/vendor-shiki-dzrzjP7E.js",
62
62
  "name": "vendor-shiki",
63
63
  "imports": [
64
- "_vendor-CwOvppSU.js"
64
+ "_vendor-BT2CVKel.js"
65
65
  ]
66
66
  },
67
- "_vendor-three-C-AGeJYv.js": {
68
- "file": "assets/vendor-three-C-AGeJYv.js",
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-Dp1bkaPS.js",
72
+ "file": "assets/index-CsMfMrpZ.js",
73
73
  "name": "index",
74
74
  "src": "index.tsx",
75
75
  "isEntry": true,
76
76
  "imports": [
77
- "_vendor-CwOvppSU.js",
78
- "_vendor-arizeai-bw-hz0cw.js",
79
- "_pages-CZ1DOKbD.js",
80
- "_components-BwK8mVUO.js",
81
- "_vendor-three-C-AGeJYv.js",
82
- "_vendor-codemirror-Du5cjwoZ.js",
83
- "_vendor-shiki-CevgDqNV.js",
84
- "_vendor-recharts-BMT-13Pz.js"
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
  }