Index plans and evaluations by lifecycle (V-674)

This commit is contained in:
2026-08-13 01:27:14 +04:00
parent f957a3ad13
commit fdee3de724
14 changed files with 195 additions and 23 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
**Goal:** Maven can tell who is speaking on the voice channel, and tag what she writes with
who said it.
**Status (2026-08-01, Vikunja #255):** the enrolment half is shipped. The recognising half is
**Status (2026-08-01, V-255):** the enrolment half is shipped. The recognising half is
**BLOCKED on a model download** — there is no speaker-embedding model on this box, and one
was not invented to fill the gap. See "Blocked, and on what" below.
@@ -125,6 +125,6 @@ lied.
- **An enrolment surface.** The three IPC methods exist; no page drives them. Enrolment is
step-up, so it belongs on `/dash` behind a passkey, with a per-profile forget button next to
each row — that button is the reason `list_speakers` exists.
- **A speaker column on the meeting recorder** (#253). Attributing lines in a transcript is
- **A speaker column on the meeting recorder** (V-253). Attributing lines in a transcript is
the obvious pairing, and it is the place where getting attribution wrong is most damaging,
so it waits for a real model too.