Skip to content

v0.5.0

Choose a tag to compare

@stepandel stepandel released this 31 May 03:55
v0.5.0
27f88b1

v0.5.0

Filtering & Search

  • New two-layer QueryToolbar: scope (Query / ID) + search + Limit + filters on a clean main row, with metadata filter rows stacked below.
  • Field-type-aware operators ($in / $nin for strings & numbers; >, >=, <, <= for numbers).
  • Debounced auto-search (300ms); Enter commits immediately.
  • Limit dropdown now actually applies when query text is blank (was silently capped at 300 on the get path). Default raised to 100; persists across collection switches.
  • + Filter button hidden when no metadata fields exist.

Visual & Theme

  • Embedding-function chip recolored per provider's brand (OpenAI emerald, Cohere rose, Google blue, Mistral amber, HuggingFace yellow, Cloudflare orange, Together green, Voyage violet, Jina purple, Chroma teal, etc.) and now visible in dark mode.
  • Update button restyled to match the chip aesthetic (sky-blue, bordered).
  • Table rows: hover highlighting, fixed 32px height, line-clamp-1, themed zebra striping via CSS vars.
  • Removed misleading record count from header.

Feedback

  • New developer feedback dialog (Forminit integration) opened in a standalone window.
  • Bug report link to GitHub issues.
  • Various copy and layout polish.