arize-phoenix 6.0.0__tar.gz → 6.2.0__tar.gz

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 (334) hide show
  1. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/PKG-INFO +7 -6
  2. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/README.md +4 -4
  3. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/pyproject.toml +2 -1
  4. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/config.py +4 -1
  5. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/engines.py +1 -1
  6. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrate.py +4 -1
  7. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/wrappers.py +7 -1
  8. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/chat_mutations.py +5 -0
  9. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/subscriptions.py +6 -0
  10. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/EmbeddingDimension.py +1 -1
  11. arize_phoenix-6.2.0/src/phoenix/server/static/.vite/manifest.json +87 -0
  12. arize_phoenix-6.0.0/src/phoenix/server/static/assets/components-Bo-xjXoV.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/components-DrwPLMB6.js +248 -183
  13. arize_phoenix-6.2.0/src/phoenix/server/static/assets/index-CTN-OfBU.js +93 -0
  14. arize_phoenix-6.0.0/src/phoenix/server/static/assets/pages-BfYVoiUE.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/pages-Cmqh2i4E.js +346 -344
  15. arize_phoenix-6.2.0/src/phoenix/server/static/assets/vendor-Cdrqqth8.js +894 -0
  16. arize_phoenix-6.0.0/src/phoenix/server/static/assets/vendor-arizeai-gSIqhzZY.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/vendor-arizeai-BSCL03yQ.js +1 -1
  17. arize_phoenix-6.0.0/src/phoenix/server/static/assets/vendor-codemirror-fSYjW3f-.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/vendor-codemirror-Utqu7Snw.js +5 -5
  18. arize_phoenix-6.0.0/src/phoenix/server/static/assets/vendor-recharts-CVVyA2X0.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/vendor-recharts-CNNUvc5T.js +1 -1
  19. arize_phoenix-6.0.0/src/phoenix/server/static/assets/vendor-UNccFYqq.js → arize_phoenix-6.2.0/src/phoenix/server/static/assets/vendor-shiki-B6bHerDK.js +5 -872
  20. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/session/client.py +13 -4
  21. arize_phoenix-6.2.0/src/phoenix/version.py +1 -0
  22. arize_phoenix-6.0.0/src/phoenix/server/static/.vite/manifest.json +0 -78
  23. arize_phoenix-6.0.0/src/phoenix/server/static/assets/index-i2KbnOZd.js +0 -101
  24. arize_phoenix-6.0.0/src/phoenix/version.py +0 -1
  25. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/.gitignore +0 -0
  26. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/IP_NOTICE +0 -0
  27. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/LICENSE +0 -0
  28. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/__init__.py +0 -0
  29. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/auth.py +0 -0
  30. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/core/__init__.py +0 -0
  31. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/core/embedding_dimension.py +0 -0
  32. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/core/model.py +0 -0
  33. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/core/model_schema.py +0 -0
  34. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/core/model_schema_adapter.py +0 -0
  35. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/datetime_utils.py +0 -0
  36. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/README.md +0 -0
  37. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/__init__.py +0 -0
  38. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/alembic.ini +0 -0
  39. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/bulk_inserter.py +0 -0
  40. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/enums.py +0 -0
  41. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/facilitator.py +0 -0
  42. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/helpers.py +0 -0
  43. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/__init__.py +0 -0
  44. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/constants.py +0 -0
  45. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/dataset.py +0 -0
  46. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
  47. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/evaluation.py +0 -0
  48. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/helpers.py +0 -0
  49. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/span.py +0 -0
  50. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
  51. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
  52. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/insertion/types.py +0 -0
  53. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/__init__.py +0 -0
  54. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/env.py +0 -0
  55. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/script.py.mako +0 -0
  56. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
  57. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
  58. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
  59. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
  60. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/db/models.py +0 -0
  61. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/exceptions.py +0 -0
  62. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/__init__.py +0 -0
  63. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
  64. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/evaluators/base.py +0 -0
  65. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
  66. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
  67. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
  68. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/functions.py +0 -0
  69. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/tracing.py +0 -0
  70. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/types.py +0 -0
  71. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/experiments/utils.py +0 -0
  72. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/__init__.py +0 -0
  73. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/errors.py +0 -0
  74. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/fixtures.py +0 -0
  75. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/inferences.py +0 -0
  76. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/schema.py +0 -0
  77. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/inferences/validation.py +0 -0
  78. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/logging/__init__.py +0 -0
  79. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/logging/_config.py +0 -0
  80. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/logging/_filter.py +0 -0
  81. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/logging/_formatter.py +0 -0
  82. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/README.md +0 -0
  83. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/__init__.py +0 -0
  84. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/binning.py +0 -0
  85. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/metrics.py +0 -0
  86. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/mixins.py +0 -0
  87. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
  88. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/metrics/timeseries.py +0 -0
  89. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/pointcloud/__init__.py +0 -0
  90. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/pointcloud/clustering.py +0 -0
  91. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
  92. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/pointcloud/projectors.py +0 -0
  93. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
  94. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/py.typed +0 -0
  95. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/__init__.py +0 -0
  96. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/README.md +0 -0
  97. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/__init__.py +0 -0
  98. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/auth.py +0 -0
  99. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/context.py +0 -0
  100. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
  101. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
  102. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
  103. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
  104. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
  105. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
  106. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
  107. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
  108. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
  109. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
  110. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
  111. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
  112. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
  113. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
  114. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
  115. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
  116. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
  117. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
  118. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
  119. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
  120. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
  121. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
  122. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
  123. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
  124. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/trace_row_ids.py +0 -0
  125. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
  126. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
  127. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/exceptions.py +0 -0
  128. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
  129. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
  130. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
  131. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
  132. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
  133. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
  134. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
  135. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
  136. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
  137. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
  138. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
  139. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
  140. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
  141. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
  142. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
  143. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
  144. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
  145. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
  146. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
  147. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
  148. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
  149. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
  150. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
  151. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
  152. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
  153. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
  154. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
  155. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
  156. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
  157. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
  158. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
  159. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
  160. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
  161. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
  162. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/TemplateOptions.py +0 -0
  163. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
  164. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
  165. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
  166. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
  167. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/interceptor.py +0 -0
  168. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/__init__.py +0 -0
  169. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
  170. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
  171. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
  172. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
  173. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
  174. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
  175. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
  176. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
  177. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
  178. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/openapi/main.py +0 -0
  179. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/openapi/schema.py +0 -0
  180. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/queries.py +0 -0
  181. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/__init__.py +0 -0
  182. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/auth.py +0 -0
  183. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
  184. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
  185. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/utils.py +0 -0
  186. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
  187. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
  188. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
  189. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
  190. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
  191. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
  192. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/pydantic_compat.py +0 -0
  193. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
  194. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
  195. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
  196. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/schema.py +0 -0
  197. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Annotation.py +0 -0
  198. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
  199. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
  200. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
  201. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
  202. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
  203. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
  204. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Cluster.py +0 -0
  205. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
  206. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
  207. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Dataset.py +0 -0
  208. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
  209. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
  210. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
  211. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
  212. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Dimension.py +0 -0
  213. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
  214. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
  215. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
  216. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
  217. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
  218. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
  219. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
  220. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
  221. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
  222. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Event.py +0 -0
  223. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
  224. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
  225. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Experiment.py +0 -0
  226. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
  227. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
  228. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
  229. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
  230. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
  231. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Functionality.py +0 -0
  232. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
  233. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
  234. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Inferences.py +0 -0
  235. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
  236. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
  237. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/MimeType.py +0 -0
  238. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Model.py +0 -0
  239. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
  240. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
  241. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Project.py +0 -0
  242. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
  243. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
  244. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
  245. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Segments.py +0 -0
  246. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/SortDir.py +0 -0
  247. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Span.py +0 -0
  248. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
  249. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
  250. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/TemplateLanguage.py +0 -0
  251. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
  252. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/Trace.py +0 -0
  253. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
  254. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
  255. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/User.py +0 -0
  256. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
  257. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/UserRole.py +0 -0
  258. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
  259. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
  260. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/__init__.py +0 -0
  261. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/node.py +0 -0
  262. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/types/pagination.py +0 -0
  263. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/api/utils.py +0 -0
  264. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/app.py +0 -0
  265. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/bearer_auth.py +0 -0
  266. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/dml_event.py +0 -0
  267. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/dml_event_handler.py +0 -0
  268. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/email/__init__.py +0 -0
  269. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/email/sender.py +0 -0
  270. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/email/templates/__init__.py +0 -0
  271. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
  272. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/email/types.py +0 -0
  273. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/grpc_server.py +0 -0
  274. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/jwt_store.py +0 -0
  275. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/main.py +0 -0
  276. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/oauth2.py +0 -0
  277. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/openapi/__init__.py +0 -0
  278. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/prometheus.py +0 -0
  279. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/rate_limiters.py +0 -0
  280. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
  281. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
  282. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
  283. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
  284. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
  285. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
  286. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
  287. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
  288. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/assets/vendor-DxkFTwjz.css +0 -0
  289. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/assets/vendor-three-DwGkEfCM.js +0 -0
  290. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/favicon.ico +0 -0
  291. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/static/modernizr.js +0 -0
  292. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/telemetry.py +0 -0
  293. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/templates/__init__.py +0 -0
  294. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/templates/index.html +0 -0
  295. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/thread_server.py +0 -0
  296. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/server/types.py +0 -0
  297. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/services.py +0 -0
  298. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/session/__init__.py +0 -0
  299. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/session/data_extractor.py +0 -0
  300. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/session/evaluation.py +0 -0
  301. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/session/session.py +0 -0
  302. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/settings.py +0 -0
  303. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/__init__.py +0 -0
  304. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/attributes.py +0 -0
  305. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/dsl/README.md +0 -0
  306. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/dsl/__init__.py +0 -0
  307. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/dsl/filter.py +0 -0
  308. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/dsl/helpers.py +0 -0
  309. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/dsl/query.py +0 -0
  310. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/errors.py +0 -0
  311. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
  312. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/exporter.py +0 -0
  313. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/fixtures.py +0 -0
  314. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/otel.py +0 -0
  315. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/projects.py +0 -0
  316. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/schemas.py +0 -0
  317. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/span_evaluations.py +0 -0
  318. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/span_json_decoder.py +0 -0
  319. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/span_json_encoder.py +0 -0
  320. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/trace_dataset.py +0 -0
  321. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/utils.py +0 -0
  322. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/v1/__init__.py +0 -0
  323. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
  324. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
  325. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/__init__.py +0 -0
  326. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/client.py +0 -0
  327. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/deprecation.py +0 -0
  328. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/error_handling.py +0 -0
  329. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/json.py +0 -0
  330. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/logging.py +0 -0
  331. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/project.py +0 -0
  332. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/re.py +0 -0
  333. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/span_store.py +0 -0
  334. {arize_phoenix-6.0.0 → arize_phoenix-6.2.0}/src/phoenix/utilities/template_formatters.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arize-phoenix
3
- Version: 6.0.0
3
+ Version: 6.2.0
4
4
  Summary: AI Observability and Evaluation
5
5
  Project-URL: Documentation, https://docs.arize.com/phoenix/
6
6
  Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
@@ -49,7 +49,8 @@ Requires-Dist: tqdm
49
49
  Requires-Dist: typing-extensions>=4.6
50
50
  Requires-Dist: uvicorn
51
51
  Requires-Dist: websockets
52
- Requires-Dist: wrapt
52
+ Requires-Dist: wrapt; sys_platform != 'darwin'
53
+ Requires-Dist: wrapt<1.17; sys_platform == 'darwin'
53
54
  Provides-Extra: container
54
55
  Requires-Dist: anthropic; extra == 'container'
55
56
  Requires-Dist: fast-hdbscan>=0.2.0; extra == 'container'
@@ -130,11 +131,11 @@ Description-Content-Type: text/markdown
130
131
  <a href="https://docs.arize.com/phoenix/">
131
132
  <img src="https://img.shields.io/static/v1?message=Docs&logo=data:image/png;base64,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&labelColor=grey&color=blue&logoColor=white&label=%20"/>
132
133
  </a>
133
- <a target="_blank" href="https://join.slack.com/t/arize-ai/shared_invite/zt-22vj03k4k-MlrNEwv5WeswapTs0kNCBw">
134
+ <a target="_blank" href="https://arize-ai.slack.com/join/shared_invite/zt-11t1vbu4x-xkBIHmOREQnYnYDH1GDfCg?__hstc=259489365.a667dfafcfa0169c8aee4178d115dc81.1733501603539.1733501603539.1733501603539.1&__hssc=259489365.1.1733501603539&__hsfp=3822854628&submissionGuid=381a0676-8f38-437b-96f2-fc10875658df#/shared-invite/email">
134
135
  <img src="https://img.shields.io/static/v1?message=Community&logo=slack&labelColor=grey&color=blue&logoColor=white&label=%20"/>
135
136
  </a>
136
137
  <a target="_blank" href="https://twitter.com/ArizePhoenix">
137
- <img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=twitter">
138
+ <img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=x">
138
139
  </a>
139
140
  <a target="_blank" href="https://pypi.org/project/arize-phoenix/">
140
141
  <img src="https://img.shields.io/pypi/v/arize-phoenix?color=blue">
@@ -196,8 +197,8 @@ Phoenix container images are available via [Docker Hub](https://hub.docker.com/r
196
197
  | Projects | ✅ |
197
198
  | [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
198
199
  | Jupyter Notebooks | ✅ |
200
+ | [Prompt Playground](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
199
201
  | [Sessions](https://github.com/Arize-ai/phoenix/issues/2619) | In Progress 🚧 |
200
- | [Prompt Playground](https://github.com/Arize-ai/phoenix/issues/3435) | In Progress 🚧 |
201
202
  | Prompt Management | Coming soon ⏱️ |
202
203
 
203
204
  ## Tracing Integrations
@@ -236,7 +237,7 @@ For details about tracing integrations and example applications, see the [OpenIn
236
237
 
237
238
  Join our community to connect with thousands of AI builders.
238
239
 
239
- - 🌍 Join our [Slack community](https://join.slack.com/t/arize-ai/shared_invite/zt-22vj03k4k-MlrNEwv5WeswapTs0kNCBw).
240
+ - 🌍 Join our [Slack community](https://arize-ai.slack.com/join/shared_invite/zt-11t1vbu4x-xkBIHmOREQnYnYDH1GDfCg?__hstc=259489365.a667dfafcfa0169c8aee4178d115dc81.1733501603539.1733501603539.1733501603539.1&__hssc=259489365.1.1733501603539&__hsfp=3822854628&submissionGuid=381a0676-8f38-437b-96f2-fc10875658df#/shared-invite/email).
240
241
  - 📚 Read our [documentation](https://docs.arize.com/phoenix).
241
242
  - 💡 Ask questions and provide feedback in the _#phoenix-support_ channel.
242
243
  - 🌟 Leave a star on our [GitHub](https://github.com/Arize-ai/phoenix).
@@ -7,11 +7,11 @@
7
7
  <a href="https://docs.arize.com/phoenix/">
8
8
  <img src="https://img.shields.io/static/v1?message=Docs&logo=data:image/png;base64,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&labelColor=grey&color=blue&logoColor=white&label=%20"/>
9
9
  </a>
10
- <a target="_blank" href="https://join.slack.com/t/arize-ai/shared_invite/zt-22vj03k4k-MlrNEwv5WeswapTs0kNCBw">
10
+ <a target="_blank" href="https://arize-ai.slack.com/join/shared_invite/zt-11t1vbu4x-xkBIHmOREQnYnYDH1GDfCg?__hstc=259489365.a667dfafcfa0169c8aee4178d115dc81.1733501603539.1733501603539.1733501603539.1&__hssc=259489365.1.1733501603539&__hsfp=3822854628&submissionGuid=381a0676-8f38-437b-96f2-fc10875658df#/shared-invite/email">
11
11
  <img src="https://img.shields.io/static/v1?message=Community&logo=slack&labelColor=grey&color=blue&logoColor=white&label=%20"/>
12
12
  </a>
13
13
  <a target="_blank" href="https://twitter.com/ArizePhoenix">
14
- <img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=twitter">
14
+ <img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=x">
15
15
  </a>
16
16
  <a target="_blank" href="https://pypi.org/project/arize-phoenix/">
17
17
  <img src="https://img.shields.io/pypi/v/arize-phoenix?color=blue">
@@ -73,8 +73,8 @@ Phoenix container images are available via [Docker Hub](https://hub.docker.com/r
73
73
  | Projects | ✅ |
74
74
  | [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
75
75
  | Jupyter Notebooks | ✅ |
76
+ | [Prompt Playground](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
76
77
  | [Sessions](https://github.com/Arize-ai/phoenix/issues/2619) | In Progress 🚧 |
77
- | [Prompt Playground](https://github.com/Arize-ai/phoenix/issues/3435) | In Progress 🚧 |
78
78
  | Prompt Management | Coming soon ⏱️ |
79
79
 
80
80
  ## Tracing Integrations
@@ -113,7 +113,7 @@ For details about tracing integrations and example applications, see the [OpenIn
113
113
 
114
114
  Join our community to connect with thousands of AI builders.
115
115
 
116
- - 🌍 Join our [Slack community](https://join.slack.com/t/arize-ai/shared_invite/zt-22vj03k4k-MlrNEwv5WeswapTs0kNCBw).
116
+ - 🌍 Join our [Slack community](https://arize-ai.slack.com/join/shared_invite/zt-11t1vbu4x-xkBIHmOREQnYnYDH1GDfCg?__hstc=259489365.a667dfafcfa0169c8aee4178d115dc81.1733501603539.1733501603539.1733501603539.1&__hssc=259489365.1.1733501603539&__hsfp=3822854628&submissionGuid=381a0676-8f38-437b-96f2-fc10875658df#/shared-invite/email).
117
117
  - 📚 Read our [documentation](https://docs.arize.com/phoenix).
118
118
  - 💡 Ask questions and provide feedback in the _#phoenix-support_ channel.
119
119
  - 🌟 Leave a star on our [GitHub](https://github.com/Arize-ai/phoenix).
@@ -32,7 +32,8 @@ dependencies = [
32
32
  "pyarrow",
33
33
  "typing-extensions>=4.6",
34
34
  "scipy",
35
- "wrapt",
35
+ "wrapt<1.17; sys_platform == 'darwin'",
36
+ "wrapt; sys_platform != 'darwin'",
36
37
  "protobuf>=3.20.2, <6.0",
37
38
  "grpcio",
38
39
  "grpc-interceptor",
@@ -5,8 +5,9 @@ import tempfile
5
5
  from dataclasses import dataclass
6
6
  from datetime import timedelta
7
7
  from enum import Enum
8
+ from importlib.metadata import version
8
9
  from pathlib import Path
9
- from typing import Optional, overload
10
+ from typing import Optional, cast, overload
10
11
  from urllib.parse import urlparse
11
12
 
12
13
  from phoenix.utilities.logging import log_a_list
@@ -784,3 +785,5 @@ def _get_default_idp_display_name(idp_name: str) -> str:
784
785
 
785
786
  DEFAULT_PROJECT_NAME = "default"
786
787
  _KUBERNETES_PHOENIX_PORT_PATTERN = re.compile(r"^tcp://\d{1,3}[.]\d{1,3}[.]\d{1,3}[.]\d{1,3}:\d+$")
788
+
789
+ SKLEARN_VERSION = cast(tuple[int, int], tuple(map(int, version("scikit-learn").split(".", 2)[:2])))
@@ -53,7 +53,7 @@ def get_async_db_url(connection_str: str) -> URL:
53
53
  # So we need to parse them out manually
54
54
  if url.username and url.password:
55
55
  url = url.set(
56
- query={"user": url.username, "password": url.password},
56
+ query={**url.query, "user": url.username, "password": url.password},
57
57
  password=None,
58
58
  username=None,
59
59
  )
@@ -4,6 +4,7 @@ import sys
4
4
  from pathlib import Path
5
5
  from queue import Empty, SimpleQueue
6
6
  from threading import Thread
7
+ from time import perf_counter
7
8
  from typing import Optional
8
9
 
9
10
  from alembic import command
@@ -47,12 +48,14 @@ def migrate(
47
48
  alembic_cfg.set_main_option("script_location", scripts_location)
48
49
  url = str(engine.url).replace("%", "%%")
49
50
  alembic_cfg.set_main_option("sqlalchemy.url", url)
51
+ start_time = perf_counter()
50
52
  with engine.connect() as conn:
51
53
  alembic_cfg.attributes["connection"] = conn
52
54
  command.upgrade(alembic_cfg, "head")
55
+ elapsed_time = perf_counter() - start_time
53
56
  engine.dispose()
54
57
  printif(log_migrations, "---------------------------")
55
- printif(log_migrations, "✅ Migrations complete.")
58
+ printif(log_migrations, f"✅ Migrations completed in {elapsed_time:.3f} seconds.")
56
59
  except BaseException as e:
57
60
  if error_queue:
58
61
  error_queue.put(e)
@@ -27,6 +27,8 @@ from sklearn import metrics as sk
27
27
  from sklearn.utils.multiclass import check_classification_targets
28
28
  from wrapt import PartialCallableObjectProxy
29
29
 
30
+ from phoenix.config import SKLEARN_VERSION
31
+
30
32
 
31
33
  class Eval(PartialCallableObjectProxy, ABC): # type: ignore
32
34
  def __call__(
@@ -232,5 +234,9 @@ class SkEval(Enum):
232
234
  r2_score = RegressionEval(sk.r2_score)
233
235
  recall_score = ClassificationEval(sk.recall_score)
234
236
  roc_auc_score = ScoredClassificationEval(sk.roc_auc_score)
235
- root_mean_squared_error = RegressionEval(sk.mean_squared_error, squared=False)
237
+ root_mean_squared_error = (
238
+ RegressionEval(sk.mean_squared_error, squared=False)
239
+ if SKLEARN_VERSION < (1, 6)
240
+ else RegressionEval(sk.root_mean_squared_error)
241
+ )
236
242
  zero_one_loss = ClassificationEval(sk.zero_one_loss)
@@ -318,6 +318,9 @@ class ChatCompletionMutationMixin:
318
318
  ]
319
319
  if template_options := input.template:
320
320
  messages = list(_formatted_messages(messages, template_options))
321
+ attributes.update(
322
+ {PROMPT_TEMPLATE_VARIABLES: safe_json_dumps(template_options.variables)}
323
+ )
321
324
 
322
325
  invocation_parameters = llm_client.construct_invocation_parameters(
323
326
  input.invocation_parameters
@@ -584,5 +587,7 @@ TOOL_CALL_FUNCTION_NAME = ToolCallAttributes.TOOL_CALL_FUNCTION_NAME
584
587
  TOOL_CALL_FUNCTION_ARGUMENTS_JSON = ToolCallAttributes.TOOL_CALL_FUNCTION_ARGUMENTS_JSON
585
588
 
586
589
  TOOL_JSON_SCHEMA = ToolAttributes.TOOL_JSON_SCHEMA
590
+ PROMPT_TEMPLATE_VARIABLES = SpanAttributes.LLM_PROMPT_TEMPLATE_VARIABLES
591
+
587
592
 
588
593
  PLAYGROUND_PROJECT_NAME = "playground"
@@ -15,6 +15,7 @@ from typing import (
15
15
  )
16
16
 
17
17
  import strawberry
18
+ from openinference.instrumentation import safe_json_dumps
18
19
  from openinference.semconv.trace import SpanAttributes
19
20
  from sqlalchemy import and_, func, insert, select
20
21
  from sqlalchemy.orm import load_only
@@ -118,6 +119,7 @@ class Subscription:
118
119
  )
119
120
  for message in input.messages
120
121
  ]
122
+ attributes = None
121
123
  if template_options := input.template:
122
124
  messages = list(
123
125
  _formatted_messages(
@@ -126,6 +128,7 @@ class Subscription:
126
128
  template_variables=template_options.variables,
127
129
  )
128
130
  )
131
+ attributes = {PROMPT_TEMPLATE_VARIABLES: safe_json_dumps(template_options.variables)}
129
132
  invocation_parameters = llm_client.construct_invocation_parameters(
130
133
  input.invocation_parameters
131
134
  )
@@ -133,6 +136,7 @@ class Subscription:
133
136
  input=input,
134
137
  messages=messages,
135
138
  invocation_parameters=invocation_parameters,
139
+ attributes=attributes,
136
140
  ) as span:
137
141
  async for chunk in llm_client.chat_completion_create(
138
142
  messages=messages, tools=input.tools or [], **invocation_parameters
@@ -424,6 +428,7 @@ async def _stream_chat_completion_over_dataset_example(
424
428
  input=input,
425
429
  messages=messages,
426
430
  invocation_parameters=invocation_parameters,
431
+ attributes={PROMPT_TEMPLATE_VARIABLES: safe_json_dumps(revision.input)},
427
432
  ) as span:
428
433
  async for chunk in llm_client.chat_completion_create(
429
434
  messages=messages, tools=input.tools or [], **invocation_parameters
@@ -589,3 +594,4 @@ def _default_playground_experiment_metadata(
589
594
  LLM_OUTPUT_MESSAGES = SpanAttributes.LLM_OUTPUT_MESSAGES
590
595
  LLM_TOKEN_COUNT_COMPLETION = SpanAttributes.LLM_TOKEN_COUNT_COMPLETION
591
596
  LLM_TOKEN_COUNT_PROMPT = SpanAttributes.LLM_TOKEN_COUNT_PROMPT
597
+ PROMPT_TEMPLATE_VARIABLES = SpanAttributes.LLM_PROMPT_TEMPLATE_VARIABLES
@@ -477,7 +477,7 @@ def _row_indices(
477
477
  return
478
478
  shuffled_indices = np.arange(start, stop)
479
479
  np.random.shuffle(shuffled_indices)
480
- yield from shuffled_indices
480
+ yield from shuffled_indices # type: ignore[misc,unused-ignore]
481
481
 
482
482
 
483
483
  def to_gql_embedding_dimension(
@@ -0,0 +1,87 @@
1
+ {
2
+ "_components-DrwPLMB6.js": {
3
+ "file": "assets/components-DrwPLMB6.js",
4
+ "name": "components",
5
+ "imports": [
6
+ "_vendor-Cdrqqth8.js",
7
+ "_pages-Cmqh2i4E.js",
8
+ "_vendor-arizeai-BSCL03yQ.js",
9
+ "_vendor-codemirror-Utqu7Snw.js",
10
+ "_vendor-three-DwGkEfCM.js"
11
+ ]
12
+ },
13
+ "_pages-Cmqh2i4E.js": {
14
+ "file": "assets/pages-Cmqh2i4E.js",
15
+ "name": "pages",
16
+ "imports": [
17
+ "_vendor-Cdrqqth8.js",
18
+ "_vendor-arizeai-BSCL03yQ.js",
19
+ "_components-DrwPLMB6.js",
20
+ "_vendor-recharts-CNNUvc5T.js",
21
+ "_vendor-codemirror-Utqu7Snw.js"
22
+ ]
23
+ },
24
+ "_vendor-!~{003}~.js": {
25
+ "file": "assets/vendor-DxkFTwjz.css",
26
+ "src": "_vendor-!~{003}~.js"
27
+ },
28
+ "_vendor-Cdrqqth8.js": {
29
+ "file": "assets/vendor-Cdrqqth8.js",
30
+ "name": "vendor",
31
+ "imports": [
32
+ "_vendor-three-DwGkEfCM.js"
33
+ ],
34
+ "css": [
35
+ "assets/vendor-DxkFTwjz.css"
36
+ ]
37
+ },
38
+ "_vendor-arizeai-BSCL03yQ.js": {
39
+ "file": "assets/vendor-arizeai-BSCL03yQ.js",
40
+ "name": "vendor-arizeai",
41
+ "imports": [
42
+ "_vendor-Cdrqqth8.js"
43
+ ]
44
+ },
45
+ "_vendor-codemirror-Utqu7Snw.js": {
46
+ "file": "assets/vendor-codemirror-Utqu7Snw.js",
47
+ "name": "vendor-codemirror",
48
+ "imports": [
49
+ "_vendor-Cdrqqth8.js",
50
+ "_vendor-shiki-B6bHerDK.js"
51
+ ]
52
+ },
53
+ "_vendor-recharts-CNNUvc5T.js": {
54
+ "file": "assets/vendor-recharts-CNNUvc5T.js",
55
+ "name": "vendor-recharts",
56
+ "imports": [
57
+ "_vendor-Cdrqqth8.js"
58
+ ]
59
+ },
60
+ "_vendor-shiki-B6bHerDK.js": {
61
+ "file": "assets/vendor-shiki-B6bHerDK.js",
62
+ "name": "vendor-shiki",
63
+ "imports": [
64
+ "_vendor-Cdrqqth8.js"
65
+ ]
66
+ },
67
+ "_vendor-three-DwGkEfCM.js": {
68
+ "file": "assets/vendor-three-DwGkEfCM.js",
69
+ "name": "vendor-three"
70
+ },
71
+ "index.tsx": {
72
+ "file": "assets/index-CTN-OfBU.js",
73
+ "name": "index",
74
+ "src": "index.tsx",
75
+ "isEntry": true,
76
+ "imports": [
77
+ "_vendor-Cdrqqth8.js",
78
+ "_vendor-arizeai-BSCL03yQ.js",
79
+ "_pages-Cmqh2i4E.js",
80
+ "_components-DrwPLMB6.js",
81
+ "_vendor-three-DwGkEfCM.js",
82
+ "_vendor-recharts-CNNUvc5T.js",
83
+ "_vendor-codemirror-Utqu7Snw.js",
84
+ "_vendor-shiki-B6bHerDK.js"
85
+ ]
86
+ }
87
+ }