arize-phoenix 12.7.1__py3-none-any.whl → 12.9.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.

Files changed (76) hide show
  1. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/METADATA +3 -1
  2. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/RECORD +76 -73
  3. phoenix/config.py +131 -9
  4. phoenix/db/engines.py +127 -14
  5. phoenix/db/iam_auth.py +64 -0
  6. phoenix/db/pg_config.py +10 -0
  7. phoenix/server/api/context.py +23 -0
  8. phoenix/server/api/dataloaders/__init__.py +6 -0
  9. phoenix/server/api/dataloaders/experiment_repeated_run_groups.py +0 -2
  10. phoenix/server/api/dataloaders/experiment_runs_by_experiment_and_example.py +44 -0
  11. phoenix/server/api/dataloaders/span_costs.py +3 -9
  12. phoenix/server/api/dataloaders/token_prices_by_model.py +30 -0
  13. phoenix/server/api/helpers/playground_clients.py +3 -3
  14. phoenix/server/api/input_types/PromptVersionInput.py +47 -1
  15. phoenix/server/api/mutations/annotation_config_mutations.py +2 -2
  16. phoenix/server/api/mutations/api_key_mutations.py +2 -15
  17. phoenix/server/api/mutations/chat_mutations.py +3 -2
  18. phoenix/server/api/mutations/dataset_label_mutations.py +109 -157
  19. phoenix/server/api/mutations/dataset_mutations.py +8 -8
  20. phoenix/server/api/mutations/dataset_split_mutations.py +13 -9
  21. phoenix/server/api/mutations/model_mutations.py +4 -4
  22. phoenix/server/api/mutations/project_session_annotations_mutations.py +4 -7
  23. phoenix/server/api/mutations/prompt_label_mutations.py +3 -3
  24. phoenix/server/api/mutations/prompt_mutations.py +24 -117
  25. phoenix/server/api/mutations/prompt_version_tag_mutations.py +8 -5
  26. phoenix/server/api/mutations/span_annotations_mutations.py +10 -5
  27. phoenix/server/api/mutations/trace_annotations_mutations.py +9 -4
  28. phoenix/server/api/mutations/user_mutations.py +4 -4
  29. phoenix/server/api/queries.py +80 -213
  30. phoenix/server/api/subscriptions.py +4 -4
  31. phoenix/server/api/types/Annotation.py +90 -23
  32. phoenix/server/api/types/ApiKey.py +13 -17
  33. phoenix/server/api/types/Dataset.py +88 -48
  34. phoenix/server/api/types/DatasetExample.py +34 -30
  35. phoenix/server/api/types/DatasetLabel.py +47 -13
  36. phoenix/server/api/types/DatasetSplit.py +87 -21
  37. phoenix/server/api/types/DatasetVersion.py +49 -4
  38. phoenix/server/api/types/DocumentAnnotation.py +182 -62
  39. phoenix/server/api/types/Experiment.py +146 -55
  40. phoenix/server/api/types/ExperimentRepeatedRunGroup.py +10 -1
  41. phoenix/server/api/types/ExperimentRun.py +118 -61
  42. phoenix/server/api/types/ExperimentRunAnnotation.py +158 -39
  43. phoenix/server/api/types/GenerativeModel.py +95 -42
  44. phoenix/server/api/types/ModelInterface.py +7 -2
  45. phoenix/server/api/types/PlaygroundModel.py +12 -2
  46. phoenix/server/api/types/Project.py +70 -75
  47. phoenix/server/api/types/ProjectSession.py +69 -37
  48. phoenix/server/api/types/ProjectSessionAnnotation.py +166 -47
  49. phoenix/server/api/types/ProjectTraceRetentionPolicy.py +1 -1
  50. phoenix/server/api/types/Prompt.py +82 -44
  51. phoenix/server/api/types/PromptLabel.py +47 -13
  52. phoenix/server/api/types/PromptVersion.py +11 -8
  53. phoenix/server/api/types/PromptVersionTag.py +65 -25
  54. phoenix/server/api/types/Span.py +116 -115
  55. phoenix/server/api/types/SpanAnnotation.py +189 -42
  56. phoenix/server/api/types/SystemApiKey.py +65 -1
  57. phoenix/server/api/types/Trace.py +45 -44
  58. phoenix/server/api/types/TraceAnnotation.py +144 -48
  59. phoenix/server/api/types/User.py +103 -33
  60. phoenix/server/api/types/UserApiKey.py +73 -26
  61. phoenix/server/app.py +29 -0
  62. phoenix/server/cost_tracking/model_cost_manifest.json +2 -2
  63. phoenix/server/static/.vite/manifest.json +43 -43
  64. phoenix/server/static/assets/{components-BLK5vehh.js → components-v927s3NF.js} +471 -484
  65. phoenix/server/static/assets/{index-BP0Shd90.js → index-DrD9eSrN.js} +20 -16
  66. phoenix/server/static/assets/{pages-DIVgyYyy.js → pages-GVybXa_W.js} +754 -753
  67. phoenix/server/static/assets/{vendor-3BvTzoBp.js → vendor-D-csRHGZ.js} +1 -1
  68. phoenix/server/static/assets/{vendor-arizeai-C6_oC0y8.js → vendor-arizeai-BJLCG_Gc.js} +1 -1
  69. phoenix/server/static/assets/{vendor-codemirror-DPnZGAZA.js → vendor-codemirror-Cr963DyP.js} +3 -3
  70. phoenix/server/static/assets/{vendor-recharts-CjgSbsB0.js → vendor-recharts-DgmPLgIp.js} +1 -1
  71. phoenix/server/static/assets/{vendor-shiki-CJyhDG0E.js → vendor-shiki-wYOt1s7u.js} +1 -1
  72. phoenix/version.py +1 -1
  73. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/WHEEL +0 -0
  74. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/entry_points.txt +0 -0
  75. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/licenses/IP_NOTICE +0 -0
  76. {arize_phoenix-12.7.1.dist-info → arize_phoenix-12.9.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,28 +1,32 @@
1
1
  {
2
- "_components-BLK5vehh.js": {
3
- "file": "assets/components-BLK5vehh.js",
2
+ "_components-v927s3NF.js": {
3
+ "file": "assets/components-v927s3NF.js",
4
4
  "name": "components",
5
5
  "imports": [
6
- "_vendor-3BvTzoBp.js",
7
- "_pages-DIVgyYyy.js",
8
- "_vendor-arizeai-C6_oC0y8.js",
9
- "_vendor-codemirror-DPnZGAZA.js",
6
+ "_vendor-D-csRHGZ.js",
7
+ "_pages-GVybXa_W.js",
8
+ "_vendor-arizeai-BJLCG_Gc.js",
9
+ "_vendor-codemirror-Cr963DyP.js",
10
10
  "_vendor-three-BtCyLs1w.js"
11
11
  ]
12
12
  },
13
- "_pages-DIVgyYyy.js": {
14
- "file": "assets/pages-DIVgyYyy.js",
13
+ "_pages-GVybXa_W.js": {
14
+ "file": "assets/pages-GVybXa_W.js",
15
15
  "name": "pages",
16
16
  "imports": [
17
- "_vendor-3BvTzoBp.js",
18
- "_components-BLK5vehh.js",
19
- "_vendor-arizeai-C6_oC0y8.js",
20
- "_vendor-codemirror-DPnZGAZA.js",
21
- "_vendor-recharts-CjgSbsB0.js"
17
+ "_vendor-D-csRHGZ.js",
18
+ "_components-v927s3NF.js",
19
+ "_vendor-arizeai-BJLCG_Gc.js",
20
+ "_vendor-codemirror-Cr963DyP.js",
21
+ "_vendor-recharts-DgmPLgIp.js"
22
22
  ]
23
23
  },
24
- "_vendor-3BvTzoBp.js": {
25
- "file": "assets/vendor-3BvTzoBp.js",
24
+ "_vendor-BGzfc4EU.css": {
25
+ "file": "assets/vendor-BGzfc4EU.css",
26
+ "src": "_vendor-BGzfc4EU.css"
27
+ },
28
+ "_vendor-D-csRHGZ.js": {
29
+ "file": "assets/vendor-D-csRHGZ.js",
26
30
  "name": "vendor",
27
31
  "imports": [
28
32
  "_vendor-three-BtCyLs1w.js"
@@ -31,43 +35,39 @@
31
35
  "assets/vendor-BGzfc4EU.css"
32
36
  ]
33
37
  },
34
- "_vendor-BGzfc4EU.css": {
35
- "file": "assets/vendor-BGzfc4EU.css",
36
- "src": "_vendor-BGzfc4EU.css"
37
- },
38
- "_vendor-arizeai-C6_oC0y8.js": {
39
- "file": "assets/vendor-arizeai-C6_oC0y8.js",
38
+ "_vendor-arizeai-BJLCG_Gc.js": {
39
+ "file": "assets/vendor-arizeai-BJLCG_Gc.js",
40
40
  "name": "vendor-arizeai",
41
41
  "imports": [
42
- "_vendor-3BvTzoBp.js"
42
+ "_vendor-D-csRHGZ.js"
43
43
  ]
44
44
  },
45
- "_vendor-codemirror-DPnZGAZA.js": {
46
- "file": "assets/vendor-codemirror-DPnZGAZA.js",
45
+ "_vendor-codemirror-Cr963DyP.js": {
46
+ "file": "assets/vendor-codemirror-Cr963DyP.js",
47
47
  "name": "vendor-codemirror",
48
48
  "imports": [
49
- "_vendor-3BvTzoBp.js",
50
- "_vendor-shiki-CJyhDG0E.js"
49
+ "_vendor-D-csRHGZ.js",
50
+ "_vendor-shiki-wYOt1s7u.js"
51
51
  ],
52
52
  "dynamicImports": [
53
- "_vendor-shiki-CJyhDG0E.js",
54
- "_vendor-shiki-CJyhDG0E.js",
55
- "_vendor-shiki-CJyhDG0E.js"
53
+ "_vendor-shiki-wYOt1s7u.js",
54
+ "_vendor-shiki-wYOt1s7u.js",
55
+ "_vendor-shiki-wYOt1s7u.js"
56
56
  ]
57
57
  },
58
- "_vendor-recharts-CjgSbsB0.js": {
59
- "file": "assets/vendor-recharts-CjgSbsB0.js",
58
+ "_vendor-recharts-DgmPLgIp.js": {
59
+ "file": "assets/vendor-recharts-DgmPLgIp.js",
60
60
  "name": "vendor-recharts",
61
61
  "imports": [
62
- "_vendor-3BvTzoBp.js"
62
+ "_vendor-D-csRHGZ.js"
63
63
  ]
64
64
  },
65
- "_vendor-shiki-CJyhDG0E.js": {
66
- "file": "assets/vendor-shiki-CJyhDG0E.js",
65
+ "_vendor-shiki-wYOt1s7u.js": {
66
+ "file": "assets/vendor-shiki-wYOt1s7u.js",
67
67
  "name": "vendor-shiki",
68
68
  "isDynamicEntry": true,
69
69
  "imports": [
70
- "_vendor-3BvTzoBp.js"
70
+ "_vendor-D-csRHGZ.js"
71
71
  ]
72
72
  },
73
73
  "_vendor-three-BtCyLs1w.js": {
@@ -75,19 +75,19 @@
75
75
  "name": "vendor-three"
76
76
  },
77
77
  "index.tsx": {
78
- "file": "assets/index-BP0Shd90.js",
78
+ "file": "assets/index-DrD9eSrN.js",
79
79
  "name": "index",
80
80
  "src": "index.tsx",
81
81
  "isEntry": true,
82
82
  "imports": [
83
- "_vendor-3BvTzoBp.js",
84
- "_vendor-arizeai-C6_oC0y8.js",
85
- "_pages-DIVgyYyy.js",
86
- "_components-BLK5vehh.js",
83
+ "_vendor-D-csRHGZ.js",
84
+ "_vendor-arizeai-BJLCG_Gc.js",
85
+ "_pages-GVybXa_W.js",
86
+ "_components-v927s3NF.js",
87
87
  "_vendor-three-BtCyLs1w.js",
88
- "_vendor-codemirror-DPnZGAZA.js",
89
- "_vendor-shiki-CJyhDG0E.js",
90
- "_vendor-recharts-CjgSbsB0.js"
88
+ "_vendor-codemirror-Cr963DyP.js",
89
+ "_vendor-shiki-wYOt1s7u.js",
90
+ "_vendor-recharts-DgmPLgIp.js"
91
91
  ]
92
92
  }
93
93
  }