arize-phoenix 9.6.0__py3-none-any.whl → 10.0.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.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/METADATA +1 -1
- {arize_phoenix-9.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/RECORD +27 -26
- phoenix/auth.py +6 -4
- phoenix/config.py +150 -25
- phoenix/db/enums.py +1 -2
- phoenix/db/facilitator.py +20 -11
- phoenix/db/migrations/versions/6a88424799fe_update_users_with_auth_method.py +179 -0
- phoenix/db/models.py +66 -37
- phoenix/server/api/context.py +5 -4
- phoenix/server/api/mutations/user_mutations.py +58 -26
- phoenix/server/api/routers/auth.py +16 -4
- phoenix/server/api/routers/oauth2.py +196 -15
- phoenix/server/app.py +36 -10
- phoenix/server/bearer_auth.py +5 -7
- phoenix/server/jwt_store.py +5 -4
- phoenix/server/main.py +11 -4
- phoenix/server/oauth2.py +47 -3
- phoenix/server/static/.vite/manifest.json +9 -9
- phoenix/server/static/assets/{components-BqMUivPb.js → components-CjGpmneV.js} +194 -186
- phoenix/server/static/assets/{index-B6aQZkI9.js → index-C57g4e_o.js} +11 -11
- phoenix/server/static/assets/{pages-C9XLSuBO.js → pages-fQ2s7TFY.js} +406 -400
- phoenix/server/templates/index.html +1 -0
- phoenix/version.py +1 -1
- {arize_phoenix-9.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-9.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-9.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-9.6.0.dist-info → arize_phoenix-10.0.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as z,o as w,eD as P}from"./vendor-CToBXdDM.js";import{K as k,M as S}from"./vendor-arizeai-BhbMHqQs.js";import{L,
|
|
1
|
+
import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as z,o as w,eD as P}from"./vendor-CToBXdDM.js";import{K as k,M as S}from"./vendor-arizeai-BhbMHqQs.js";import{L,g as j,r as C,h as R,i as I,F as E,j as D,P as A,k as T,M as s,l as F,D as O,n as G,E as M,o as q,p as N,q as V,s as W,t,v as _,w as B,x as K,y as $,z as H,B as J,C as Q,G as U,H as X,I as Y,J as Z,K as oo,N as ao,O as lo,Q as ro,U as co,V as d,W as m,X as p,Y as go,Z as eo,_ as bo,$ as no,a0 as io,a1 as so,a2 as to,a3 as mo,a4 as po,a5 as uo,a6 as fo,a7 as yo,a8 as vo,a9 as ho,aa as xo,ab as zo,ac as wo,ad as Po,ae as ko,af as So,ag as Lo,ah as jo,ai as Co,aj as Ro,ak as Io,al as Eo,am as Do,an as Ao,ao as To,ap as Fo,aq as Oo,ar as Go,as as Mo,at as qo,au as No,av as Vo,aw as Wo,ax as _o,ay as Bo}from"./pages-fQ2s7TFY.js";import{eo as Ko,c0 as $o,R as Ho,ep as Jo,eq as Qo}from"./components-CjGpmneV.js";import"./vendor-three-C5WAXd5r.js";import"./vendor-codemirror-CeLHFooz.js";import"./vendor-shiki-CPwL2jwA.js";import"./vendor-recharts-PlWJHgM9.js";(function(){const b=document.createElement("link").relList;if(b&&b.supports&&b.supports("modulepreload"))return;for(const c of document.querySelectorAll('link[rel="modulepreload"]'))i(c);new MutationObserver(c=>{for(const g of c)if(g.type==="childList")for(const n of g.addedNodes)n.tagName==="LINK"&&n.rel==="modulepreload"&&i(n)}).observe(document,{childList:!0,subtree:!0});function u(c){const g={};return c.integrity&&(g.integrity=c.integrity),c.referrerPolicy&&(g.referrerPolicy=c.referrerPolicy),c.crossOrigin==="use-credentials"?g.credentials="include":c.crossOrigin==="anonymous"?g.credentials="omit":g.credentials="same-origin",g}function i(c){if(c.ep)return;c.ep=!0;const g=u(c);fetch(c.href,g)}})();const Uo=e`
|
|
2
2
|
:root {
|
|
3
3
|
--ac-global-dimension-scale-factor: 1;
|
|
4
4
|
--ac-global-dimension-size-0: 0px;
|
|
@@ -53,7 +53,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
53
53
|
--ac-global-dimension-size-5000: 400px;
|
|
54
54
|
--ac-global-dimension-size-6000: 480px;
|
|
55
55
|
}
|
|
56
|
-
`,
|
|
56
|
+
`,Xo=e`
|
|
57
57
|
:root {
|
|
58
58
|
// static colors
|
|
59
59
|
--ac-global-static-color-white-900: rgba(255, 255, 255, 0.9);
|
|
@@ -63,7 +63,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
63
63
|
--ac-global-static-color-black-700: rgba(0, 0, 0, 0.7);
|
|
64
64
|
--ac-global-static-color-black-300: rgba(0, 0, 0, 0.3);
|
|
65
65
|
}
|
|
66
|
-
`,
|
|
66
|
+
`,Yo=e`
|
|
67
67
|
:root {
|
|
68
68
|
--ac-global-dimension-static-size-0: 0px;
|
|
69
69
|
--ac-global-dimension-static-size-10: 1px;
|
|
@@ -143,7 +143,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
143
143
|
--ac-global-dimension-font-size-1200: 50px;
|
|
144
144
|
--ac-global-dimension-font-size-1300: 60px;
|
|
145
145
|
}
|
|
146
|
-
`,
|
|
146
|
+
`,Zo=e`
|
|
147
147
|
:root,
|
|
148
148
|
.ac-theme--dark {
|
|
149
149
|
/* Colors */
|
|
@@ -648,7 +648,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
648
648
|
--ac-global-link-color: rgb(114, 217, 255);
|
|
649
649
|
--ac-global-link-color-visited: var(--ac-global-color-purple-900);
|
|
650
650
|
}
|
|
651
|
-
`,
|
|
651
|
+
`,oa=e`
|
|
652
652
|
:root,
|
|
653
653
|
.ac-theme--light {
|
|
654
654
|
/* Colors */
|
|
@@ -890,7 +890,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
890
890
|
--ac-global-link-color: rgb(9, 105, 218);
|
|
891
891
|
--ac-global-link-color-visited: var(--ac-global-color-purple-900);
|
|
892
892
|
}
|
|
893
|
-
`,
|
|
893
|
+
`,aa=l=>e`
|
|
894
894
|
:root,
|
|
895
895
|
.ac-theme--${l} {
|
|
896
896
|
// The primary color tint for the apps
|
|
@@ -1035,11 +1035,11 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
1035
1035
|
--ac-alias-single-line-height: var(--ac-global-dimension-size-400);
|
|
1036
1036
|
--ac-alias-single-line-width: var(--ac-global-dimension-size-2400);
|
|
1037
1037
|
}
|
|
1038
|
-
`,
|
|
1038
|
+
`,la=e`
|
|
1039
1039
|
:root {
|
|
1040
1040
|
--ac-opacity-disabled: 0.6;
|
|
1041
1041
|
}
|
|
1042
|
-
`,
|
|
1042
|
+
`,ra=e`
|
|
1043
1043
|
body {
|
|
1044
1044
|
background-color: var(--ac-global-color-grey-75);
|
|
1045
1045
|
color: var(--ac-global-text-color-900);
|
|
@@ -1155,7 +1155,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
1155
1155
|
--px-corpus-color: #92969c;
|
|
1156
1156
|
--px-corpus-color--transparent: #92969c63;
|
|
1157
1157
|
}
|
|
1158
|
-
`,
|
|
1158
|
+
`,ca=e`
|
|
1159
1159
|
.ac-theme--light {
|
|
1160
1160
|
.cm-editor {
|
|
1161
1161
|
background-color: rgba(255, 255, 255, 0.5) !important;
|
|
@@ -1172,7 +1172,7 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
1172
1172
|
background-color: rgba(0, 0, 0, 0.2) !important;
|
|
1173
1173
|
}
|
|
1174
1174
|
}
|
|
1175
|
-
`,
|
|
1175
|
+
`,ga=e`
|
|
1176
1176
|
.react-grid-item.react-grid-placeholder {
|
|
1177
1177
|
// the placeholder doesn't look good
|
|
1178
1178
|
background: var(--ac-global-color-blue-500);
|
|
@@ -1181,4 +1181,4 @@ import{E as e,j as o,cO as f,ez as y,eA as v,eB as h,l as r,bW as x,eC as a,r as
|
|
|
1181
1181
|
.ac-theme--dark .react-resizable-handle {
|
|
1182
1182
|
filter: invert(1);
|
|
1183
1183
|
}
|
|
1184
|
-
`;function
|
|
1184
|
+
`;function ea(){const{theme:l="dark"}=k();return o(f,{styles:e(Yo,Xo,l==="dark"?Zo:oa,aa(l),Uo,la,ra,ca,ga)})}const ba=y(v(r(a,{path:"/",errorElement:o(Vo,{}),children:[o(a,{path:"/v1/*",element:o(x,{to:"/",replace:!0})}),o(a,{path:"/login",element:o(L,{})}),o(a,{path:"/logout",element:o(j,{})}),o(a,{path:"/reset-password",element:o(R,{}),loader:C}),o(a,{path:"/reset-password-with-token",element:o(I,{})}),o(a,{path:"/forgot-password",element:o(E,{})}),o(a,{element:o(No,{}),loader:D,children:r(a,{element:o(qo,{}),children:[o(a,{path:"/profile",handle:{crumb:()=>"profile"},element:o(A,{})}),o(a,{index:!0,loader:T}),r(a,{path:"/model",handle:{crumb:()=>"model"},element:o(q,{}),children:[o(a,{index:!0,element:o(s,{})}),o(a,{element:o(s,{}),children:o(a,{path:"dimensions",children:o(a,{path:":dimensionId",element:o(O,{}),loader:F})})}),o(a,{path:"embeddings",children:o(a,{path:":embeddingDimensionId",element:o(M,{}),loader:G,handle:{crumb:l=>l.embedding.name}})})]}),r(a,{path:"/projects",handle:{crumb:()=>"projects"},element:o(X,{}),children:[o(a,{index:!0,element:o(N,{})}),r(a,{path:":projectId",loader:V,handle:{crumb:l=>l.project.name},element:o(U,{}),children:[o(a,{index:!0,element:o(W,{})}),r(a,{element:o(Q,{}),children:[o(a,{path:"traces",element:o(_,{}),children:o(a,{path:":traceId",element:o(t,{})})}),o(a,{path:"spans",element:o(B,{}),children:o(a,{path:":traceId",element:o(t,{})})}),o(a,{path:"sessions",element:o(H,{}),children:o(a,{path:":sessionId",element:o($,{}),loader:K})}),o(a,{path:"config",element:o(J,{})})]})]})]}),r(a,{path:"/dashboards",handle:{crumb:()=>"dashboards"},element:o(ro,{}),children:[o(a,{index:!0,element:o(Z,{}),loader:Y}),o(a,{path:"projects/:projectId",element:o(ao,{}),loader:oo,handle:{crumb:l=>l.project.name}}),o(a,{path:":dashboardId",handle:{crumb:()=>"dashboard"},element:o(lo,{})})]}),r(a,{path:"/datasets",handle:{crumb:()=>"datasets"},children:[o(a,{index:!0,element:o(co,{})}),r(a,{path:":datasetId",loader:d,handle:{crumb:l=>l.dataset.name},children:[r(a,{element:o(no,{}),loader:d,children:[o(a,{index:!0,element:o(p,{}),loader:m}),o(a,{path:"experiments",element:o(p,{}),loader:m}),o(a,{path:"examples",element:o(bo,{}),loader:go,children:o(a,{path:":exampleId",element:o(eo,{})})})]}),o(a,{path:"compare",handle:{crumb:()=>"compare"},loader:io,element:o(so,{})})]})]}),r(a,{path:"/playground",handle:{crumb:()=>"Playground"},children:[o(a,{index:!0,element:o(to,{})}),o(a,{path:"spans/:spanId",element:o(po,{}),loader:mo,handle:{crumb:l=>l.span.__typename==="Span"?`span ${l.span.spanId}`:"span unknown"}})]}),r(a,{path:"/prompts",handle:{crumb:()=>"prompts"},children:[o(a,{index:!0,element:o(fo,{}),loader:uo}),r(a,{path:":promptId",loader:yo,shouldRevalidate:()=>!0,handle:{crumb:l=>l.prompt.__typename==="Prompt"?l.prompt.name:"unknown"},children:[r(a,{element:o(So,{}),children:[o(a,{index:!0,element:o(vo,{})}),o(a,{path:"versions",loader:ho,element:o(wo,{}),children:o(a,{path:":versionId",loader:xo,element:o(zo,{})})}),o(a,{path:"config",element:o(ko,{}),loader:Po})]}),o(a,{path:"playground",element:o(jo,{}),loader:Lo,handle:{crumb:()=>"playground"}})]})]}),o(a,{path:"/apis",element:o(Co,{}),handle:{crumb:()=>"APIs"}}),o(a,{path:"/support",element:o(Ro,{}),handle:{crumb:()=>"support"}}),r(a,{path:"/settings",element:o(Mo,{}),handle:{crumb:()=>"settings"},children:[o(a,{path:"general",loader:Io,element:o(Eo,{}),handle:{crumb:()=>"general"}}),o(a,{path:"providers",loader:Do,element:o(Ao,{}),handle:{crumb:()=>"providers"}}),o(a,{path:"annotations",loader:To,element:o(Fo,{}),handle:{crumb:()=>"annotations"}}),o(a,{path:"data",element:o(Go,{}),handle:{crumb:()=>"data retention"},loader:Oo})]})]})})]})),{basename:window.Config.basename});function na(){return o(h,{router:ba})}function ia(){return o(Wo,{children:o(Ko,{children:o(sa,{})})})}function sa(){const{theme:l}=$o();return o(S,{theme:l,mountGlobalStyles:!1,children:r(w.RelayEnvironmentProvider,{environment:Ho,children:[o(ea,{}),o(_o,{children:o(Jo,{children:o(Bo,{children:o(z.Suspense,{children:o(Qo,{children:o(na,{})})})})})})]})})}const ta=document.getElementById("root"),da=P.createRoot(ta);da.render(o(ia,{}));
|