arize-phoenix 5.2.2__py3-none-any.whl → 5.3.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.
Files changed (38) hide show
  1. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/METADATA +3 -1
  2. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/RECORD +36 -29
  3. phoenix/core/model_schema_adapter.py +2 -2
  4. phoenix/db/migrations/versions/10460e46d750_datasets.py +1 -1
  5. phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +1 -1
  6. phoenix/db/migrations/versions/cf03bd6bae1d_init.py +1 -1
  7. phoenix/db/models.py +6 -6
  8. phoenix/server/api/input_types/ChatCompletionMessageInput.py +12 -0
  9. phoenix/server/api/input_types/InvocationParameters.py +20 -0
  10. phoenix/server/api/openapi/main.py +8 -13
  11. phoenix/server/api/queries.py +74 -0
  12. phoenix/server/api/schema.py +2 -0
  13. phoenix/server/api/subscriptions.py +449 -0
  14. phoenix/server/api/types/ChatCompletionMessageRole.py +11 -0
  15. phoenix/server/api/types/GenerativeModel.py +9 -0
  16. phoenix/server/api/types/GenerativeProvider.py +16 -0
  17. phoenix/server/app.py +36 -7
  18. phoenix/server/bearer_auth.py +12 -4
  19. phoenix/server/main.py +2 -2
  20. phoenix/server/static/.vite/manifest.json +35 -35
  21. phoenix/server/static/assets/{components-CPkaHQZs.js → components-CeBEsPFA.js} +153 -130
  22. phoenix/server/static/assets/{index-D4G-kYL9.js → index-CRTTIb3y.js} +2 -2
  23. phoenix/server/static/assets/{pages-B3HCyYqg.js → pages-vHjpYRiN.js} +361 -256
  24. phoenix/server/static/assets/vendor-D-NIjePD.js +872 -0
  25. phoenix/server/static/assets/{vendor-arizeai-D0FocbYu.js → vendor-arizeai-DoY5jUTO.js} +30 -28
  26. phoenix/server/static/assets/vendor-codemirror-CIhY_nEU.js +24 -0
  27. phoenix/server/static/assets/{vendor-recharts-JMOLUxWG.js → vendor-recharts-Dgcm35Jq.js} +1 -1
  28. phoenix/trace/fixtures.py +7 -9
  29. phoenix/utilities/client.py +2 -2
  30. phoenix/utilities/json.py +11 -0
  31. phoenix/utilities/template_formatters.py +70 -0
  32. phoenix/version.py +1 -1
  33. phoenix/server/static/assets/vendor-c0HJYYGN.js +0 -641
  34. phoenix/server/static/assets/vendor-codemirror-BbCMI-_D.js +0 -30
  35. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/WHEEL +0 -0
  36. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/entry_points.txt +0 -0
  37. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/licenses/IP_NOTICE +0 -0
  38. {arize_phoenix-5.2.2.dist-info → arize_phoenix-5.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,39 +1,32 @@
1
1
  {
2
- "_components-CPkaHQZs.js": {
3
- "file": "assets/components-CPkaHQZs.js",
2
+ "_components-CeBEsPFA.js": {
3
+ "file": "assets/components-CeBEsPFA.js",
4
4
  "name": "components",
5
5
  "imports": [
6
- "_vendor-c0HJYYGN.js",
7
- "_vendor-arizeai-D0FocbYu.js",
8
- "_pages-B3HCyYqg.js",
6
+ "_vendor-D-NIjePD.js",
7
+ "_vendor-arizeai-DoY5jUTO.js",
8
+ "_pages-vHjpYRiN.js",
9
9
  "_vendor-three-DwGkEfCM.js",
10
- "_vendor-codemirror-BbCMI-_D.js"
10
+ "_vendor-codemirror-CIhY_nEU.js"
11
11
  ]
12
12
  },
13
- "_pages-B3HCyYqg.js": {
14
- "file": "assets/pages-B3HCyYqg.js",
13
+ "_pages-vHjpYRiN.js": {
14
+ "file": "assets/pages-vHjpYRiN.js",
15
15
  "name": "pages",
16
16
  "imports": [
17
- "_vendor-c0HJYYGN.js",
18
- "_vendor-arizeai-D0FocbYu.js",
19
- "_components-CPkaHQZs.js",
20
- "_vendor-recharts-JMOLUxWG.js",
21
- "_vendor-codemirror-BbCMI-_D.js"
17
+ "_vendor-D-NIjePD.js",
18
+ "_vendor-arizeai-DoY5jUTO.js",
19
+ "_components-CeBEsPFA.js",
20
+ "_vendor-recharts-Dgcm35Jq.js",
21
+ "_vendor-codemirror-CIhY_nEU.js"
22
22
  ]
23
23
  },
24
24
  "_vendor-!~{003}~.js": {
25
25
  "file": "assets/vendor-DxkFTwjz.css",
26
26
  "src": "_vendor-!~{003}~.js"
27
27
  },
28
- "_vendor-arizeai-D0FocbYu.js": {
29
- "file": "assets/vendor-arizeai-D0FocbYu.js",
30
- "name": "vendor-arizeai",
31
- "imports": [
32
- "_vendor-c0HJYYGN.js"
33
- ]
34
- },
35
- "_vendor-c0HJYYGN.js": {
36
- "file": "assets/vendor-c0HJYYGN.js",
28
+ "_vendor-D-NIjePD.js": {
29
+ "file": "assets/vendor-D-NIjePD.js",
37
30
  "name": "vendor",
38
31
  "imports": [
39
32
  "_vendor-three-DwGkEfCM.js"
@@ -42,18 +35,25 @@
42
35
  "assets/vendor-DxkFTwjz.css"
43
36
  ]
44
37
  },
45
- "_vendor-codemirror-BbCMI-_D.js": {
46
- "file": "assets/vendor-codemirror-BbCMI-_D.js",
38
+ "_vendor-arizeai-DoY5jUTO.js": {
39
+ "file": "assets/vendor-arizeai-DoY5jUTO.js",
40
+ "name": "vendor-arizeai",
41
+ "imports": [
42
+ "_vendor-D-NIjePD.js"
43
+ ]
44
+ },
45
+ "_vendor-codemirror-CIhY_nEU.js": {
46
+ "file": "assets/vendor-codemirror-CIhY_nEU.js",
47
47
  "name": "vendor-codemirror",
48
48
  "imports": [
49
- "_vendor-c0HJYYGN.js"
49
+ "_vendor-D-NIjePD.js"
50
50
  ]
51
51
  },
52
- "_vendor-recharts-JMOLUxWG.js": {
53
- "file": "assets/vendor-recharts-JMOLUxWG.js",
52
+ "_vendor-recharts-Dgcm35Jq.js": {
53
+ "file": "assets/vendor-recharts-Dgcm35Jq.js",
54
54
  "name": "vendor-recharts",
55
55
  "imports": [
56
- "_vendor-c0HJYYGN.js"
56
+ "_vendor-D-NIjePD.js"
57
57
  ]
58
58
  },
59
59
  "_vendor-three-DwGkEfCM.js": {
@@ -61,18 +61,18 @@
61
61
  "name": "vendor-three"
62
62
  },
63
63
  "index.tsx": {
64
- "file": "assets/index-D4G-kYL9.js",
64
+ "file": "assets/index-CRTTIb3y.js",
65
65
  "name": "index",
66
66
  "src": "index.tsx",
67
67
  "isEntry": true,
68
68
  "imports": [
69
- "_vendor-c0HJYYGN.js",
70
- "_vendor-arizeai-D0FocbYu.js",
71
- "_pages-B3HCyYqg.js",
72
- "_components-CPkaHQZs.js",
69
+ "_vendor-D-NIjePD.js",
70
+ "_vendor-arizeai-DoY5jUTO.js",
71
+ "_pages-vHjpYRiN.js",
72
+ "_components-CeBEsPFA.js",
73
73
  "_vendor-three-DwGkEfCM.js",
74
- "_vendor-recharts-JMOLUxWG.js",
75
- "_vendor-codemirror-BbCMI-_D.js"
74
+ "_vendor-recharts-Dgcm35Jq.js",
75
+ "_vendor-codemirror-CIhY_nEU.js"
76
76
  ]
77
77
  }
78
78
  }