- README's "Bekannte Stolpersteine" quick-reference list was missing the
podcast-language pitfall (already documented in CLAUDE.md/BEDIENUNGSANLEITUNG.md).
- The search/ask feature was only mentioned in passing; added a full section
with the working curl examples and the SSE response shape, since it's the
fastest/most accurate way to query long documents.
Everything else cross-checked against live state (credential num_ctx,
default models, running services, episode profile languages) and matched.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
README.md gives the precise, reproducible install path (tested the two
scripts against the live instance - both idempotent, correctly detect
already-registered credentials/models). BEDIENUNGSANLEITUNG.md covers daily
usage: notebooks/sources, the three chat context modes (and why "nur
Erkenntnisse" needs a transformation run first), podcasts, voice cloning,
and troubleshooting for the issues actually hit during setup (num_ctx
truncation, embedding GPU contention, ufw).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>