arize-phoenix 11.35.0__py3-none-any.whl → 11.37.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-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/METADATA +1 -1
- {arize_phoenix-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/RECORD +22 -22
- phoenix/server/api/helpers/playground_clients.py +39 -3
- phoenix/server/api/input_types/GenerativeModelInput.py +3 -0
- phoenix/server/api/input_types/SpanSort.py +1 -1
- phoenix/server/api/types/Experiment.py +2 -0
- phoenix/server/api/types/Project.py +9 -5
- phoenix/server/api/types/pagination.py +11 -2
- phoenix/server/static/.vite/manifest.json +39 -39
- phoenix/server/static/assets/{components-CdQiQTvs.js → components-CFzdBkk_.js} +572 -363
- phoenix/server/static/assets/{index-B1VuXYRI.js → index-DayUA9lQ.js} +12 -2
- phoenix/server/static/assets/{pages-CnfZ3RhB.js → pages-CvUhOO9h.js} +528 -497
- phoenix/server/static/assets/{vendor-Cfrr9FCF.js → vendor-BdjZxMii.js} +186 -186
- phoenix/server/static/assets/vendor-arizeai-CHYlS8jV.js +165 -0
- phoenix/server/static/assets/{vendor-codemirror-ClqtONZQ.js → vendor-codemirror-Di6t4HnH.js} +3 -3
- phoenix/server/static/assets/{vendor-recharts-D6kvOpmb.js → vendor-recharts-C9wCDYj3.js} +4 -4
- phoenix/server/static/assets/{vendor-shiki-xSOiKxt0.js → vendor-shiki-MNnmOotP.js} +1 -1
- phoenix/version.py +1 -1
- phoenix/server/static/assets/vendor-arizeai-Dz0kN-lQ.js +0 -168
- {arize_phoenix-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-11.35.0.dist-info → arize_phoenix-11.37.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{l as g,j as o,d6 as f,eJ as v,eK as h,eL as y,m as c,cv as x,eM as a,r as z,aF as w,eN as P}from"./vendor-BdjZxMii.js";import{u as k,r as S}from"./vendor-arizeai-CHYlS8jV.js";import{L,g as C,r as R,h as E,i as I,F as j,j as A,P as D,k as F,M as t,l as T,D as M,n as G,E as O,o as _,p as N,q as V,s as W,t as d,v as q,w as B,x as K,y as U,z as $,B as J,C as X,G as H,H as Q,I as Y,J as Z,K as m,N as p,O as oo,Q as ao,U as lo,V as ro,W as co,X as go,Y as eo,Z as bo,_ as no,$ as io,a0 as so,a1 as to,a2 as mo,a3 as po,a4 as uo,a5 as fo,a6 as vo,a7 as ho,a8 as yo,a9 as xo,aa as zo,ab as wo,ac as Po,ad as ko,ae as So,af as Lo,ag as Co,ah as Ro,ai as Eo,aj as Io,ak as jo,al as Ao,am as Do,an as Fo,ao as To,ap as Mo,aq as Go,ar as Oo,as as _o,at as No,au as n,av as Vo,aw as Wo,ax as qo,ay as Bo,az as Ko,aA as Uo,aB as $o}from"./pages-CvUhOO9h.js";import{fV as Jo,cO as Xo,U as Ho,fW as Qo,fX as Yo}from"./components-CFzdBkk_.js";import"./vendor-three-BLWp5bic.js";import"./vendor-codemirror-Di6t4HnH.js";import"./vendor-shiki-MNnmOotP.js";import"./vendor-recharts-C9wCDYj3.js";(function(){const b=document.createElement("link").relList;if(b&&b.supports&&b.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const e of r)if(e.type==="childList")for(const i of e.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&s(i)}).observe(document,{childList:!0,subtree:!0});function u(r){const e={};return r.integrity&&(e.integrity=r.integrity),r.referrerPolicy&&(e.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?e.credentials="include":r.crossOrigin==="anonymous"?e.credentials="omit":e.credentials="same-origin",e}function s(r){if(r.ep)return;r.ep=!0;const e=u(r);fetch(r.href,e)}})();const Zo=g`
|
|
2
2
|
:root,
|
|
3
3
|
.ac-theme {
|
|
4
4
|
--ac-global-dimension-scale-factor: 1;
|
|
@@ -1021,6 +1021,16 @@ import{U as g,j as o,d0 as f,eG as v,eH as h,eI as y,l as c,cp as x,eJ as a,r as
|
|
|
1021
1021
|
);
|
|
1022
1022
|
--ac-global-button-success-border-color: var(--ac-global-color-success);
|
|
1023
1023
|
|
|
1024
|
+
// Styles for checkbox
|
|
1025
|
+
--ac-global-checkbox-selected-color: var(--ac-global-color-grey-800);
|
|
1026
|
+
--ac-global-checkbox-selected-color-pressed: var(
|
|
1027
|
+
--ac-global-color-grey-900
|
|
1028
|
+
);
|
|
1029
|
+
--ac-global-checkbox-checkmark-color: var(--ac-global-color-grey-50);
|
|
1030
|
+
--ac-global-checkbox-border-color: var(--ac-global-color-grey-300);
|
|
1031
|
+
--ac-global-checkbox-border-color-pressed: var(--ac-global-color-grey-400);
|
|
1032
|
+
--ac-global-checkbox-border-color-hover: var(--ac-global-color-grey-400);
|
|
1033
|
+
|
|
1024
1034
|
// Styles for disclosure
|
|
1025
1035
|
--ac-global-disclosure-background-color-active: rgba(
|
|
1026
1036
|
var(--ac-global-color-grey-900-rgb),
|
|
@@ -1252,4 +1262,4 @@ import{U as g,j as o,d0 as f,eG as v,eH as h,eI as y,l as c,cp as x,eJ as a,r as
|
|
|
1252
1262
|
font-family: "Geist Mono", monospace;
|
|
1253
1263
|
font-optical-sizing: auto;
|
|
1254
1264
|
}
|
|
1255
|
-
`;function sa(){const{theme:l="dark"}=k();return o(f,{styles:g(aa,oa,l==="dark"?la:ra,ca(l),Zo,ga,ea,ba,na,ia)})}const ta=v(h(c(a,{path:"/",errorElement:o(n,{}),children:[o(a,{path:"/v1/*",element:o(x,{to:"/",replace:!0})}),o(a,{path:"/login",element:o(L,{})}),o(a,{path:"/logout",element:o(C,{})}),o(a,{path:"/reset-password",element:o(E,{}),loader:R}),o(a,{path:"/reset-password-with-token",element:o(I,{})}),o(a,{path:"/forgot-password",element:o(j,{})}),o(a,{element:o(
|
|
1265
|
+
`;function sa(){const{theme:l="dark"}=k();return o(f,{styles:g(aa,oa,l==="dark"?la:ra,ca(l),Zo,ga,ea,ba,na,ia)})}const ta=v(h(c(a,{path:"/",errorElement:o(n,{}),children:[o(a,{path:"/v1/*",element:o(x,{to:"/",replace:!0})}),o(a,{path:"/login",element:o(L,{})}),o(a,{path:"/logout",element:o(C,{})}),o(a,{path:"/reset-password",element:o(E,{}),loader:R}),o(a,{path:"/reset-password-with-token",element:o(I,{})}),o(a,{path:"/forgot-password",element:o(j,{})}),o(a,{element:o(Bo,{}),loader:A,children:c(a,{element:o(qo,{}),children:[o(a,{path:"/profile",handle:{crumb:()=>"profile"},element:o(D,{})}),o(a,{index:!0,loader:F}),c(a,{path:"/model",handle:{crumb:()=>"model"},element:o(_,{}),children:[o(a,{index:!0,element:o(t,{})}),o(a,{element:o(t,{}),children:o(a,{path:"dimensions",children:o(a,{path:":dimensionId",element:o(M,{}),loader:T})})}),o(a,{path:"embeddings",children:o(a,{path:":embeddingDimensionId",element:o(O,{}),loader:G,handle:{crumb:l=>l.embedding.name}})})]}),c(a,{path:"/projects",handle:{crumb:()=>"Projects"},element:o(Y,{}),children:[o(a,{index:!0,element:o(N,{})}),c(a,{path:":projectId",loader:V,handle:{crumb:l=>l.project.name},element:o(Q,{}),children:[o(a,{index:!0,element:o(W,{})}),c(a,{element:o(H,{}),children:[o(a,{path:"traces",element:o(q,{}),children:o(a,{path:":traceId",element:o(d,{})})}),o(a,{path:"spans",element:o(B,{}),children:o(a,{path:":traceId",element:o(d,{})})}),o(a,{path:"sessions",element:o($,{}),children:o(a,{path:":sessionId",element:o(U,{}),loader:K})}),o(a,{path:"config",element:o(J,{})}),o(a,{path:"metrics",element:o(X,{})})]})]})]}),c(a,{path:"/datasets",handle:{crumb:()=>"Datasets"},children:[o(a,{index:!0,element:o(Z,{})}),c(a,{path:":datasetId",loader:m,handle:{crumb:l=>l.dataset.name},children:[c(a,{element:o(eo,{}),loader:m,children:[o(a,{index:!0,element:o(p,{})}),o(a,{path:"experiments",element:o(p,{})}),o(a,{path:"examples",element:o(lo,{}),loader:oo,children:o(a,{path:":exampleId",element:o(ao,{})})}),o(a,{path:"versions",element:o(co,{}),loader:ro}),o(a,{path:"evaluators",element:o(go,{})})]}),o(a,{path:"compare",element:o(no,{}),loader:bo,handle:{crumb:()=>"compare"}})]})]}),c(a,{path:"/playground",handle:{crumb:()=>"Playground"},children:[o(a,{index:!0,element:o(io,{})}),o(a,{path:"spans/:spanId",element:o(to,{}),loader:so,handle:{crumb:l=>l.span.__typename==="Span"?`span ${l.span.spanId}`:"span unknown"}})]}),c(a,{path:"/prompts",handle:{crumb:()=>"Prompts"},children:[o(a,{index:!0,element:o(po,{}),loader:mo}),c(a,{path:":promptId",loader:uo,shouldRevalidate:()=>!0,handle:{crumb:l=>l.prompt.__typename==="Prompt"?l.prompt.name:"unknown"},children:[c(a,{element:o(Po,{}),children:[o(a,{index:!0,element:o(fo,{})}),o(a,{path:"versions",loader:vo,element:o(xo,{}),children:o(a,{path:":versionId",loader:ho,element:o(yo,{})})}),o(a,{path:"config",element:o(wo,{}),loader:zo})]}),o(a,{path:"playground",element:o(So,{}),loader:ko,handle:{crumb:()=>"playground"}})]})]}),o(a,{path:"/apis",element:o(Lo,{}),handle:{crumb:()=>"APIs"}}),o(a,{path:"/support",element:o(Co,{}),handle:{crumb:()=>"Support"}}),c(a,{path:"/settings",element:o(_o,{}),handle:{crumb:()=>"Settings"},children:[o(a,{path:"general",loader:Ro,element:o(Eo,{}),handle:{crumb:()=>"General"}}),o(a,{path:"providers",loader:Io,element:o(jo,{}),handle:{crumb:()=>"AI Providers"}}),o(a,{path:"models",loader:Ao,element:o(Do,{}),handle:{crumb:()=>"Models"}}),o(a,{path:"annotations",loader:Fo,element:o(To,{}),handle:{crumb:()=>"Annotations"}}),o(a,{path:"data",element:o(Go,{}),handle:{crumb:()=>"Data Retention"},loader:Mo}),o(a,{path:"prompts",element:o(Oo,{}),handle:{crumb:()=>"Prompts"}})]}),o(a,{path:"/redirects/spans/:span_otel_id",loader:No,errorElement:o(n,{})}),o(a,{path:"/redirects/traces/:trace_otel_id",loader:Vo,errorElement:o(n,{})}),o(a,{path:"/redirects/sessions/:session_id",loader:Wo,errorElement:o(n,{})})]})})]})),{basename:window.Config.basename});function da(){return o(y,{router:ta})}function ma(){return o(Ko,{children:o(Jo,{children:o(pa,{})})})}function pa(){const{theme:l}=Xo();return o(S,{theme:l,mountGlobalStyles:!1,children:c(w.RelayEnvironmentProvider,{environment:Ho,children:[o(sa,{}),o(Uo,{children:o(Qo,{children:o($o,{children:o(z.Suspense,{children:o(Yo,{children:o(da,{})})})})})})]})})}const ua=document.getElementById("root"),fa=P.createRoot(ua);fa.render(o(ma,{}));
|