arize-phoenix 7.9.0__tar.gz → 7.9.2__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 (347) hide show
  1. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/PKG-INFO +2 -2
  2. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/README.md +1 -1
  3. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/config.py +7 -4
  4. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/functions.py +7 -2
  5. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/Granularity.py +3 -3
  6. arize_phoenix-7.9.2/src/phoenix/server/api/input_types/TimeRange.py +23 -0
  7. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Dimension.py +15 -10
  8. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/EmbeddingDimension.py +17 -12
  9. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Model.py +4 -4
  10. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/TimeSeries.py +12 -10
  11. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/.vite/manifest.json +9 -9
  12. arize_phoenix-7.9.0/src/phoenix/server/static/assets/components-Dn-PoB4S.js → arize_phoenix-7.9.2/src/phoenix/server/static/assets/components-CN9dra1h.js +1 -1
  13. arize_phoenix-7.9.0/src/phoenix/server/static/assets/index-Cky21rQb.js → arize_phoenix-7.9.2/src/phoenix/server/static/assets/index-DcnHbEy5.js +1 -1
  14. arize_phoenix-7.9.0/src/phoenix/server/static/assets/pages-DRhPpbPi.js → arize_phoenix-7.9.2/src/phoenix/server/static/assets/pages-nMcybglv.js +2 -2
  15. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/trace_dataset.py +12 -1
  16. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/client.py +11 -11
  17. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/re.py +4 -1
  18. arize_phoenix-7.9.2/src/phoenix/version.py +1 -0
  19. arize_phoenix-7.9.0/src/phoenix/server/api/input_types/TimeRange.py +0 -20
  20. arize_phoenix-7.9.0/src/phoenix/version.py +0 -1
  21. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/.gitignore +0 -0
  22. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/IP_NOTICE +0 -0
  23. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/LICENSE +0 -0
  24. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/pyproject.toml +0 -0
  25. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/__init__.py +0 -0
  26. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/auth.py +0 -0
  27. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/core/__init__.py +0 -0
  28. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/core/embedding_dimension.py +0 -0
  29. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/core/model.py +0 -0
  30. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/core/model_schema.py +0 -0
  31. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/core/model_schema_adapter.py +0 -0
  32. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/datetime_utils.py +0 -0
  33. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/README.md +0 -0
  34. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/__init__.py +0 -0
  35. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/alembic.ini +0 -0
  36. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/bulk_inserter.py +0 -0
  37. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/engines.py +0 -0
  38. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/enums.py +0 -0
  39. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/facilitator.py +0 -0
  40. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/helpers.py +0 -0
  41. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/__init__.py +0 -0
  42. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/constants.py +0 -0
  43. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/dataset.py +0 -0
  44. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/document_annotation.py +0 -0
  45. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/evaluation.py +0 -0
  46. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/helpers.py +0 -0
  47. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/span.py +0 -0
  48. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/span_annotation.py +0 -0
  49. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/trace_annotation.py +0 -0
  50. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/insertion/types.py +0 -0
  51. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrate.py +0 -0
  52. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/__init__.py +0 -0
  53. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
  54. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
  55. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/env.py +0 -0
  56. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/script.py.mako +0 -0
  57. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
  58. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
  59. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
  60. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
  61. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
  62. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/db/models.py +0 -0
  63. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/exceptions.py +0 -0
  64. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/__init__.py +0 -0
  65. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/evaluators/__init__.py +0 -0
  66. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/evaluators/base.py +0 -0
  67. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
  68. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
  69. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/evaluators/utils.py +0 -0
  70. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/tracing.py +0 -0
  71. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/types.py +0 -0
  72. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/experiments/utils.py +0 -0
  73. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/__init__.py +0 -0
  74. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/errors.py +0 -0
  75. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/fixtures.py +0 -0
  76. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/inferences.py +0 -0
  77. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/schema.py +0 -0
  78. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/inferences/validation.py +0 -0
  79. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/logging/__init__.py +0 -0
  80. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/logging/_config.py +0 -0
  81. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/logging/_filter.py +0 -0
  82. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/logging/_formatter.py +0 -0
  83. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/README.md +0 -0
  84. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/__init__.py +0 -0
  85. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/binning.py +0 -0
  86. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/metrics.py +0 -0
  87. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/mixins.py +0 -0
  88. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/retrieval_metrics.py +0 -0
  89. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/timeseries.py +0 -0
  90. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/metrics/wrappers.py +0 -0
  91. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/pointcloud/__init__.py +0 -0
  92. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/pointcloud/clustering.py +0 -0
  93. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/pointcloud/pointcloud.py +0 -0
  94. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/pointcloud/projectors.py +0 -0
  95. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/pointcloud/umap_parameters.py +0 -0
  96. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/py.typed +0 -0
  97. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/__init__.py +0 -0
  98. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/README.md +0 -0
  99. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/__init__.py +0 -0
  100. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/auth.py +0 -0
  101. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/context.py +0 -0
  102. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
  103. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
  104. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
  105. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
  106. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
  107. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
  108. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
  109. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
  110. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
  111. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
  112. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
  113. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
  114. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
  115. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
  116. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
  117. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
  118. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
  119. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
  120. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
  121. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
  122. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
  123. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
  124. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
  125. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
  126. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
  127. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
  128. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
  129. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
  130. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
  131. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
  132. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
  133. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
  134. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/dataloaders/users.py +0 -0
  135. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/exceptions.py +0 -0
  136. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/__init__.py +0 -0
  137. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
  138. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
  139. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
  140. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
  141. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
  142. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
  143. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
  144. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
  145. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
  146. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
  147. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
  148. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
  149. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
  150. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
  151. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
  152. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
  153. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
  154. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
  155. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
  156. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
  157. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
  158. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
  159. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
  160. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
  161. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
  162. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
  163. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
  164. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
  165. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
  166. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
  167. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
  168. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
  169. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
  170. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
  171. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/TemplateOptions.py +0 -0
  172. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
  173. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
  174. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/input_types/__init__.py +0 -0
  175. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/interceptor.py +0 -0
  176. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/__init__.py +0 -0
  177. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
  178. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
  179. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
  180. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
  181. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
  182. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
  183. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
  184. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
  185. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
  186. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/openapi/__init__.py +0 -0
  187. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/openapi/main.py +0 -0
  188. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/openapi/schema.py +0 -0
  189. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/queries.py +0 -0
  190. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/__init__.py +0 -0
  191. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/auth.py +0 -0
  192. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/embeddings.py +0 -0
  193. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/oauth2.py +0 -0
  194. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/utils.py +0 -0
  195. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
  196. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
  197. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
  198. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
  199. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
  200. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
  201. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/pydantic_compat.py +0 -0
  202. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/spans.py +0 -0
  203. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/traces.py +0 -0
  204. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/routers/v1/utils.py +0 -0
  205. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/schema.py +0 -0
  206. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/subscriptions.py +0 -0
  207. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Annotation.py +0 -0
  208. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
  209. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
  210. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ApiKey.py +0 -0
  211. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/AuthMethod.py +0 -0
  212. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
  213. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
  214. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Cluster.py +0 -0
  215. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
  216. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
  217. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Dataset.py +0 -0
  218. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DatasetExample.py +0 -0
  219. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
  220. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DatasetValues.py +0 -0
  221. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
  222. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
  223. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DimensionShape.py +0 -0
  224. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DimensionType.py +0 -0
  225. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
  226. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
  227. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
  228. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
  229. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Evaluation.py +0 -0
  230. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
  231. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Event.py +0 -0
  232. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/EventMetadata.py +0 -0
  233. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
  234. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Experiment.py +0 -0
  235. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
  236. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
  237. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
  238. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
  239. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ExportedFile.py +0 -0
  240. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Functionality.py +0 -0
  241. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
  242. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
  243. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Inferences.py +0 -0
  244. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/InferencesRole.py +0 -0
  245. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/LabelFraction.py +0 -0
  246. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/MimeType.py +0 -0
  247. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/NumericRange.py +0 -0
  248. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
  249. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Project.py +0 -0
  250. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ProjectSession.py +0 -0
  251. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/PromptResponse.py +0 -0
  252. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Retrieval.py +0 -0
  253. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
  254. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Segments.py +0 -0
  255. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/SortDir.py +0 -0
  256. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Span.py +0 -0
  257. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
  258. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
  259. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
  260. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/TemplateLanguage.py +0 -0
  261. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/TokenUsage.py +0 -0
  262. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/Trace.py +0 -0
  263. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
  264. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
  265. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/User.py +0 -0
  266. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/UserApiKey.py +0 -0
  267. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/UserRole.py +0 -0
  268. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/ValidationResult.py +0 -0
  269. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
  270. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/__init__.py +0 -0
  271. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/node.py +0 -0
  272. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/types/pagination.py +0 -0
  273. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/api/utils.py +0 -0
  274. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/app.py +0 -0
  275. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/bearer_auth.py +0 -0
  276. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/dml_event.py +0 -0
  277. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/dml_event_handler.py +0 -0
  278. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/email/__init__.py +0 -0
  279. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/email/sender.py +0 -0
  280. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/email/templates/__init__.py +0 -0
  281. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/email/templates/password_reset.html +0 -0
  282. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/email/types.py +0 -0
  283. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/grpc_server.py +0 -0
  284. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/jwt_store.py +0 -0
  285. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/main.py +0 -0
  286. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/oauth2.py +0 -0
  287. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/openapi/__init__.py +0 -0
  288. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/prometheus.py +0 -0
  289. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/rate_limiters.py +0 -0
  290. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
  291. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
  292. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
  293. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
  294. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
  295. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
  296. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
  297. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/apple-touch-icon.png +0 -0
  298. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-DvC8cT4X.js +0 -0
  299. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-DxkFTwjz.css +0 -0
  300. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-arizeai-Do1793cv.js +0 -0
  301. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-codemirror-BzwZPyJM.js +0 -0
  302. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-recharts-_Jb7JjhG.js +0 -0
  303. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-shiki-Cl9QBraO.js +0 -0
  304. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/assets/vendor-three-DwGkEfCM.js +0 -0
  305. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/favicon.ico +0 -0
  306. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/static/modernizr.js +0 -0
  307. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/telemetry.py +0 -0
  308. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/templates/__init__.py +0 -0
  309. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/templates/index.html +0 -0
  310. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/thread_server.py +0 -0
  311. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/server/types.py +0 -0
  312. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/services.py +0 -0
  313. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/session/__init__.py +0 -0
  314. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/session/client.py +0 -0
  315. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/session/data_extractor.py +0 -0
  316. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/session/evaluation.py +0 -0
  317. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/session/session.py +0 -0
  318. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/settings.py +0 -0
  319. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/__init__.py +0 -0
  320. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/attributes.py +0 -0
  321. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/dsl/README.md +0 -0
  322. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/dsl/__init__.py +0 -0
  323. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/dsl/filter.py +0 -0
  324. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/dsl/helpers.py +0 -0
  325. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/dsl/query.py +0 -0
  326. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/errors.py +0 -0
  327. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/evaluation_conventions.py +0 -0
  328. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/exporter.py +0 -0
  329. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/fixtures.py +0 -0
  330. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/otel.py +0 -0
  331. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/projects.py +0 -0
  332. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/schemas.py +0 -0
  333. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/span_evaluations.py +0 -0
  334. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/span_json_decoder.py +0 -0
  335. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/span_json_encoder.py +0 -0
  336. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/utils.py +0 -0
  337. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/v1/__init__.py +0 -0
  338. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
  339. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
  340. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/__init__.py +0 -0
  341. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/deprecation.py +0 -0
  342. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/error_handling.py +0 -0
  343. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/json.py +0 -0
  344. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/logging.py +0 -0
  345. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/project.py +0 -0
  346. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/span_store.py +0 -0
  347. {arize_phoenix-7.9.0 → arize_phoenix-7.9.2}/src/phoenix/utilities/template_formatters.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arize-phoenix
3
- Version: 7.9.0
3
+ Version: 7.9.2
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
@@ -160,7 +160,7 @@ Phoenix is an open-source AI observability platform designed for experimentation
160
160
  - [**_Evaluation_**](https://docs.arize.com/phoenix/evaluation/llm-evals) - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
161
161
  - [**_Datasets_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
162
162
  - [**_Experiments_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets#experiments) - Track and evaluate changes to prompts, LLMs, and retrieval.
163
- - [**_Playground_**](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts)- Optemize prompts, compare models, adjust parameters, and replay traced LLM calls.
163
+ - [**_Playground_**](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts)- Optimize prompts, compare models, adjust parameters, and replay traced LLM calls.
164
164
 
165
165
  Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
166
166
 
@@ -33,7 +33,7 @@ Phoenix is an open-source AI observability platform designed for experimentation
33
33
  - [**_Evaluation_**](https://docs.arize.com/phoenix/evaluation/llm-evals) - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
34
34
  - [**_Datasets_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
35
35
  - [**_Experiments_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets#experiments) - Track and evaluate changes to prompts, LLMs, and retrieval.
36
- - [**_Playground_**](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts)- Optemize prompts, compare models, adjust parameters, and replay traced LLM calls.
36
+ - [**_Playground_**](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts)- Optimize prompts, compare models, adjust parameters, and replay traced LLM calls.
37
37
 
38
38
  Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
39
39
 
@@ -625,10 +625,13 @@ def get_env_enable_prometheus() -> bool:
625
625
  )
626
626
 
627
627
 
628
- def get_env_client_headers() -> Optional[dict[str, str]]:
629
- if headers_str := os.getenv(ENV_PHOENIX_CLIENT_HEADERS):
630
- return parse_env_headers(headers_str)
631
- return None
628
+ def get_env_client_headers() -> dict[str, str]:
629
+ headers = parse_env_headers(os.getenv(ENV_PHOENIX_CLIENT_HEADERS))
630
+ if (api_key := get_env_phoenix_api_key()) and "authorization" not in [
631
+ k.lower() for k in headers
632
+ ]:
633
+ headers["Authorization"] = f"Bearer {api_key}"
634
+ return headers
632
635
 
633
636
 
634
637
  def get_base_url() -> str:
@@ -30,7 +30,7 @@ from opentelemetry.sdk.trace.export import SimpleSpanProcessor
30
30
  from opentelemetry.trace import Status, StatusCode, Tracer
31
31
  from typing_extensions import TypeAlias
32
32
 
33
- from phoenix.config import get_base_url
33
+ from phoenix.config import get_base_url, get_env_client_headers
34
34
  from phoenix.evals.executors import get_executor_on_sync_context
35
35
  from phoenix.evals.models.rate_limiters import RateLimiter
36
36
  from phoenix.evals.utils import get_tqdm_progress_bar_formatter
@@ -671,7 +671,12 @@ def _get_tracer(project_name: Optional[str] = None) -> tuple[Tracer, Resource]:
671
671
  resource = Resource({ResourceAttributes.PROJECT_NAME: project_name} if project_name else {})
672
672
  tracer_provider = trace_sdk.TracerProvider(resource=resource)
673
673
  span_processor = (
674
- SimpleSpanProcessor(OTLPSpanExporter(urljoin(f"{get_base_url()}", "v1/traces")))
674
+ SimpleSpanProcessor(
675
+ OTLPSpanExporter(
676
+ endpoint=urljoin(f"{get_base_url()}", "v1/traces"),
677
+ headers=get_env_client_headers(),
678
+ )
679
+ )
675
680
  if project_name
676
681
  else _NoOpProcessor()
677
682
  )
@@ -4,7 +4,7 @@ from itertools import accumulate, repeat, takewhile
4
4
 
5
5
  import strawberry
6
6
 
7
- from phoenix.server.api.input_types.TimeRange import TimeRange
7
+ from phoenix.core import model_schema
8
8
 
9
9
 
10
10
  @strawberry.input(
@@ -38,7 +38,7 @@ class Granularity:
38
38
 
39
39
 
40
40
  def to_timestamps(
41
- time_range: TimeRange,
41
+ time_range: model_schema.TimeRange,
42
42
  granularity: Granularity,
43
43
  ) -> Iterator[datetime]:
44
44
  if not granularity.sampling_interval_minutes:
@@ -51,6 +51,6 @@ def to_timestamps(
51
51
  minutes=granularity.sampling_interval_minutes,
52
52
  )
53
53
  ),
54
- initial=time_range.end,
54
+ initial=time_range.stop,
55
55
  ),
56
56
  )
@@ -0,0 +1,23 @@
1
+ from datetime import datetime, timezone
2
+ from typing import Optional
3
+
4
+ import strawberry
5
+
6
+
7
+ @strawberry.input
8
+ class TimeRange:
9
+ start: Optional[datetime] = strawberry.field(
10
+ description="The start of the time range",
11
+ )
12
+ end: Optional[datetime] = strawberry.field(
13
+ description="The end of the time range. Right exclusive.",
14
+ )
15
+
16
+ def __post_init__(self) -> None:
17
+ if self.start:
18
+ self.start = self.start.astimezone(timezone.utc)
19
+ if self.end:
20
+ self.end = self.end.astimezone(timezone.utc)
21
+
22
+ def is_valid(self) -> bool:
23
+ return not self.start or not self.end or self.start < self.end
@@ -9,6 +9,7 @@ from strawberry.types import Info
9
9
  from typing_extensions import Annotated
10
10
 
11
11
  import phoenix.core.model_schema as ms
12
+ from phoenix.core import model_schema
12
13
  from phoenix.core.model_schema import CONTINUOUS, PRIMARY, REFERENCE, ScalarDimension
13
14
  from phoenix.metrics import binning
14
15
  from phoenix.metrics.metrics import Count
@@ -71,14 +72,14 @@ class Dimension(Node):
71
72
  if model[REFERENCE].empty:
72
73
  return None
73
74
  inferences = model[PRIMARY]
74
- time_range, granularity = ensure_timeseries_parameters(
75
+ resolved_time_range, granularity = ensure_timeseries_parameters(
75
76
  inferences,
76
77
  time_range,
77
78
  )
78
79
  data = get_drift_timeseries_data(
79
80
  self.dimension,
80
81
  metric,
81
- time_range,
82
+ resolved_time_range,
82
83
  granularity,
83
84
  pd.DataFrame(
84
85
  {self.dimension.name: self.dimension[REFERENCE]},
@@ -103,14 +104,14 @@ class Dimension(Node):
103
104
  if not isinstance(inferences_role, InferencesRole):
104
105
  inferences_role = InferencesRole.primary
105
106
  inferences = info.context.model[inferences_role.value]
106
- time_range, granularity = ensure_timeseries_parameters(
107
+ resolved_time_range, granularity = ensure_timeseries_parameters(
107
108
  inferences,
108
109
  time_range,
109
110
  )
110
111
  data = get_data_quality_timeseries_data(
111
112
  self.dimension,
112
113
  metric,
113
- time_range,
114
+ resolved_time_range,
114
115
  granularity,
115
116
  inferences_role,
116
117
  )
@@ -150,7 +151,7 @@ class Dimension(Node):
150
151
  if not isinstance(inferences_role, InferencesRole):
151
152
  inferences_role = InferencesRole.primary
152
153
  inferences = info.context.model[inferences_role.value]
153
- time_range, granularity = ensure_timeseries_parameters(
154
+ resolved_time_range, granularity = ensure_timeseries_parameters(
154
155
  inferences,
155
156
  time_range,
156
157
  granularity,
@@ -159,7 +160,7 @@ class Dimension(Node):
159
160
  data=get_data_quality_timeseries_data(
160
161
  self.dimension,
161
162
  metric,
162
- time_range,
163
+ resolved_time_range,
163
164
  granularity,
164
165
  inferences_role,
165
166
  )
@@ -184,7 +185,7 @@ class Dimension(Node):
184
185
  if model[REFERENCE].empty:
185
186
  return DriftTimeSeries(data=[])
186
187
  inferences = model[PRIMARY]
187
- time_range, granularity = ensure_timeseries_parameters(
188
+ resolved_time_range, granularity = ensure_timeseries_parameters(
188
189
  inferences,
189
190
  time_range,
190
191
  granularity,
@@ -193,7 +194,7 @@ class Dimension(Node):
193
194
  data=get_drift_timeseries_data(
194
195
  self.dimension,
195
196
  metric,
196
- time_range,
197
+ resolved_time_range,
197
198
  granularity,
198
199
  pd.DataFrame(
199
200
  {self.dimension.name: self.dimension[REFERENCE]},
@@ -229,10 +230,14 @@ class Dimension(Node):
229
230
  if (df := model[role]).empty:
230
231
  continue
231
232
  if time_range:
233
+ resolved_time_range = model_schema.TimeRange(
234
+ start=time_range.start or df.time_range.start,
235
+ stop=time_range.end or df.time_range.stop,
236
+ )
232
237
  start, stop = row_interval_from_sorted_time_index(
233
238
  df.index,
234
- time_range.start,
235
- time_range.end,
239
+ resolved_time_range.start,
240
+ resolved_time_range.stop,
236
241
  )
237
242
  df = df.iloc[start:stop]
238
243
  summaries[role] = binning_method.segmented_summary(
@@ -15,6 +15,7 @@ from strawberry.types import Info
15
15
  from typing_extensions import Annotated
16
16
 
17
17
  import phoenix.core.model_schema as ms
18
+ from phoenix.core import model_schema
18
19
  from phoenix.core.model_schema import (
19
20
  ACTUAL_LABEL,
20
21
  ACTUAL_SCORE,
@@ -93,14 +94,14 @@ class EmbeddingDimension(Node):
93
94
  if model[REFERENCE].empty:
94
95
  return None
95
96
  dataset = model[PRIMARY]
96
- time_range, granularity = ensure_timeseries_parameters(
97
+ resolved_time_range, granularity = ensure_timeseries_parameters(
97
98
  dataset,
98
99
  time_range,
99
100
  )
100
101
  data = get_drift_timeseries_data(
101
102
  self.dimension,
102
103
  metric,
103
- time_range,
104
+ resolved_time_range,
104
105
  granularity,
105
106
  pd.DataFrame(
106
107
  {self.dimension.name: self.dimension[REFERENCE]},
@@ -127,14 +128,14 @@ class EmbeddingDimension(Node):
127
128
  return None
128
129
  model = info.context.model
129
130
  dataset = model[PRIMARY]
130
- time_range, granularity = ensure_timeseries_parameters(
131
+ resolved_time_range, granularity = ensure_timeseries_parameters(
131
132
  dataset,
132
133
  time_range,
133
134
  )
134
135
  data = get_drift_timeseries_data(
135
136
  self.dimension,
136
137
  metric,
137
- time_range,
138
+ resolved_time_range,
138
139
  granularity,
139
140
  pd.DataFrame(
140
141
  {self.dimension.name: self.dimension(corpus[PRIMARY])},
@@ -167,7 +168,7 @@ class EmbeddingDimension(Node):
167
168
  if not isinstance(inferences_role, InferencesRole):
168
169
  inferences_role = InferencesRole.primary
169
170
  dataset = info.context.model[inferences_role.value]
170
- time_range, granularity = ensure_timeseries_parameters(
171
+ resolved_time_range, granularity = ensure_timeseries_parameters(
171
172
  dataset,
172
173
  time_range,
173
174
  granularity,
@@ -176,7 +177,7 @@ class EmbeddingDimension(Node):
176
177
  data=get_data_quality_timeseries_data(
177
178
  self.dimension,
178
179
  metric,
179
- time_range,
180
+ resolved_time_range,
180
181
  granularity,
181
182
  inferences_role,
182
183
  )
@@ -203,7 +204,7 @@ class EmbeddingDimension(Node):
203
204
  if model[REFERENCE].empty:
204
205
  return DriftTimeSeries(data=[])
205
206
  dataset = model[PRIMARY]
206
- time_range, granularity = ensure_timeseries_parameters(
207
+ resolved_time_range, granularity = ensure_timeseries_parameters(
207
208
  dataset,
208
209
  time_range,
209
210
  granularity,
@@ -212,7 +213,7 @@ class EmbeddingDimension(Node):
212
213
  data=get_drift_timeseries_data(
213
214
  self.dimension,
214
215
  metric,
215
- time_range,
216
+ resolved_time_range,
216
217
  granularity,
217
218
  pd.DataFrame(
218
219
  {self.dimension.name: self.dimension[REFERENCE]},
@@ -242,7 +243,7 @@ class EmbeddingDimension(Node):
242
243
  return DriftTimeSeries(data=[])
243
244
  model = info.context.model
244
245
  dataset = model[PRIMARY]
245
- time_range, granularity = ensure_timeseries_parameters(
246
+ resolved_time_range, granularity = ensure_timeseries_parameters(
246
247
  dataset,
247
248
  time_range,
248
249
  granularity,
@@ -251,7 +252,7 @@ class EmbeddingDimension(Node):
251
252
  data=get_drift_timeseries_data(
252
253
  self.dimension,
253
254
  metric,
254
- time_range,
255
+ resolved_time_range,
255
256
  granularity,
256
257
  pd.DataFrame(
257
258
  {self.dimension.name: self.dimension(corpus[PRIMARY])},
@@ -320,10 +321,14 @@ class EmbeddingDimension(Node):
320
321
  inferences_id = inferences.role
321
322
  row_id_start, row_id_stop = 0, len(inferences)
322
323
  if inferences_id is PRIMARY:
324
+ resolved_time_range = model_schema.TimeRange(
325
+ start=time_range.start or inferences.time_range.start,
326
+ stop=time_range.end or inferences.time_range.stop,
327
+ )
323
328
  row_id_start, row_id_stop = row_interval_from_sorted_time_index(
324
329
  time_index=cast(pd.DatetimeIndex, inferences.index),
325
- time_start=time_range.start,
326
- time_stop=time_range.end,
330
+ time_start=resolved_time_range.start,
331
+ time_stop=resolved_time_range.stop,
327
332
  )
328
333
  vector_column = self.dimension[inferences_id]
329
334
  samples_collected = 0
@@ -167,7 +167,7 @@ class Model:
167
167
  inferences_role = InferencesRole.primary
168
168
  model = info.context.model
169
169
  inferences = model[inferences_role.value]
170
- time_range, granularity = ensure_timeseries_parameters(
170
+ resolved_time_range, granularity = ensure_timeseries_parameters(
171
171
  inferences,
172
172
  time_range,
173
173
  )
@@ -175,7 +175,7 @@ class Model:
175
175
  data = get_timeseries_data(
176
176
  inferences,
177
177
  metric_instance,
178
- time_range,
178
+ resolved_time_range,
179
179
  granularity,
180
180
  )
181
181
  return data[0].value if len(data) else None
@@ -205,7 +205,7 @@ class Model:
205
205
  inferences_role = InferencesRole.primary
206
206
  model = info.context.model
207
207
  inferences = model[inferences_role.value]
208
- time_range, granularity = ensure_timeseries_parameters(
208
+ resolved_time_range, granularity = ensure_timeseries_parameters(
209
209
  inferences,
210
210
  time_range,
211
211
  granularity,
@@ -215,7 +215,7 @@ class Model:
215
215
  data=get_timeseries_data(
216
216
  inferences,
217
217
  metric_instance,
218
- time_range,
218
+ resolved_time_range,
219
219
  granularity,
220
220
  )
221
221
  )
@@ -8,6 +8,7 @@ import pandas as pd
8
8
  import strawberry
9
9
  from strawberry import UNSET
10
10
 
11
+ from phoenix.core import model_schema
11
12
  from phoenix.core.model_schema import CONTINUOUS, PRIMARY, REFERENCE, Column, Dimension, Inferences
12
13
  from phoenix.metrics import Metric, binning
13
14
  from phoenix.metrics.mixins import UnaryOperator
@@ -69,13 +70,13 @@ class TimeSeries:
69
70
  def get_timeseries_data(
70
71
  df: pd.DataFrame,
71
72
  metric: Metric,
72
- time_range: TimeRange,
73
+ time_range: model_schema.TimeRange,
73
74
  granularity: Granularity,
74
75
  ) -> list[TimeSeriesDataPoint]:
75
76
  return df.pipe(
76
77
  timeseries(
77
78
  start_time=time_range.start,
78
- end_time=time_range.end,
79
+ end_time=time_range.stop,
79
80
  evaluation_window=timedelta(
80
81
  minutes=granularity.evaluation_window_minutes,
81
82
  ),
@@ -99,7 +100,7 @@ class DataQualityTimeSeries(TimeSeries):
99
100
  def get_data_quality_timeseries_data(
100
101
  dimension: Dimension,
101
102
  metric: DataQualityMetric,
102
- time_range: TimeRange,
103
+ time_range: model_schema.TimeRange,
103
104
  granularity: Granularity,
104
105
  inferences_role: InferencesRole,
105
106
  ) -> list[TimeSeriesDataPoint]:
@@ -129,7 +130,7 @@ class DriftTimeSeries(TimeSeries):
129
130
  def get_drift_timeseries_data(
130
131
  dimension: Dimension,
131
132
  metric: Union[ScalarDriftMetric, VectorDriftMetric],
132
- time_range: TimeRange,
133
+ time_range: model_schema.TimeRange,
133
134
  granularity: Granularity,
134
135
  reference_data: pd.DataFrame,
135
136
  ) -> list[TimeSeriesDataPoint]:
@@ -165,14 +166,15 @@ class PerformanceTimeSeries(TimeSeries):
165
166
 
166
167
  def ensure_timeseries_parameters(
167
168
  inferences: Inferences,
168
- time_range: Optional[TimeRange] = UNSET,
169
+ time_range_input: Optional[TimeRange] = UNSET,
169
170
  granularity: Optional[Granularity] = UNSET,
170
- ) -> tuple[TimeRange, Granularity]:
171
- if not isinstance(time_range, TimeRange):
172
- start, stop = inferences.time_range
173
- time_range = TimeRange(start=start, end=stop)
171
+ ) -> tuple[model_schema.TimeRange, Granularity]:
172
+ time_range = model_schema.TimeRange(
173
+ start=(time_range_input and time_range_input.start) or inferences.time_range.start,
174
+ stop=(time_range_input and time_range_input.end) or inferences.time_range.stop,
175
+ )
174
176
  if not isinstance(granularity, Granularity):
175
- total_minutes = int((time_range.end - time_range.start).total_seconds()) // 60
177
+ total_minutes = int((time_range.stop - time_range.start).total_seconds()) // 60
176
178
  granularity = Granularity(
177
179
  evaluation_window_minutes=total_minutes,
178
180
  sampling_interval_minutes=total_minutes,
@@ -1,22 +1,22 @@
1
1
  {
2
- "_components-Dn-PoB4S.js": {
3
- "file": "assets/components-Dn-PoB4S.js",
2
+ "_components-CN9dra1h.js": {
3
+ "file": "assets/components-CN9dra1h.js",
4
4
  "name": "components",
5
5
  "imports": [
6
6
  "_vendor-DvC8cT4X.js",
7
- "_pages-DRhPpbPi.js",
7
+ "_pages-nMcybglv.js",
8
8
  "_vendor-arizeai-Do1793cv.js",
9
9
  "_vendor-codemirror-BzwZPyJM.js",
10
10
  "_vendor-three-DwGkEfCM.js"
11
11
  ]
12
12
  },
13
- "_pages-DRhPpbPi.js": {
14
- "file": "assets/pages-DRhPpbPi.js",
13
+ "_pages-nMcybglv.js": {
14
+ "file": "assets/pages-nMcybglv.js",
15
15
  "name": "pages",
16
16
  "imports": [
17
17
  "_vendor-DvC8cT4X.js",
18
18
  "_vendor-arizeai-Do1793cv.js",
19
- "_components-Dn-PoB4S.js",
19
+ "_components-CN9dra1h.js",
20
20
  "_vendor-codemirror-BzwZPyJM.js",
21
21
  "_vendor-recharts-_Jb7JjhG.js"
22
22
  ]
@@ -69,15 +69,15 @@
69
69
  "name": "vendor-three"
70
70
  },
71
71
  "index.tsx": {
72
- "file": "assets/index-Cky21rQb.js",
72
+ "file": "assets/index-DcnHbEy5.js",
73
73
  "name": "index",
74
74
  "src": "index.tsx",
75
75
  "isEntry": true,
76
76
  "imports": [
77
77
  "_vendor-DvC8cT4X.js",
78
78
  "_vendor-arizeai-Do1793cv.js",
79
- "_pages-DRhPpbPi.js",
80
- "_components-Dn-PoB4S.js",
79
+ "_pages-nMcybglv.js",
80
+ "_components-CN9dra1h.js",
81
81
  "_vendor-three-DwGkEfCM.js",
82
82
  "_vendor-codemirror-BzwZPyJM.js",
83
83
  "_vendor-shiki-Cl9QBraO.js",
@@ -1,4 +1,4 @@
1
- import{r as p,R as G,j as e,n as Wn,a as we,e as Xe,s as T1,b as e1,c as ke,d as N1,f as Da,g as ge,h as Pa,i as Oa,k as R1,l,m as _a,o as Se,C as t1,p as Be,q as $e,t as N,u as Fa,v as Na,L as Un,w as jn,x as Qn,y as oe,z as w,A as u1,B as qn,D as m,E as Xn,F as Yn,G as Ze,$ as Ra,H as Ha,I as Ka,J as Z1,K as Jn,M as a1,N as i1,O as et,P as r1,Q as Ba,S as $a,T as Za,U,V as Ga,W as Wa,X as Ua,Y as nt,Z as ja,_ as Qa,a0 as tt,a1 as qa,a2 as V,a3 as at,a4 as Te,a5 as m1,a6 as Ee,a7 as F,a8 as Xa,a9 as Ya,aa as Ja,ab as ei,ac as hn,ad as ni,ae as ti,af as ai,ag as gn,ah as ii,ai as ri,aj as oi,ak as I1,al as G1,am as li,an as si,ao as ci,ap as di,aq as ui,ar as mi,as as pi,at as hi,au as gi,av as fi,aw as Ci,ax as bi,ay as Li,az as vi,aA as yi,aB as wi,aC as ki}from"./vendor-DvC8cT4X.js";import{m as Si,T as xi,a as fn,u as Mi}from"./pages-DRhPpbPi.js";import{u as Ti,_ as it,a as te,T as j,b as Ii,c as Ai,R as J,d as Ge,e as ne,f as zi,E as rt,g as B,h as W1,i as Ve,j as ot,k as ve,D as p1,l as o1,I as U1,m as j1,n as lt,P as Q1,C as h1,o as g1,A as We,L as Ce,p as Ei,q as ye,F as st,r as Vi,s as Di,t as Pi,v as ce,w as de,x as Oi,y as _i,z as Cn,B as Fi}from"./vendor-arizeai-Do1793cv.js";import{L as ct,a as dt,l as H1,j as ut,h as Ni,b as Ri,c as Hi,d as Ki,e as Bi,f as $i,s as Zi,R as Ue,g as mt,n as je,i as pt,E as q1,p as Gi,k as Wi}from"./vendor-codemirror-BzwZPyJM.js";import{V as Ui}from"./vendor-three-DwGkEfCM.js";const ht=function(){var n={defaultValue:null,kind:"LocalArgument",name:"clusters"},t={defaultValue:null,kind:"LocalArgument",name:"dataQualityMetricColumnName"},a={defaultValue:null,kind:"LocalArgument",name:"fetchDataQualityMetric"},i={defaultValue:null,kind:"LocalArgument",name:"fetchPerformanceMetric"},r={defaultValue:null,kind:"LocalArgument",name:"performanceMetric"},o=[{alias:null,args:null,kind:"ScalarField",name:"primaryValue",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"referenceValue",storageKey:null}],s=[{alias:null,args:[{kind:"Variable",name:"clusters",variableName:"clusters"}],concreteType:"Cluster",kind:"LinkedField",name:"clusters",plural:!0,selections:[{alias:null,args:null,kind:"ScalarField",name:"id",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"eventIds",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"driftRatio",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"primaryToCorpusRatio",storageKey:null},{condition:"fetchDataQualityMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"columnName",variableName:"dataQualityMetricColumnName"},{kind:"Literal",name:"metric",value:"mean"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"dataQualityMetric",plural:!1,selections:o,storageKey:null}]},{condition:"fetchPerformanceMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"metric",variableName:"performanceMetric"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"performanceMetric",plural:!1,selections:o,storageKey:null}]}],storageKey:null}];return{fragment:{argumentDefinitions:[n,t,a,i,r],kind:"Fragment",metadata:null,name:"pointCloudStore_clusterMetricsQuery",selections:s,type:"Query",abstractKey:null},kind:"Request",operation:{argumentDefinitions:[n,a,t,i,r],kind:"Operation",name:"pointCloudStore_clusterMetricsQuery",selections:s},params:{cacheID:"86666967012812887ac0a0149d2d2535",id:null,metadata:{},name:"pointCloudStore_clusterMetricsQuery",operationKind:"query",text:`query pointCloudStore_clusterMetricsQuery(
1
+ import{r as p,R as G,j as e,n as Wn,a as we,e as Xe,s as T1,b as e1,c as ke,d as N1,f as Da,g as ge,h as Pa,i as Oa,k as R1,l,m as _a,o as Se,C as t1,p as Be,q as $e,t as N,u as Fa,v as Na,L as Un,w as jn,x as Qn,y as oe,z as w,A as u1,B as qn,D as m,E as Xn,F as Yn,G as Ze,$ as Ra,H as Ha,I as Ka,J as Z1,K as Jn,M as a1,N as i1,O as et,P as r1,Q as Ba,S as $a,T as Za,U,V as Ga,W as Wa,X as Ua,Y as nt,Z as ja,_ as Qa,a0 as tt,a1 as qa,a2 as V,a3 as at,a4 as Te,a5 as m1,a6 as Ee,a7 as F,a8 as Xa,a9 as Ya,aa as Ja,ab as ei,ac as hn,ad as ni,ae as ti,af as ai,ag as gn,ah as ii,ai as ri,aj as oi,ak as I1,al as G1,am as li,an as si,ao as ci,ap as di,aq as ui,ar as mi,as as pi,at as hi,au as gi,av as fi,aw as Ci,ax as bi,ay as Li,az as vi,aA as yi,aB as wi,aC as ki}from"./vendor-DvC8cT4X.js";import{m as Si,T as xi,a as fn,u as Mi}from"./pages-nMcybglv.js";import{u as Ti,_ as it,a as te,T as j,b as Ii,c as Ai,R as J,d as Ge,e as ne,f as zi,E as rt,g as B,h as W1,i as Ve,j as ot,k as ve,D as p1,l as o1,I as U1,m as j1,n as lt,P as Q1,C as h1,o as g1,A as We,L as Ce,p as Ei,q as ye,F as st,r as Vi,s as Di,t as Pi,v as ce,w as de,x as Oi,y as _i,z as Cn,B as Fi}from"./vendor-arizeai-Do1793cv.js";import{L as ct,a as dt,l as H1,j as ut,h as Ni,b as Ri,c as Hi,d as Ki,e as Bi,f as $i,s as Zi,R as Ue,g as mt,n as je,i as pt,E as q1,p as Gi,k as Wi}from"./vendor-codemirror-BzwZPyJM.js";import{V as Ui}from"./vendor-three-DwGkEfCM.js";const ht=function(){var n={defaultValue:null,kind:"LocalArgument",name:"clusters"},t={defaultValue:null,kind:"LocalArgument",name:"dataQualityMetricColumnName"},a={defaultValue:null,kind:"LocalArgument",name:"fetchDataQualityMetric"},i={defaultValue:null,kind:"LocalArgument",name:"fetchPerformanceMetric"},r={defaultValue:null,kind:"LocalArgument",name:"performanceMetric"},o=[{alias:null,args:null,kind:"ScalarField",name:"primaryValue",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"referenceValue",storageKey:null}],s=[{alias:null,args:[{kind:"Variable",name:"clusters",variableName:"clusters"}],concreteType:"Cluster",kind:"LinkedField",name:"clusters",plural:!0,selections:[{alias:null,args:null,kind:"ScalarField",name:"id",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"eventIds",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"driftRatio",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"primaryToCorpusRatio",storageKey:null},{condition:"fetchDataQualityMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"columnName",variableName:"dataQualityMetricColumnName"},{kind:"Literal",name:"metric",value:"mean"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"dataQualityMetric",plural:!1,selections:o,storageKey:null}]},{condition:"fetchPerformanceMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"metric",variableName:"performanceMetric"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"performanceMetric",plural:!1,selections:o,storageKey:null}]}],storageKey:null}];return{fragment:{argumentDefinitions:[n,t,a,i,r],kind:"Fragment",metadata:null,name:"pointCloudStore_clusterMetricsQuery",selections:s,type:"Query",abstractKey:null},kind:"Request",operation:{argumentDefinitions:[n,a,t,i,r],kind:"Operation",name:"pointCloudStore_clusterMetricsQuery",selections:s},params:{cacheID:"86666967012812887ac0a0149d2d2535",id:null,metadata:{},name:"pointCloudStore_clusterMetricsQuery",operationKind:"query",text:`query pointCloudStore_clusterMetricsQuery(
2
2
  $clusters: [ClusterInput!]!
3
3
  $fetchDataQualityMetric: Boolean!
4
4
  $dataQualityMetricColumnName: String
@@ -1,4 +1,4 @@
1
- import{r as c,j as e,dL as v,l as n,U as F,R as w,D as E,bq as L,dM as S,dN as R,dO as a,dP as k,t as I,dQ as A}from"./vendor-DvC8cT4X.js";import{k as C,Q as _,D as j,Y as z}from"./vendor-arizeai-Do1793cv.js";import{E as O,L as T,R as D,r as N,b as G,F as M,A as U,c as q,d as B,P as J,h as K,M as Q,e as m,D as V,f as W,g as H,i as Y,j as $,k as X,l as Z,p as ee,n as h,o as ae,S as re,s as te,q as oe,t as g,v as ne,w as u,x as b,y as se,z as le,B as ie,C as de,G as ce,H as x,I as pe,J as me,K as he,N as ge,O as ue,Q as be,U as xe,V as fe}from"./pages-DRhPpbPi.js";import{V as Pe,d2 as ye,at as ve,ab as Fe,d3 as we,d4 as Ee}from"./components-Dn-PoB4S.js";import"./vendor-three-DwGkEfCM.js";import"./vendor-codemirror-BzwZPyJM.js";import"./vendor-shiki-Cl9QBraO.js";import"./vendor-recharts-_Jb7JjhG.js";(function(){const s=document.createElement("link").relList;if(s&&s.supports&&s.supports("modulepreload"))return;for(const t of document.querySelectorAll('link[rel="modulepreload"]'))d(t);new MutationObserver(t=>{for(const o of t)if(o.type==="childList")for(const l of o.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&d(l)}).observe(document,{childList:!0,subtree:!0});function i(t){const o={};return t.integrity&&(o.integrity=t.integrity),t.referrerPolicy&&(o.referrerPolicy=t.referrerPolicy),t.crossOrigin==="use-credentials"?o.credentials="include":t.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function d(t){if(t.ep)return;t.ep=!0;const o=i(t);fetch(t.href,o)}})();const f="arize-phoenix-feature-flags",p={__RESET__:!1};function Le(){const r=localStorage.getItem(f);if(!r)return p;try{const s=JSON.parse(r);return Object.assign({},p,s)}catch{return p}}const P=c.createContext(null);function Se(){const r=w.useContext(P);if(r===null)throw new Error("useFeatureFlags must be used within a FeatureFlagsProvider");return r}function Re(r){const[s,i]=c.useState(Le()),d=t=>{localStorage.setItem(f,JSON.stringify(t)),i(t)};return e(P.Provider,{value:{featureFlags:s,setFeatureFlags:d},children:e(ke,{children:r.children})})}function ke(r){const{children:s}=r,{featureFlags:i,setFeatureFlags:d}=Se(),[t,o]=c.useState(!1);return v("ctrl+shift+f",()=>o(!0)),n(F,{children:[s,e(j,{type:"modal",isDismissable:!0,onDismiss:()=>o(!1),children:t&&e(C,{title:"Feature Flags",children:e(Pe,{height:"size-1000",padding:"size-100",children:Object.keys(i).map(l=>e(_,{isSelected:i[l],onChange:y=>d({...i,[l]:y}),children:l},l))})})})]})}function Ie(){return e(L,{styles:E`
1
+ import{r as c,j as e,dL as v,l as n,U as F,R as w,D as E,bq as L,dM as S,dN as R,dO as a,dP as k,t as I,dQ as A}from"./vendor-DvC8cT4X.js";import{k as C,Q as _,D as j,Y as z}from"./vendor-arizeai-Do1793cv.js";import{E as O,L as T,R as D,r as N,b as G,F as M,A as U,c as q,d as B,P as J,h as K,M as Q,e as m,D as V,f as W,g as H,i as Y,j as $,k as X,l as Z,p as ee,n as h,o as ae,S as re,s as te,q as oe,t as g,v as ne,w as u,x as b,y as se,z as le,B as ie,C as de,G as ce,H as x,I as pe,J as me,K as he,N as ge,O as ue,Q as be,U as xe,V as fe}from"./pages-nMcybglv.js";import{V as Pe,d2 as ye,at as ve,ab as Fe,d3 as we,d4 as Ee}from"./components-CN9dra1h.js";import"./vendor-three-DwGkEfCM.js";import"./vendor-codemirror-BzwZPyJM.js";import"./vendor-shiki-Cl9QBraO.js";import"./vendor-recharts-_Jb7JjhG.js";(function(){const s=document.createElement("link").relList;if(s&&s.supports&&s.supports("modulepreload"))return;for(const t of document.querySelectorAll('link[rel="modulepreload"]'))d(t);new MutationObserver(t=>{for(const o of t)if(o.type==="childList")for(const l of o.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&d(l)}).observe(document,{childList:!0,subtree:!0});function i(t){const o={};return t.integrity&&(o.integrity=t.integrity),t.referrerPolicy&&(o.referrerPolicy=t.referrerPolicy),t.crossOrigin==="use-credentials"?o.credentials="include":t.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function d(t){if(t.ep)return;t.ep=!0;const o=i(t);fetch(t.href,o)}})();const f="arize-phoenix-feature-flags",p={__RESET__:!1};function Le(){const r=localStorage.getItem(f);if(!r)return p;try{const s=JSON.parse(r);return Object.assign({},p,s)}catch{return p}}const P=c.createContext(null);function Se(){const r=w.useContext(P);if(r===null)throw new Error("useFeatureFlags must be used within a FeatureFlagsProvider");return r}function Re(r){const[s,i]=c.useState(Le()),d=t=>{localStorage.setItem(f,JSON.stringify(t)),i(t)};return e(P.Provider,{value:{featureFlags:s,setFeatureFlags:d},children:e(ke,{children:r.children})})}function ke(r){const{children:s}=r,{featureFlags:i,setFeatureFlags:d}=Se(),[t,o]=c.useState(!1);return v("ctrl+shift+f",()=>o(!0)),n(F,{children:[s,e(j,{type:"modal",isDismissable:!0,onDismiss:()=>o(!1),children:t&&e(C,{title:"Feature Flags",children:e(Pe,{height:"size-1000",padding:"size-100",children:Object.keys(i).map(l=>e(_,{isSelected:i[l],onChange:y=>d({...i,[l]:y}),children:l},l))})})})]})}function Ie(){return e(L,{styles:E`
2
2
  body {
3
3
  background-color: var(--ac-global-color-grey-75);
4
4
  color: var(--ac-global-text-color-900);