Skip to content

Voxint v0.31.0

Choose a tag to compare

@bengizmo bengizmo released this 31 Aug 02:57
· 124 commits to main since this release
b236e4f

Highlights

Media editor island (#157, Console 2.0 P3b)

In-browser transcript editor with memoized row rendering, editor-native claim lifecycle (claim, heartbeat, release), progressive-disclosure speaker rail, translate action, per-segment correction provenance, and accessibility hardening.

Corpus intelligence

  • More like this passage (#357) — inline similar-passage search on Explore KWIC rows via MiniLM cosine scan
  • Semantic meaning map (#357) — PCA scatter of corpus passage embeddings on Explore
  • Quote board (#338) — save KWIC evidence to projects with notes, deletion, CSV export
  • Temporal trends (#337) — interactive D3 term/entity frequency chart on project pages
  • Speaker timeline (#337) — visual who-spoke-when lanes on run detail
  • Corpus-wide explore (#331/#333/#334) — KWIC concordance, TF-IDF word cloud, distinctive terms
  • Speaker insights (#335) — distinctive vocabulary, conversation partners, speaking pace
  • Project overview (#336) — entity/topic rollup, coverage matrix, summary tiles

Fixes

  • Reconciler claim race no longer stalls file operations (#346)
  • Explore filters accept empty selection without 422 (#356)
  • Narrow-screen command bar overlap resolved
  • Term-stats advisory lock now varies per scope (#338)
  • Project speaker counts no longer double-count re-runs (#336)

Install / upgrade

# Docker (recommended)
docker compose pull
docker compose up -d

# pip
pip install voxint==0.31.0

Images: ghcr.io/bengizmo/voxint:0.31.0 (app, multi-arch) plus CUDA, CPU, and ROCm model-service images.