v0.50.4
What's Changed
- chore(dev): Fixes for menu items in report commands popup by @onx2 in #1644
- chore(app): Adding small switch size per design by @jtulk in #1667
- chore(weave): adding tooltip for overflowing text in modified dropdown by @mbarrramsey in #1659
- docs: Add MistralAI doc by @tcapelle in #1651
- docs: Mistral docs fix by @tcapelle in #1671
- feat(weave): backend for deletion of calls by @gtarpenning in #1673
- chore: add icon from design team for add reaction by @jamie-rasmussen in #1681
- chore(weave): Set tag in sentry error boundary by @jwlee64 in #1650
- chore(weave): Flip base url vars and fix file manager urls by @jwlee64 in #1672
- docs: Mistral docs v2 by @tcapelle in #1674
- feat: Pluggable object serialization by @shawnlewis in #1669
- fix: eval crash and multi-modal openai crash by @shawnlewis in #1685
- chore(weave): Fix a few flakey tests by @tssweeney in #1675
- chore(weave): Add another exception catch to the llama integration by @jwlee64 in #1682
- feat(weave): frontend to allow deletion of single call by @gtarpenning in #1664
- chore(dev): add plugin for ID on headings by @onx2 in #1678
- chore(weave): Call Table Migration - Backend by @tssweeney in #1691
- chore(weave): Call Table Migration - Frontend by @tssweeney in #1692
- chore: add emoji picker library by @jamie-rasmussen in #1693
- chore(weave): Remove CG Data Provider by @tssweeney in #1694
- chore: bring TextField component over from core by @jamie-rasmussen in #1695
- chore(app): add hide text option to ModifiedDropdown by @mbarrramsey in #1688
- fix(app): Removing infinite loop on modified dropdown render by @jtulk in #1697
- fix(app): removing the probematic TooltipOption by @jtulk in #1698
- fix(weave): expand sections on first click by @gtarpenning in #1677
- fix: better error message when passing a class as Scorer (#1680) by @shawnlewis in #1705
- chore(weave): Fix sorting by created at column by @tssweeney in #1706
- chore(weave): Fix column ordering in calls table by @tssweeney in #1703
- chore(weave): better call not found page by @gtarpenning in #1690
- docs: Hide RAG Tutorial TOC by @ngrayluna in #1704
- chore(weave): Make sure model dump is by alias by @tssweeney in #1701
- perf: Fix full table scans for objects, files, tables by @shawnlewis in #1709
- chore: make it clearer that unabridged text is copied in use tabs by @jamie-rasmussen in #1711
- chore: migrations for feedback schema by @jamie-rasmussen in #1637
- chore: make mongo filter conversion less calls specific by @jamie-rasmussen in #1710
- chore(weave): Implement Predicate Pushdown for Calls by @tssweeney in #1712
- chore(weave): Changes prints to logging in trace server by @tssweeney in #1700
- chore(weave): Improve logging such that we capture summary data for streams by @tssweeney in #1714
- chore(weave): Add project clause to inner ID filter by @tssweeney in #1715
- chore(weave): Add a fast path for simple queries by @tssweeney in #1716
- chore(weave): add weave.finish by @jwlee64 in #1696
- chore(weave): Modifies logging to use the
extra
field for structured logs by @tssweeney in #1717 - chore(weave): Update openai docs by @scottire in #1687
- feat: add feedback trace server APIs by @jamie-rasmussen in #1718
- chore(weave): allow double init by @jwlee64 in #1722
- chore(weave): CI does not like typing for these calls - ignoring them by @tssweeney in #1734
- feat: Revert "add feedback trace server APIs" by @jamie-rasmussen in #1735
- docs: Add Nico's custom scorer tutorial by @scottire in #1720
- chore: fix comment typo by @jamie-rasmussen in #1737
- fix(weave): decode url before parsing weave ref by @gtarpenning in #1742
- chore(weave): Fixes Stream response format in OpenAI by @tssweeney in #1726
- chore: add emoji to requirements.txt by @jamie-rasmussen in #1732
- chore: add emoji util by @jamie-rasmussen in #1745
- chore(docs): fix broken links in docs by @jwlee64 in #1747
- fix(weave): format values for csv export in datagrid by @gtarpenning in #1748
- chore: add InvalidRequest error by @jamie-rasmussen in #1746
- chore(docs): Add an intro notebook by @scottire in #1731
- chore(weave): backend to allow call renaming by @gtarpenning in #1699
- chore(weave): Tests for Threading Support by @tssweeney in #1733
- chore(weave): callsSteamQuery -> callsStreamQuery by @gtarpenning in #1750
- chore: add ORM with no clickhouse dependency by @jamie-rasmussen in #1751
- chore(weave): Unit Tests for stack management by @tssweeney in #1738
- feat: copyable call ID by @jamie-rasmussen in #1753
- chore(weave): Fixes up README by @tssweeney in #1755
- chore: add small margin in UserLink by @jamie-rasmussen in #1758
- chore(weave): Skip flakey test by @tssweeney in #1760
- chore(weave): Add attributes to Call object and allow explicit root by @tssweeney in #1739
- feat: Adding trace server feedback APIs using updated ORM by @jamie-rasmussen in #1752
- chore(weave): Simplify TraceServerInterface definition and fix inheritance by @tssweeney in #1763
- feat(weave): Add trace usage stats to trace tree by @jwlee64 in #1767
- chore(weave): Add cost and token column to calls table by @jwlee64 in #1765
- chore(weave): Add cost table to summary tab by @jwlee64 in #1766
- chore: typo in error str by @jamie-rasmussen in #1770
- chore(weave): Brings over ref conversion logic from WB to trace server by @tssweeney in #1764
- chore(registries): check if run project is null for artifact version history metrics op by @ibindlish in #1762
- docs: adds docstrings to objects by @lukas in #1769
- chore(weave): remove call naming from op kwarg by @gtarpenning in #1775
- chore(weave): Add Call Query Stream to the Interface by @tssweeney in #1772
- chore: fix double json encoding of feedback payload by @jamie-rasmussen in #1782
- docs: Style updates to docs by @adamwdraper in #1784
- feat(integration): Anthropic integration by @tcapelle in #1632
- docs(mistral): Add Model example to mistral docs by @tcapelle in #1776
- feat: python API for feedback by @jamie-rasmussen in #1723
- chore(weave): Release 0.50.4 by @tssweeney in #1785
- chore(docs): clear cells & fix project name in intro notebook by @scottire in #1788
- chore: pin numpy to fix wandb dep by @tssweeney in #1791
New Contributors
- @tcapelle made their first contribution in #1651
- @ngrayluna made their first contribution in #1704
- @adamwdraper made their first contribution in #1784
Full Changelog: v0.50.3...v0.50.4