docs(audio-api): reconcile SRE note with the paved-road platform (#34)
The platform moved under us between sessions. SRE.md now records the landscape the audio service actually deploys into: - nechapi got its own repo (git@git.nech.pl:pln/nechapi.git) with a golden base image (nechapi/py) + a `nechapi ship` CLI — the paved road. Onboarding is FROM nechapi/py:1 + NECHAPI_ROOT_PATH + `nechapi ship`, not the old hand-rolled docker save/load. - A sibling tenant (geo/v1, Verniquet) is already live through it. - Correction to the 2026-06-25 "CLAP is the wrong engine" line: CLAP is right, used the canonical way — embeddings precomputed OFFLINE, a compact ANN index shipped to erable, request-time = tiny text-embed + cosine. What's wrong is running CLAP at request time on a GPU-less 2GB host. This closes the ops task (#34): observability shipped on the platform side (per-call capture, /admin analytics, public uptime status page — nechapi f89d7f9, now rebased onto the paved road and pushed), and the systemd-restart / deploy-runbook half is subsumed by `nechapi ship` + the golden base, owned in the SRE repo. No bespoke systemd units to write here.
Showing
Please
register
or
sign in
to comment