-
Notifications
You must be signed in to change notification settings - Fork 98
feat(weave): Saved models frontend #4421
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
Closed
Closed
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
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=984fcc600ca76ea3e5a4ab665ec581c11a0ddccc |
fix clean up add version support fix versions final Fix playground add chat animation (#4403) fix(weave): do not retry call inserts that fail with a non retryable status code (#4395) feat(weave_query): Support incremental tables (#4402) docs(weave): Add PydanticAI docs with OpenTelemetry (#4239) * feat: add initial OTEL instrumentation utils * feat: create a SymbolPatcher and expose the instrumentation * feat: register pydantic_ai instrumentation in autopatch * fix: event attributes extraction and update * chore: add pydantic_ai requirement * tests: add test shard for pydantic_ai tests * tests: add simple tests for the pydantic_ai utils.py * tests: update exporter test to test end-to-end flow * fix: typo in span exporter * tests: add fixtures and tests for otel span processor * tests: add readme explaining the test challenges and solution * tests: add cassettes for agent tests * docs: add type annotations and docstrings * lint: run pre-commit hooks ruff and mypy * fix: create trace_providers in the wrapper TraceProviders are singletons and need to be reset when unpatched * tests: add test for agent tool calling traces * tests: switch to using client_creator pattern for better teardown * fix: add trace server dependency to pydantic-ai integration * fix: change to using union * fix: update imports to safe imports * chore: fix lint issues * chore: fix more lint issues * fix: tpye alias import issue * docs: add initial documentation for the integration * docs: add initial documentation for the integration * refactor: remove all pydantic_ai auto patching * docs: change integration docs to refer to use otel directly instead. * chore: undo changes to autopatch * docs: add docs showing instrument_all * docs: add docs showing instrument_all * writing stuff, add some more descriptions, add page to sidebar and Integrations page, img formatting * link typo --------- Co-authored-by: J2-D2-3PO <[email protected]> fix(ui): wrap long markdown lines (#4406) chore(weave): Allow get to operate on both uris and refs (#4401) feat(weave): Video display in weave (#4398)
10e8eb6
to
9ca881c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Frontend for saved models
Screen.Recording.2025-05-06.at.4.24.05.PM.mov
Testing
How was this PR tested?