-
Notifications
You must be signed in to change notification settings - Fork 613
merge main to docs #9966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
merge main to docs #9966
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: sync Docs to main
* refactor: migrate to new span methods * cleanup
* refactor multiselector data-fetching to use useQueryLoader * refactor SelectedCompareExperiments data loading * refactor compare page contents to use preloaded queries * address PR comments * add loading state
* feat: Add PromptMenu component and replace PromptComboBox usages with it
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* wip * wip * wip * bulk operation * wip * wip * wip * wip * Update dataset_label_mutations.py Co-authored-by: Xander Song <[email protected]> * Update dataset_label_mutations.py Co-authored-by: Xander Song <[email protected]> * Update src/phoenix/server/api/mutations/dataset_label_mutations.py Co-authored-by: Xander Song <[email protected]> * wip * wip * wip * wip * wip * wip * Update src/phoenix/server/api/mutations/dataset_label_mutations.py Co-authored-by: Xander Song <[email protected]> * wip --------- Co-authored-by: Xander Song <[email protected]>
* feat: Improve binding ergonomics * Remove unnecessary cast
* Create toastQueue singleton for notifications * Defer rendering of ToastRegion until after app root instantiation
* Remove retries for OpenAI models * Use LLM for bedrock, vertex * Ruff 🐶
* update classification evaluator doc string" * update docstrings
* refactor: use autocomplete for annotation config * cleanup * cleanup * cleanup
* feat(evals): add regex evaluator * refactor(matches_regex): simplify score evaluation using bool(matches) * Update packages/phoenix-evals/src/phoenix/evals/metrics/matches_regex.py Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * minor fixes * implement explicit async evaluate to call sync regex directly without thread overhead * fixing the docstring --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Upgrade internationalized * Fix type errors * Upgrade react aria utils
…age (#9621) * refactor example slideover pagination to support duplicate examples + add pagination to list page slideover * add repetition number to list page table + slideover * recalculate column sizes when column visibility changes * load more when on the last row * fix potential array access errors * remove old relay types
* wip * Update app/src/pages/datasets/DatasetsTable.tsx Co-authored-by: Tony Powell <[email protected]> * feature flag --------- Co-authored-by: Tony Powell <[email protected]>
* wip * prettier * feature flag * resolve comments * new toast * prettier * wip * use directive for deleting edges in dataset connection rather than updater * Update app/src/pages/settings/datasets/DatasetLabelsTable.tsx Co-authored-by: Xander Song <[email protected]> * Update app/src/components/dataset/NewDatasetLabelDialog.tsx Co-authored-by: Xander Song <[email protected]> * Update app/src/pages/settings/datasets/SettingsDatasetsPage.tsx Co-authored-by: Xander Song <[email protected]> --------- Co-authored-by: Alexander Song <[email protected]>
* update experiment run output card scroll behavior * ensure annotation alignment in slideover run cards * rework annotation section layout * refactor * add stories * fix annotations scroll * fix placeholder item * revert scrolling within cards * refactor * respsect bottom padding in runs panel * address feedback * rename stories
…mpare slideover (#9872) * add annotation selector + selected annotation values to slideover sidebar * sort experiment output cards by selected annotation * handle sorting across experiments in repetition-naive mode * update stories * handle long experiment names & annotation values * missing run styling * add button to toggle sort direction * add toggle-all checkbox * layout tweaks * add sort by repetition * update Select styles * update sort button hover behavior * refactor to use context * styling * remove comment * use Menu instead of Select to enable deselect * remove sort by repetition number * secondary sort by repetition number * handle menu overflow * update sort by annotation menu placeholder
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.14 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* wip * wip * wip * Update app/src/pages/dataset/datasetLoader.ts Co-authored-by: Xander Song <[email protected]> * use fetch query * Update app/src/pages/dataset/DatasetPage.tsx Co-authored-by: Tony Powell <[email protected]> --------- Co-authored-by: Xander Song <[email protected]> Co-authored-by: Tony Powell <[email protected]>
* enable collapsing repetitions in sidebar * consistent card heights * add ghost annotations to output cards with missing annotations
…#9953) * filter annotation summaries in slideover to only those included in selected experiment runs * handle annotation missing from example on list page * add comment
…le (#9928) * playground slideover * remove comment * fix * clean * clean * clean * clean * fix * use helper * clean
Bumps [hono](https://github.com/honojs/hono) from 4.9.7 to 4.10.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.9.7...v4.10.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* return scores/details as json in dataframe evals; only deep copy input mapping when binding to avoid issues copying LLM * evaluate dataframe returns json score/details columns; annotation utility updated to match * move LLM to top level import * update doc strings with LLM as top level import * move LLM to top level import * update docstring * set default progress bar for dataframe evals * update docstrings * update tests * Update packages/phoenix-evals/src/phoenix/evals/evaluators.py Co-authored-by: Xander Song <[email protected]> * update relevance metric docstring * add json utility function * small fix --------- Co-authored-by: Xander Song <[email protected]>
* refetch projects list after creation * refetch API keys after creation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
) Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 0.3.5 to 0.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.5...langchain-text-splitters==0.3.9) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 0.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#9891) Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.12.41 to 0.13.0. - [Release notes](https://github.com/run-llama/llama_index/releases) - [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md) - [Commits](run-llama/llama_index@v0.12.41...v0.13.0) --- updated-dependencies: - dependency-name: llama-index dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Updates tutorials to new Phoenix tracing/evals APIs, improves RAG and agent eval examples, adds an experiments-with-repetitions tutorial, and bumps MCP dependency.
register(auto_instrument), environment-basedPHOENIX_COLLECTOR_ENDPOINT/PHOENIX_API_KEY, andpx_client.spans.log_span_annotations_dataframe(replacing older annotations APIs).LLM,create_classifier, andevaluate_dataframe/async_evaluate_dataframepatterns; enhance prompts and trace/span-level evaluations (RAG relevancy, hallucination, QA correctness).mcpto1.10.0in MCP tutorial requirements.Written by Cursor Bugbot for commit c1b2356. This will update automatically on new commits. Configure here.