arize-phoenix 11.20.0__tar.gz → 11.21.1__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.
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/PKG-INFO +5 -3
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/README.md +4 -2
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/playground_clients.py +4 -44
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/models.py +1 -1
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PromptVersionInput.py +5 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/queries.py +46 -34
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/model_cost_manifest.json +264 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/.vite/manifest.json +9 -9
- arize_phoenix-11.20.0/src/phoenix/server/static/assets/components-BNcxEjYs.js → arize_phoenix-11.21.1/src/phoenix/server/static/assets/components-BHdwFK1u.js +2 -2
- arize_phoenix-11.20.0/src/phoenix/server/static/assets/index-CKIBKnVD.js → arize_phoenix-11.21.1/src/phoenix/server/static/assets/index-BuFamj8g.js +12 -12
- arize_phoenix-11.20.0/src/phoenix/server/static/assets/pages-3RoC-adr.js → arize_phoenix-11.21.1/src/phoenix/server/static/assets/pages-wNrdUuht.js +443 -435
- arize_phoenix-11.21.1/src/phoenix/version.py +1 -0
- arize_phoenix-11.20.0/src/phoenix/version.py +0 -1
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/.gitignore +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/IP_NOTICE +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/LICENSE +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/pyproject.toml +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/auth.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/config.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/constants.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/2f9d1a65945f_annotation_config_migration.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/6a88424799fe_update_users_with_auth_method.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/8a3764fe7f1a_change_jsonb_to_json_for_prompts.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/a20694b15f82_cost.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/bb8139330879_create_project_trace_retention_policies_table.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/pg_config.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/annotation_configs.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/db_models.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/token_price_customization.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/db/types/trace_retention.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/py.typed +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/annotation_configs_by_project.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/last_used_times_by_generative_model_id.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/project_ids_by_trace_retention_policy_id.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_by_span.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_detail_summary_entries_by_generative_model.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_detail_summary_entries_by_project_session.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_detail_summary_entries_by_span.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_detail_summary_entries_by_trace.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_details_by_span_cost.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_experiment.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_experiment_run.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_generative_model.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_project.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_project_session.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_cost_summary_by_trace.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_costs.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/trace_retention_policy_id_by_project_id.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/types.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/annotations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/conversions/aws.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/CreateProjectInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DatasetFilter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/GenerativeCredentialInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ProjectFilter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/ProjectSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PromptFilter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/SpanAnnotationFilter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/TimeBinConfig.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/annotation_config_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/model_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/project_trace_retention_policy_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/annotation_configs.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/annotations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/projects.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/users.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/AnnotationConfig.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/AnnotationSource.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/CostBreakdown.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/CronExpression.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/InferenceModel.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ModelInterface.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PlaygroundModel.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ProjectTraceRetentionPolicy.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ServerStatus.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SpanCostDetailSummaryEntry.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SpanCostSummary.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/TokenCountPromptDetails.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/TokenPrice.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/authorization.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/cost_details_calculator.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/cost_model_lookup.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/helpers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/regex_specificity.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/cost_tracking/token_cost_calculator.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/daemons/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/daemons/db_disk_usage_monitor.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/daemons/generative_model_store.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/daemons/span_cost_calculator.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/templates/db_disk_usage_notification.html +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/templates/welcome.html +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/experiments/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/experiments/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/middleware/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/middleware/gzip.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/retention.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-BbqekBfb.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-CqDb5u4o.css +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-arizeai-CEwHhYfL.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-codemirror-CHApHLLJ.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-recharts-Bqf7C6Cm.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-shiki-BQ88Q1b1.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/assets/vendor-three-BLWp5bic.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/services.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/settings.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/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: 11.
|
|
3
|
+
Version: 11.21.1
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://arize.com/docs/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -167,7 +167,7 @@ Description-Content-Type: text/markdown
|
|
|
167
167
|
<a target="_blank" href="https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-mcp">
|
|
168
168
|
<img src="https://badge.mcpx.dev?status=on" title="MCP Enabled"/>
|
|
169
169
|
</a>
|
|
170
|
-
<a href="
|
|
170
|
+
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=phoenix&config=eyJjb21tYW5kIjoibnB4IC15IEBhcml6ZWFpL3Bob2VuaXgtbWNwQGxhdGVzdCAtLWJhc2VVcmwgaHR0cHM6Ly9teS1waG9lbml4LmNvbSAtLWFwaUtleSB5b3VyLWFwaS1rZXkifQ%3D%3D"><img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add Arize Phoenix MCP server to Cursor" height=20 /></a>
|
|
171
171
|
</p>
|
|
172
172
|
|
|
173
173
|
Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:
|
|
@@ -254,14 +254,16 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
254
254
|
| Integration | Package | Version Badge |
|
|
255
255
|
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
256
256
|
| [LangChain4j](https://github.com/Arize-ai/openinference/tree/main/java/instrumentation/openinference-instrumentation-langchain4j) | `openinference-instrumentation-langchain4j` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-langchain4j) |
|
|
257
|
+
| [SpringAI](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) | `openinference-instrumentation-springAI` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) |
|
|
257
258
|
|
|
258
259
|
### Platforms
|
|
259
260
|
|
|
260
261
|
| Platform | Description | Docs |
|
|
261
262
|
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
263
|
+
| [BeeAI](https://docs.beeai.dev/observability/agents-traceability) | AI agent framework with built-in observability | [Integration Guide](https://docs.beeai.dev/observability/agents-traceability) |
|
|
262
264
|
| [Dify](https://docs.dify.ai/en/guides/monitoring/integrate-external-ops-tools/integrate-phoenix) | Open-source LLM app development platform | [Integration Guide](https://docs.dify.ai/en/guides/monitoring/integrate-external-ops-tools/integrate-phoenix) |
|
|
265
|
+
| [Envoy AI Gateway](https://github.com/envoyproxy/ai-gateway) | AI Gateway built on Envoy Proxy for AI workloads | [Integration Guide](https://github.com/envoyproxy/ai-gateway/tree/main/cmd/aigw#opentelemetry-setup-with-phoenix) |
|
|
263
266
|
| [LangFlow](https://arize.com/docs/phoenix/tracing/integrations-tracing/langflow) | Visual framework for building multi-agent and RAG applications | [Integration Guide](https://arize.com/docs/phoenix/tracing/integrations-tracing/langflow) |
|
|
264
|
-
| [BeeAI](https://docs.beeai.dev/observability/agents-traceability) | AI agent framework with built-in observability | [Integration Guide](https://docs.beeai.dev/observability/agents-traceability) |
|
|
265
267
|
| [LiteLLM Proxy](https://docs.litellm.ai/docs/observability/phoenix_integration#using-with-litellm-proxy) | Proxy server for LLMs | [Integration Guide](https://docs.litellm.ai/docs/observability/phoenix_integration#using-with-litellm-proxy) |
|
|
266
268
|
|
|
267
269
|
## Community
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<a target="_blank" href="https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-mcp">
|
|
35
35
|
<img src="https://badge.mcpx.dev?status=on" title="MCP Enabled"/>
|
|
36
36
|
</a>
|
|
37
|
-
<a href="
|
|
37
|
+
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=phoenix&config=eyJjb21tYW5kIjoibnB4IC15IEBhcml6ZWFpL3Bob2VuaXgtbWNwQGxhdGVzdCAtLWJhc2VVcmwgaHR0cHM6Ly9teS1waG9lbml4LmNvbSAtLWFwaUtleSB5b3VyLWFwaS1rZXkifQ%3D%3D"><img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add Arize Phoenix MCP server to Cursor" height=20 /></a>
|
|
38
38
|
</p>
|
|
39
39
|
|
|
40
40
|
Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:
|
|
@@ -121,14 +121,16 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
121
121
|
| Integration | Package | Version Badge |
|
|
122
122
|
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
123
123
|
| [LangChain4j](https://github.com/Arize-ai/openinference/tree/main/java/instrumentation/openinference-instrumentation-langchain4j) | `openinference-instrumentation-langchain4j` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-langchain4j) |
|
|
124
|
+
| [SpringAI](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) | `openinference-instrumentation-springAI` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) |
|
|
124
125
|
|
|
125
126
|
### Platforms
|
|
126
127
|
|
|
127
128
|
| Platform | Description | Docs |
|
|
128
129
|
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
130
|
+
| [BeeAI](https://docs.beeai.dev/observability/agents-traceability) | AI agent framework with built-in observability | [Integration Guide](https://docs.beeai.dev/observability/agents-traceability) |
|
|
129
131
|
| [Dify](https://docs.dify.ai/en/guides/monitoring/integrate-external-ops-tools/integrate-phoenix) | Open-source LLM app development platform | [Integration Guide](https://docs.dify.ai/en/guides/monitoring/integrate-external-ops-tools/integrate-phoenix) |
|
|
132
|
+
| [Envoy AI Gateway](https://github.com/envoyproxy/ai-gateway) | AI Gateway built on Envoy Proxy for AI workloads | [Integration Guide](https://github.com/envoyproxy/ai-gateway/tree/main/cmd/aigw#opentelemetry-setup-with-phoenix) |
|
|
130
133
|
| [LangFlow](https://arize.com/docs/phoenix/tracing/integrations-tracing/langflow) | Visual framework for building multi-agent and RAG applications | [Integration Guide](https://arize.com/docs/phoenix/tracing/integrations-tracing/langflow) |
|
|
131
|
-
| [BeeAI](https://docs.beeai.dev/observability/agents-traceability) | AI agent framework with built-in observability | [Integration Guide](https://docs.beeai.dev/observability/agents-traceability) |
|
|
132
134
|
| [LiteLLM Proxy](https://docs.litellm.ai/docs/observability/phoenix_integration#using-with-litellm-proxy) | Proxy server for LLMs | [Integration Guide](https://docs.litellm.ai/docs/observability/phoenix_integration#using-with-litellm-proxy) |
|
|
133
135
|
|
|
134
136
|
## Community
|
{arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/playground_clients.py
RENAMED
|
@@ -1141,6 +1141,10 @@ class OpenAIStreamingClient(OpenAIBaseStreamingClient):
|
|
|
1141
1141
|
|
|
1142
1142
|
|
|
1143
1143
|
_OPENAI_REASONING_MODELS = [
|
|
1144
|
+
"gpt-5",
|
|
1145
|
+
"gpt-5-mini",
|
|
1146
|
+
"gpt-5-nano",
|
|
1147
|
+
"gpt-5-chat-latest",
|
|
1144
1148
|
"o1",
|
|
1145
1149
|
"o1-pro",
|
|
1146
1150
|
"o1-2024-12-17",
|
|
@@ -1201,50 +1205,6 @@ class OpenAIReasoningNonStreamingClient(
|
|
|
1201
1205
|
OpenAIReasoningReasoningModelsMixin,
|
|
1202
1206
|
OpenAIStreamingClient,
|
|
1203
1207
|
):
|
|
1204
|
-
@override
|
|
1205
|
-
async def chat_completion_create(
|
|
1206
|
-
self,
|
|
1207
|
-
messages: list[
|
|
1208
|
-
tuple[ChatCompletionMessageRole, str, Optional[str], Optional[list[JSONScalarType]]]
|
|
1209
|
-
],
|
|
1210
|
-
tools: list[JSONScalarType],
|
|
1211
|
-
**invocation_parameters: Any,
|
|
1212
|
-
) -> AsyncIterator[ChatCompletionChunk]:
|
|
1213
|
-
from openai import NOT_GIVEN
|
|
1214
|
-
|
|
1215
|
-
# Convert standard messages to OpenAI messages
|
|
1216
|
-
openai_messages = []
|
|
1217
|
-
for message in messages:
|
|
1218
|
-
openai_message = self.to_openai_chat_completion_param(*message)
|
|
1219
|
-
if openai_message is not None:
|
|
1220
|
-
openai_messages.append(openai_message)
|
|
1221
|
-
|
|
1222
|
-
throttled_create = self.rate_limiter._alimit(self.client.chat.completions.create)
|
|
1223
|
-
response = await throttled_create(
|
|
1224
|
-
messages=openai_messages,
|
|
1225
|
-
model=self.model_name,
|
|
1226
|
-
stream=False,
|
|
1227
|
-
tools=tools or NOT_GIVEN,
|
|
1228
|
-
**invocation_parameters,
|
|
1229
|
-
)
|
|
1230
|
-
|
|
1231
|
-
if response.usage is not None:
|
|
1232
|
-
self._attributes.update(dict(self._llm_token_counts(response.usage)))
|
|
1233
|
-
|
|
1234
|
-
choice = response.choices[0]
|
|
1235
|
-
if choice.message.content:
|
|
1236
|
-
yield TextChunk(content=choice.message.content)
|
|
1237
|
-
|
|
1238
|
-
if choice.message.tool_calls:
|
|
1239
|
-
for tool_call in choice.message.tool_calls:
|
|
1240
|
-
yield ToolCallChunk(
|
|
1241
|
-
id=tool_call.id,
|
|
1242
|
-
function=FunctionCallChunk(
|
|
1243
|
-
name=tool_call.function.name,
|
|
1244
|
-
arguments=tool_call.function.arguments,
|
|
1245
|
-
),
|
|
1246
|
-
)
|
|
1247
|
-
|
|
1248
1208
|
def to_openai_chat_completion_param(
|
|
1249
1209
|
self,
|
|
1250
1210
|
role: ChatCompletionMessageRole,
|
{arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/api/helpers/prompts/models.py
RENAMED
|
@@ -329,7 +329,7 @@ class PromptOpenAIInvocationParametersContent(DBBaseModel):
|
|
|
329
329
|
presence_penalty: float = UNDEFINED
|
|
330
330
|
top_p: float = UNDEFINED
|
|
331
331
|
seed: int = UNDEFINED
|
|
332
|
-
reasoning_effort: Literal["low", "medium", "high"] = UNDEFINED
|
|
332
|
+
reasoning_effort: Literal["minimal", "low", "medium", "high"] = UNDEFINED
|
|
333
333
|
|
|
334
334
|
|
|
335
335
|
class PromptOpenAIInvocationParameters(DBBaseModel):
|
|
@@ -83,6 +83,11 @@ class ChatPromptVersionInput:
|
|
|
83
83
|
model_provider: ModelProvider
|
|
84
84
|
model_name: str
|
|
85
85
|
|
|
86
|
+
def __post_init__(self) -> None:
|
|
87
|
+
self.invocation_parameters = {
|
|
88
|
+
k: v for k, v in self.invocation_parameters.items() if v is not None
|
|
89
|
+
}
|
|
90
|
+
|
|
86
91
|
|
|
87
92
|
def to_pydantic_prompt_chat_template_v1(
|
|
88
93
|
prompt_chat_template_input: PromptChatTemplateInput,
|
|
@@ -7,8 +7,8 @@ from typing import cast as type_cast
|
|
|
7
7
|
import numpy as np
|
|
8
8
|
import numpy.typing as npt
|
|
9
9
|
import strawberry
|
|
10
|
-
from sqlalchemy import ColumnElement, String, and_, case, cast,
|
|
11
|
-
from sqlalchemy.orm import aliased, joinedload
|
|
10
|
+
from sqlalchemy import ColumnElement, String, and_, case, cast, func, select, text
|
|
11
|
+
from sqlalchemy.orm import aliased, joinedload, load_only
|
|
12
12
|
from starlette.authentication import UnauthenticatedUser
|
|
13
13
|
from strawberry import ID, UNSET
|
|
14
14
|
from strawberry.relay import Connection, GlobalID, Node
|
|
@@ -375,41 +375,52 @@ class Query:
|
|
|
375
375
|
raise BadRequest("Compare experiment IDs cannot contain the base experiment ID")
|
|
376
376
|
if len(set(compare_experiment_ids)) < len(compare_experiment_ids):
|
|
377
377
|
raise BadRequest("Compare experiment IDs must be unique")
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
378
|
+
|
|
379
|
+
try:
|
|
380
|
+
base_experiment_rowid = from_global_id_with_expected_type(
|
|
381
|
+
base_experiment_id, models.Experiment.__name__
|
|
382
|
+
)
|
|
383
|
+
except ValueError:
|
|
384
|
+
raise BadRequest(f"Invalid base experiment ID: {base_experiment_id}")
|
|
385
|
+
|
|
386
|
+
compare_experiment_rowids = []
|
|
387
|
+
for compare_experiment_id in compare_experiment_ids:
|
|
388
|
+
try:
|
|
389
|
+
compare_experiment_rowids.append(
|
|
390
|
+
from_global_id_with_expected_type(
|
|
391
|
+
compare_experiment_id, models.Experiment.__name__
|
|
392
|
+
)
|
|
393
|
+
)
|
|
394
|
+
except ValueError:
|
|
395
|
+
raise BadRequest(f"Invalid compare experiment ID: {compare_experiment_id}")
|
|
396
|
+
|
|
397
|
+
experiment_rowids = [base_experiment_rowid, *compare_experiment_rowids]
|
|
398
|
+
|
|
382
399
|
cursor = Cursor.from_string(after) if after else None
|
|
383
400
|
page_size = first or 50
|
|
384
401
|
|
|
385
402
|
async with info.context.db() as session:
|
|
386
|
-
|
|
387
|
-
await session.
|
|
403
|
+
experiments = (
|
|
404
|
+
await session.scalars(
|
|
388
405
|
select(
|
|
389
|
-
func.count(distinct(models.DatasetVersion.dataset_id)),
|
|
390
|
-
func.max(models.DatasetVersion.dataset_id),
|
|
391
|
-
func.max(models.DatasetVersion.id),
|
|
392
|
-
func.count(models.Experiment.id),
|
|
393
|
-
)
|
|
394
|
-
.select_from(models.DatasetVersion)
|
|
395
|
-
.join(
|
|
396
406
|
models.Experiment,
|
|
397
|
-
models.Experiment.dataset_version_id == models.DatasetVersion.id,
|
|
398
407
|
)
|
|
399
|
-
.where(
|
|
400
|
-
|
|
408
|
+
.where(models.Experiment.id.in_(experiment_rowids))
|
|
409
|
+
.options(
|
|
410
|
+
load_only(
|
|
411
|
+
models.Experiment.dataset_id, models.Experiment.dataset_version_id
|
|
412
|
+
)
|
|
401
413
|
)
|
|
402
414
|
)
|
|
403
|
-
).
|
|
404
|
-
if
|
|
405
|
-
raise NotFound("No experiments could be found for input IDs.")
|
|
406
|
-
|
|
407
|
-
num_datasets, dataset_id, version_id, num_resolved_experiment_ids = validation_result
|
|
408
|
-
if num_datasets != 1:
|
|
409
|
-
raise BadRequest("Experiments must belong to the same dataset.")
|
|
410
|
-
if num_resolved_experiment_ids != len(experiment_ids):
|
|
415
|
+
).all()
|
|
416
|
+
if not experiments or len(experiments) < len(experiment_rowids):
|
|
411
417
|
raise NotFound("Unable to resolve one or more experiment IDs.")
|
|
412
|
-
|
|
418
|
+
num_datasets = len(set(experiment.dataset_id for experiment in experiments))
|
|
419
|
+
if num_datasets > 1:
|
|
420
|
+
raise BadRequest("Experiments must belong to the same dataset.")
|
|
421
|
+
base_experiment = next(
|
|
422
|
+
experiment for experiment in experiments if experiment.id == base_experiment_rowid
|
|
423
|
+
)
|
|
413
424
|
revision_ids = (
|
|
414
425
|
select(func.max(models.DatasetExampleRevision.id))
|
|
415
426
|
.join(
|
|
@@ -418,8 +429,9 @@ class Query:
|
|
|
418
429
|
)
|
|
419
430
|
.where(
|
|
420
431
|
and_(
|
|
421
|
-
models.DatasetExampleRevision.dataset_version_id
|
|
422
|
-
|
|
432
|
+
models.DatasetExampleRevision.dataset_version_id
|
|
433
|
+
<= base_experiment.dataset_version_id,
|
|
434
|
+
models.DatasetExample.dataset_id == base_experiment.dataset_id,
|
|
423
435
|
)
|
|
424
436
|
)
|
|
425
437
|
.group_by(models.DatasetExampleRevision.dataset_example_id)
|
|
@@ -447,7 +459,7 @@ class Query:
|
|
|
447
459
|
examples_query = update_examples_query_with_filter_condition(
|
|
448
460
|
query=examples_query,
|
|
449
461
|
filter_condition=filter_condition,
|
|
450
|
-
experiment_ids=
|
|
462
|
+
experiment_ids=experiment_rowids,
|
|
451
463
|
)
|
|
452
464
|
|
|
453
465
|
examples = (await session.scalars(examples_query)).all()
|
|
@@ -466,7 +478,7 @@ class Query:
|
|
|
466
478
|
models.ExperimentRun.dataset_example_id.in_(
|
|
467
479
|
example.id for example in examples
|
|
468
480
|
),
|
|
469
|
-
models.ExperimentRun.experiment_id.in_(
|
|
481
|
+
models.ExperimentRun.experiment_id.in_(experiment_rowids),
|
|
470
482
|
)
|
|
471
483
|
)
|
|
472
484
|
.options(joinedload(models.ExperimentRun.trace).load_only(models.Trace.trace_id))
|
|
@@ -479,7 +491,7 @@ class Query:
|
|
|
479
491
|
cursors_and_nodes = []
|
|
480
492
|
for example in examples:
|
|
481
493
|
run_comparison_items = []
|
|
482
|
-
for experiment_id in
|
|
494
|
+
for experiment_id in experiment_rowids:
|
|
483
495
|
run_comparison_items.append(
|
|
484
496
|
RunComparisonItem(
|
|
485
497
|
experiment_id=GlobalID(Experiment.__name__, str(experiment_id)),
|
|
@@ -496,7 +508,7 @@ class Query:
|
|
|
496
508
|
example=DatasetExample(
|
|
497
509
|
id_attr=example.id,
|
|
498
510
|
created_at=example.created_at,
|
|
499
|
-
version_id=
|
|
511
|
+
version_id=base_experiment.dataset_version_id,
|
|
500
512
|
),
|
|
501
513
|
run_comparison_items=run_comparison_items,
|
|
502
514
|
)
|
|
@@ -1491,7 +1503,7 @@ class Query:
|
|
|
1491
1503
|
return None
|
|
1492
1504
|
|
|
1493
1505
|
@strawberry.field
|
|
1494
|
-
async def
|
|
1506
|
+
async def get_project_session_by_id(
|
|
1495
1507
|
self,
|
|
1496
1508
|
info: Info[Context, None],
|
|
1497
1509
|
session_id: str,
|
|
@@ -341,6 +341,60 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"name": "claude-opus-4-1",
|
|
346
|
+
"name_pattern": "claude-opus-4-1",
|
|
347
|
+
"source": "litellm",
|
|
348
|
+
"token_prices": [
|
|
349
|
+
{
|
|
350
|
+
"base_rate": 0.000015,
|
|
351
|
+
"is_prompt": true,
|
|
352
|
+
"token_type": "input"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"base_rate": 0.000075,
|
|
356
|
+
"is_prompt": false,
|
|
357
|
+
"token_type": "output"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"base_rate": 1.5e-6,
|
|
361
|
+
"is_prompt": true,
|
|
362
|
+
"token_type": "cache_read"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"base_rate": 0.00001875,
|
|
366
|
+
"is_prompt": true,
|
|
367
|
+
"token_type": "cache_write"
|
|
368
|
+
}
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "claude-opus-4-1-20250805",
|
|
373
|
+
"name_pattern": "claude-opus-4-1-20250805",
|
|
374
|
+
"source": "litellm",
|
|
375
|
+
"token_prices": [
|
|
376
|
+
{
|
|
377
|
+
"base_rate": 0.000015,
|
|
378
|
+
"is_prompt": true,
|
|
379
|
+
"token_type": "input"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"base_rate": 0.000075,
|
|
383
|
+
"is_prompt": false,
|
|
384
|
+
"token_type": "output"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"base_rate": 1.5e-6,
|
|
388
|
+
"is_prompt": true,
|
|
389
|
+
"token_type": "cache_read"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"base_rate": 0.00001875,
|
|
393
|
+
"is_prompt": true,
|
|
394
|
+
"token_type": "cache_write"
|
|
395
|
+
}
|
|
396
|
+
]
|
|
397
|
+
},
|
|
344
398
|
{
|
|
345
399
|
"name": "claude-opus-4-20250514",
|
|
346
400
|
"name_pattern": "claude-opus-4-20250514",
|
|
@@ -2078,6 +2132,182 @@
|
|
|
2078
2132
|
}
|
|
2079
2133
|
]
|
|
2080
2134
|
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "gpt-5",
|
|
2137
|
+
"name_pattern": "gpt-5",
|
|
2138
|
+
"source": "litellm",
|
|
2139
|
+
"token_prices": [
|
|
2140
|
+
{
|
|
2141
|
+
"base_rate": 1.25e-6,
|
|
2142
|
+
"is_prompt": true,
|
|
2143
|
+
"token_type": "input"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"base_rate": 0.00001,
|
|
2147
|
+
"is_prompt": false,
|
|
2148
|
+
"token_type": "output"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"base_rate": 1.25e-7,
|
|
2152
|
+
"is_prompt": true,
|
|
2153
|
+
"token_type": "cache_read"
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "gpt-5-2025-08-07",
|
|
2159
|
+
"name_pattern": "gpt-5-2025-08-07",
|
|
2160
|
+
"source": "litellm",
|
|
2161
|
+
"token_prices": [
|
|
2162
|
+
{
|
|
2163
|
+
"base_rate": 1.25e-6,
|
|
2164
|
+
"is_prompt": true,
|
|
2165
|
+
"token_type": "input"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"base_rate": 0.00001,
|
|
2169
|
+
"is_prompt": false,
|
|
2170
|
+
"token_type": "output"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"base_rate": 1.25e-7,
|
|
2174
|
+
"is_prompt": true,
|
|
2175
|
+
"token_type": "cache_read"
|
|
2176
|
+
}
|
|
2177
|
+
]
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"name": "gpt-5-chat",
|
|
2181
|
+
"name_pattern": "gpt-5-chat",
|
|
2182
|
+
"source": "litellm",
|
|
2183
|
+
"token_prices": [
|
|
2184
|
+
{
|
|
2185
|
+
"base_rate": 1.25e-6,
|
|
2186
|
+
"is_prompt": true,
|
|
2187
|
+
"token_type": "input"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"base_rate": 0.00001,
|
|
2191
|
+
"is_prompt": false,
|
|
2192
|
+
"token_type": "output"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"base_rate": 1.25e-7,
|
|
2196
|
+
"is_prompt": true,
|
|
2197
|
+
"token_type": "cache_read"
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "gpt-5-chat-latest",
|
|
2203
|
+
"name_pattern": "gpt-5-chat-latest",
|
|
2204
|
+
"source": "litellm",
|
|
2205
|
+
"token_prices": [
|
|
2206
|
+
{
|
|
2207
|
+
"base_rate": 1.25e-6,
|
|
2208
|
+
"is_prompt": true,
|
|
2209
|
+
"token_type": "input"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"base_rate": 0.00001,
|
|
2213
|
+
"is_prompt": false,
|
|
2214
|
+
"token_type": "output"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"base_rate": 1.25e-7,
|
|
2218
|
+
"is_prompt": true,
|
|
2219
|
+
"token_type": "cache_read"
|
|
2220
|
+
}
|
|
2221
|
+
]
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "gpt-5-mini",
|
|
2225
|
+
"name_pattern": "gpt-5-mini",
|
|
2226
|
+
"source": "litellm",
|
|
2227
|
+
"token_prices": [
|
|
2228
|
+
{
|
|
2229
|
+
"base_rate": 2.5e-7,
|
|
2230
|
+
"is_prompt": true,
|
|
2231
|
+
"token_type": "input"
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"base_rate": 2e-6,
|
|
2235
|
+
"is_prompt": false,
|
|
2236
|
+
"token_type": "output"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"base_rate": 2.5e-8,
|
|
2240
|
+
"is_prompt": true,
|
|
2241
|
+
"token_type": "cache_read"
|
|
2242
|
+
}
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "gpt-5-mini-2025-08-07",
|
|
2247
|
+
"name_pattern": "gpt-5-mini-2025-08-07",
|
|
2248
|
+
"source": "litellm",
|
|
2249
|
+
"token_prices": [
|
|
2250
|
+
{
|
|
2251
|
+
"base_rate": 2.5e-7,
|
|
2252
|
+
"is_prompt": true,
|
|
2253
|
+
"token_type": "input"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"base_rate": 2e-6,
|
|
2257
|
+
"is_prompt": false,
|
|
2258
|
+
"token_type": "output"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"base_rate": 2.5e-8,
|
|
2262
|
+
"is_prompt": true,
|
|
2263
|
+
"token_type": "cache_read"
|
|
2264
|
+
}
|
|
2265
|
+
]
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "gpt-5-nano",
|
|
2269
|
+
"name_pattern": "gpt-5-nano",
|
|
2270
|
+
"source": "litellm",
|
|
2271
|
+
"token_prices": [
|
|
2272
|
+
{
|
|
2273
|
+
"base_rate": 5e-8,
|
|
2274
|
+
"is_prompt": true,
|
|
2275
|
+
"token_type": "input"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"base_rate": 4e-7,
|
|
2279
|
+
"is_prompt": false,
|
|
2280
|
+
"token_type": "output"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"base_rate": 5e-9,
|
|
2284
|
+
"is_prompt": true,
|
|
2285
|
+
"token_type": "cache_read"
|
|
2286
|
+
}
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "gpt-5-nano-2025-08-07",
|
|
2291
|
+
"name_pattern": "gpt-5-nano-2025-08-07",
|
|
2292
|
+
"source": "litellm",
|
|
2293
|
+
"token_prices": [
|
|
2294
|
+
{
|
|
2295
|
+
"base_rate": 5e-8,
|
|
2296
|
+
"is_prompt": true,
|
|
2297
|
+
"token_type": "input"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"base_rate": 4e-7,
|
|
2301
|
+
"is_prompt": false,
|
|
2302
|
+
"token_type": "output"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"base_rate": 5e-9,
|
|
2306
|
+
"is_prompt": true,
|
|
2307
|
+
"token_type": "cache_read"
|
|
2308
|
+
}
|
|
2309
|
+
]
|
|
2310
|
+
},
|
|
2081
2311
|
{
|
|
2082
2312
|
"name": "o1",
|
|
2083
2313
|
"name_pattern": "o1",
|
|
@@ -2497,6 +2727,40 @@
|
|
|
2497
2727
|
"token_type": "cache_read"
|
|
2498
2728
|
}
|
|
2499
2729
|
]
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "openai.gpt-oss-120b-1:0",
|
|
2733
|
+
"name_pattern": "openai\\.gpt-oss-120b-1:0",
|
|
2734
|
+
"source": "litellm",
|
|
2735
|
+
"token_prices": [
|
|
2736
|
+
{
|
|
2737
|
+
"base_rate": 1.5e-7,
|
|
2738
|
+
"is_prompt": true,
|
|
2739
|
+
"token_type": "input"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"base_rate": 6e-7,
|
|
2743
|
+
"is_prompt": false,
|
|
2744
|
+
"token_type": "output"
|
|
2745
|
+
}
|
|
2746
|
+
]
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "openai.gpt-oss-20b-1:0",
|
|
2750
|
+
"name_pattern": "openai\\.gpt-oss-20b-1:0",
|
|
2751
|
+
"source": "litellm",
|
|
2752
|
+
"token_prices": [
|
|
2753
|
+
{
|
|
2754
|
+
"base_rate": 7e-8,
|
|
2755
|
+
"is_prompt": true,
|
|
2756
|
+
"token_type": "input"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"base_rate": 3e-7,
|
|
2760
|
+
"is_prompt": false,
|
|
2761
|
+
"token_type": "output"
|
|
2762
|
+
}
|
|
2763
|
+
]
|
|
2500
2764
|
}
|
|
2501
2765
|
]
|
|
2502
2766
|
}
|
{arize_phoenix-11.20.0 → arize_phoenix-11.21.1}/src/phoenix/server/static/.vite/manifest.json
RENAMED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-BHdwFK1u.js": {
|
|
3
|
+
"file": "assets/components-BHdwFK1u.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-BbqekBfb.js",
|
|
7
|
-
"_pages-
|
|
7
|
+
"_pages-wNrdUuht.js",
|
|
8
8
|
"_vendor-arizeai-CEwHhYfL.js",
|
|
9
9
|
"_vendor-codemirror-CHApHLLJ.js",
|
|
10
10
|
"_vendor-three-BLWp5bic.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-wNrdUuht.js": {
|
|
14
|
+
"file": "assets/pages-wNrdUuht.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-BbqekBfb.js",
|
|
18
18
|
"_vendor-arizeai-CEwHhYfL.js",
|
|
19
|
-
"_components-
|
|
19
|
+
"_components-BHdwFK1u.js",
|
|
20
20
|
"_vendor-codemirror-CHApHLLJ.js",
|
|
21
21
|
"_vendor-recharts-Bqf7C6Cm.js"
|
|
22
22
|
]
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"name": "vendor-three"
|
|
76
76
|
},
|
|
77
77
|
"index.tsx": {
|
|
78
|
-
"file": "assets/index-
|
|
78
|
+
"file": "assets/index-BuFamj8g.js",
|
|
79
79
|
"name": "index",
|
|
80
80
|
"src": "index.tsx",
|
|
81
81
|
"isEntry": true,
|
|
82
82
|
"imports": [
|
|
83
83
|
"_vendor-BbqekBfb.js",
|
|
84
84
|
"_vendor-arizeai-CEwHhYfL.js",
|
|
85
|
-
"_pages-
|
|
86
|
-
"_components-
|
|
85
|
+
"_pages-wNrdUuht.js",
|
|
86
|
+
"_components-BHdwFK1u.js",
|
|
87
87
|
"_vendor-three-BLWp5bic.js",
|
|
88
88
|
"_vendor-codemirror-CHApHLLJ.js",
|
|
89
89
|
"_vendor-shiki-BQ88Q1b1.js",
|