arize-phoenix 9.4.0__py3-none-any.whl → 9.6.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-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/METADATA +4 -4
- {arize_phoenix-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/RECORD +28 -24
- phoenix/db/README.md +1 -1
- phoenix/experiments/functions.py +11 -2
- phoenix/server/api/helpers/playground_clients.py +1 -1
- phoenix/server/api/routers/v1/datasets.py +11 -3
- phoenix/server/api/types/Project.py +126 -5
- phoenix/server/api/types/Span.py +49 -0
- phoenix/server/api/types/TokenCountPromptDetails.py +10 -0
- phoenix/server/cost_tracking/__init__.py +0 -0
- phoenix/server/cost_tracking/cost_lookup.py +255 -0
- phoenix/server/cost_tracking/model_cost_manifest.json +830 -0
- phoenix/server/main.py +1 -1
- phoenix/server/static/.vite/manifest.json +41 -41
- phoenix/server/static/assets/{components-DIphpoYn.js → components-BqMUivPb.js} +187 -190
- phoenix/server/static/assets/{index-RiEaQhz1.js → index-B6aQZkI9.js} +20 -11
- phoenix/server/static/assets/{pages-BPhRdaQm.js → pages-C9XLSuBO.js} +800 -674
- phoenix/server/static/assets/{vendor-BbE93T2A.css → vendor-WIZid84E.css} +1 -1
- phoenix/server/static/assets/{vendor-arizeai-CGce5406.js → vendor-arizeai-BhbMHqQs.js} +1 -1
- phoenix/server/static/assets/{vendor-codemirror-KgXtr1rz.js → vendor-codemirror-CeLHFooz.js} +1 -1
- phoenix/server/static/assets/{vendor-recharts-Cm-8_DB9.js → vendor-recharts-PlWJHgM9.js} +2 -2
- phoenix/server/static/assets/{vendor-shiki-BsLqKLvc.js → vendor-shiki-CPwL2jwA.js} +1 -1
- phoenix/version.py +1 -1
- {arize_phoenix-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-9.4.0.dist-info → arize_phoenix-9.6.0.dist-info}/licenses/LICENSE +0 -0
- /phoenix/server/static/assets/{vendor-CHbwJtRJ.js → vendor-CToBXdDM.js} +0 -0
phoenix/server/main.py
CHANGED
|
@@ -92,7 +92,7 @@ _WELCOME_MESSAGE = Environment(loader=BaseLoader()).from_string("""
|
|
|
92
92
|
|
|
93
93
|
|
|
|
94
94
|
| 🌎 Join our Community 🌎
|
|
95
|
-
| https://
|
|
95
|
+
| https://arize-ai.slack.com/join/shared_invite/zt-2w57bhem8-hq24MB6u7yE_ZF_ilOYSBw#/shared-invite/email
|
|
96
96
|
|
|
|
97
97
|
| ⭐️ Leave us a Star ⭐️
|
|
98
98
|
| https://github.com/Arize-ai/phoenix
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-BqMUivPb.js": {
|
|
3
|
+
"file": "assets/components-BqMUivPb.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_vendor-
|
|
7
|
-
"_pages-
|
|
8
|
-
"_vendor-arizeai-
|
|
9
|
-
"_vendor-codemirror-
|
|
6
|
+
"_vendor-CToBXdDM.js",
|
|
7
|
+
"_pages-C9XLSuBO.js",
|
|
8
|
+
"_vendor-arizeai-BhbMHqQs.js",
|
|
9
|
+
"_vendor-codemirror-CeLHFooz.js",
|
|
10
10
|
"_vendor-three-C5WAXd5r.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-C9XLSuBO.js": {
|
|
14
|
+
"file": "assets/pages-C9XLSuBO.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
|
-
"_vendor-
|
|
18
|
-
"_vendor-arizeai-
|
|
19
|
-
"_components-
|
|
20
|
-
"_vendor-codemirror-
|
|
21
|
-
"_vendor-recharts-
|
|
17
|
+
"_vendor-CToBXdDM.js",
|
|
18
|
+
"_vendor-arizeai-BhbMHqQs.js",
|
|
19
|
+
"_components-BqMUivPb.js",
|
|
20
|
+
"_vendor-codemirror-CeLHFooz.js",
|
|
21
|
+
"_vendor-recharts-PlWJHgM9.js"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
"_vendor-
|
|
25
|
-
"file": "assets/vendor-
|
|
26
|
-
"src": "_vendor-BbE93T2A.css"
|
|
27
|
-
},
|
|
28
|
-
"_vendor-CHbwJtRJ.js": {
|
|
29
|
-
"file": "assets/vendor-CHbwJtRJ.js",
|
|
24
|
+
"_vendor-CToBXdDM.js": {
|
|
25
|
+
"file": "assets/vendor-CToBXdDM.js",
|
|
30
26
|
"name": "vendor",
|
|
31
27
|
"imports": [
|
|
32
28
|
"_vendor-three-C5WAXd5r.js"
|
|
33
29
|
],
|
|
34
30
|
"css": [
|
|
35
|
-
"assets/vendor-
|
|
31
|
+
"assets/vendor-WIZid84E.css"
|
|
36
32
|
]
|
|
37
33
|
},
|
|
38
|
-
"_vendor-
|
|
39
|
-
"file": "assets/vendor-
|
|
34
|
+
"_vendor-WIZid84E.css": {
|
|
35
|
+
"file": "assets/vendor-WIZid84E.css",
|
|
36
|
+
"src": "_vendor-WIZid84E.css"
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-BhbMHqQs.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-BhbMHqQs.js",
|
|
40
40
|
"name": "vendor-arizeai",
|
|
41
41
|
"imports": [
|
|
42
|
-
"_vendor-
|
|
42
|
+
"_vendor-CToBXdDM.js"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
-
"_vendor-codemirror-
|
|
46
|
-
"file": "assets/vendor-codemirror-
|
|
45
|
+
"_vendor-codemirror-CeLHFooz.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-CeLHFooz.js",
|
|
47
47
|
"name": "vendor-codemirror",
|
|
48
48
|
"imports": [
|
|
49
|
-
"_vendor-
|
|
50
|
-
"_vendor-shiki-
|
|
49
|
+
"_vendor-CToBXdDM.js",
|
|
50
|
+
"_vendor-shiki-CPwL2jwA.js"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"_vendor-recharts-
|
|
54
|
-
"file": "assets/vendor-recharts-
|
|
53
|
+
"_vendor-recharts-PlWJHgM9.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-PlWJHgM9.js",
|
|
55
55
|
"name": "vendor-recharts",
|
|
56
56
|
"imports": [
|
|
57
|
-
"_vendor-
|
|
57
|
+
"_vendor-CToBXdDM.js"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"_vendor-shiki-
|
|
61
|
-
"file": "assets/vendor-shiki-
|
|
60
|
+
"_vendor-shiki-CPwL2jwA.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-CPwL2jwA.js",
|
|
62
62
|
"name": "vendor-shiki",
|
|
63
63
|
"imports": [
|
|
64
|
-
"_vendor-
|
|
64
|
+
"_vendor-CToBXdDM.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"_vendor-three-C5WAXd5r.js": {
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
"name": "vendor-three"
|
|
70
70
|
},
|
|
71
71
|
"index.tsx": {
|
|
72
|
-
"file": "assets/index-
|
|
72
|
+
"file": "assets/index-B6aQZkI9.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-
|
|
77
|
+
"_vendor-CToBXdDM.js",
|
|
78
|
+
"_vendor-arizeai-BhbMHqQs.js",
|
|
79
|
+
"_pages-C9XLSuBO.js",
|
|
80
|
+
"_components-BqMUivPb.js",
|
|
81
81
|
"_vendor-three-C5WAXd5r.js",
|
|
82
|
-
"_vendor-codemirror-
|
|
83
|
-
"_vendor-shiki-
|
|
84
|
-
"_vendor-recharts-
|
|
82
|
+
"_vendor-codemirror-CeLHFooz.js",
|
|
83
|
+
"_vendor-shiki-CPwL2jwA.js",
|
|
84
|
+
"_vendor-recharts-PlWJHgM9.js"
|
|
85
85
|
]
|
|
86
86
|
}
|
|
87
87
|
}
|