Effective embedding backend and per-corpus state for the selected store. The degradation banner (when present) and the fallback row below resolve from the same ladder state.
| Effective backend | {{ backend }} |
|---|---|
| Resolved stamp | {{ stamp }} |
| Server probe | {% if not is_server %}n/a{% elif probe_ok %}healthy{% else %}unreachable{% endif %} |
| Fallback rung | {% if rung %}rung {{ rung.rung }} {{ rung.reason }}{% else %}healthy no active fallback{% endif %} |
| Rung detail | {{ rung.detail }} |
| Adopted model | {{ rung.adopted_model }} |
{{ corpus.model }}{% else %}—{% endif %}Each knob's effective value (env > config file > default) and where it resolves from — a knob marked as overridden ignores whatever Settings saves to the file.
{% call tables.table(['Setting', 'Effective', 'Source']) %} {% for key, field in cfg.items() %}{{ key }}{{ field.effective or "—" }}{% endif %}