arize-phoenix 4.12.0__py3-none-any.whl → 4.12.1rc1__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 (39) hide show
  1. {arize_phoenix-4.12.0.dist-info → arize_phoenix-4.12.1rc1.dist-info}/METADATA +4 -3
  2. {arize_phoenix-4.12.0.dist-info → arize_phoenix-4.12.1rc1.dist-info}/RECORD +36 -27
  3. phoenix/server/api/context.py +3 -7
  4. phoenix/server/api/openapi/main.py +18 -2
  5. phoenix/server/api/openapi/schema.py +12 -12
  6. phoenix/server/api/routers/v1/__init__.py +36 -83
  7. phoenix/server/api/routers/v1/dataset_examples.py +102 -123
  8. phoenix/server/api/routers/v1/datasets.py +390 -506
  9. phoenix/server/api/routers/v1/evaluations.py +73 -66
  10. phoenix/server/api/routers/v1/experiment_evaluations.py +68 -91
  11. phoenix/server/api/routers/v1/experiment_runs.py +98 -155
  12. phoenix/server/api/routers/v1/experiments.py +132 -181
  13. phoenix/server/api/routers/v1/pydantic_compat.py +78 -0
  14. phoenix/server/api/routers/v1/spans.py +144 -173
  15. phoenix/server/api/routers/v1/traces.py +115 -128
  16. phoenix/server/api/routers/v1/utils.py +95 -0
  17. phoenix/server/api/types/Project.py +33 -0
  18. phoenix/server/app.py +172 -176
  19. phoenix/server/main.py +3 -0
  20. phoenix/server/static/.vite/manifest.json +78 -0
  21. phoenix/server/static/assets/components-C8sm_r1F.js +1142 -0
  22. phoenix/server/static/assets/index-BEKPzgQs.js +100 -0
  23. phoenix/server/static/assets/pages-bN7juCjh.js +2885 -0
  24. phoenix/server/static/assets/vendor-CUDAPm8e.js +641 -0
  25. phoenix/server/static/assets/vendor-DxkFTwjz.css +1 -0
  26. phoenix/server/static/assets/vendor-arizeai-Do2HOmcL.js +662 -0
  27. phoenix/server/static/assets/vendor-codemirror-CrdxOlMs.js +12 -0
  28. phoenix/server/static/assets/vendor-recharts-PKRvByVe.js +59 -0
  29. phoenix/server/static/assets/vendor-three-DwGkEfCM.js +2998 -0
  30. phoenix/server/templates/index.html +83 -24
  31. phoenix/server/thread_server.py +2 -2
  32. phoenix/session/client.py +3 -2
  33. phoenix/version.py +1 -1
  34. phoenix/server/openapi/docs.py +0 -221
  35. phoenix/server/static/index.css +0 -6
  36. phoenix/server/static/index.js +0 -8548
  37. {arize_phoenix-4.12.0.dist-info → arize_phoenix-4.12.1rc1.dist-info}/WHEEL +0 -0
  38. {arize_phoenix-4.12.0.dist-info → arize_phoenix-4.12.1rc1.dist-info}/licenses/IP_NOTICE +0 -0
  39. {arize_phoenix-4.12.0.dist-info → arize_phoenix-4.12.1rc1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1 @@
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}