Skip to content

v0.13.0

Latest

Choose a tag to compare

@donghaoren donghaoren released this 21 Nov 05:29
· 4 commits to main since this release
9ca1a8c

New Features

  • Add a dashboard layout mode that allows you to freely arrange the components.
  • New chart types: eCDF, line chart, and bubble chart.
  • [breaking] A new DSL syntax for charts (similar to Vega-Lite), you can now create custom charts with this syntax.
  • Theme support with chartTheme and stylesheet props to the EmbeddingAtlas component.
  • Support rendering chat messages (data format: Array<{role: "<role>", content: "<content>"}>).
  • Add a widget to show a particular column's value of the selected data point (click table or embedding plot to select a point).
  • Add a widget to display custom Markdown content.
  • Support multiple text embedding providers via LiteLLM (thanks @peter-gy).

Detailed Changes

New Contributors

Full Changelog: v0.12.0...v0.13.0