Skip to content

v0.1.24

Compare
Choose a tag to compare
@nsthorat nsthorat released this 12 Dec 19:29
· 196 commits to main since this release

This release changes the text media visualizer to Monaco (the engine that powers VSCode).

Monaco allows us to:

  • Deep-link to any line within a document.
  • Add right click menus to text.
  • Add "thumbs up" and "thumbs down" to concepts from the menu, for any text.
  • Search any text from the right click-menu, with semantic similarity or keyword search.

Here is a video explaining the changes: https://www.youtube.com/watch?v=83Rj006tVIk

This release also has custom support for the ShareGPT format in the UI:
image

Features

  • Add special support for a DELETED label by @brilee in #951
  • Switch to monaco for the main viewer. by @nsthorat in #952
  • Simplify monaco viewer. Add support for deep linking. by @nsthorat in #956
  • Infer dataset formats. Start with just ShareGPT. by @nsthorat in #948
  • Add UI for title slots for ShareGPT. by @nsthorat in #950

Bug fixes

  • Make the signal "try it" page work for signals w/o schema by @dsmilkov in #944
  • Fix UI bugs: monaco scroll, hash state forgotten, compare non-media fields by @nsthorat in #946
  • Eliminate setup count call from parquet_source. by @brilee in #959
  • Fix a bug where we highlighted all concept spans regardless of their score. by @nsthorat in #958
  • Fix bug with loading dataset and settings. by @nsthorat in #957

Docs

Other Changes

Full Changelog: v0.1.23...v0.1.24