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 | Rows | Last embedded |
|---|---|---|---|
| {{ corpus.corpus }} | {% if corpus.model %}{{ corpus.model }}{% else %}—{% endif %} |
{% if corpus.count is not none %}{{ corpus.count }}{% else %}—{% endif %} | {#- An empty corpus has never embedded; an unreadable one (pre-table store, unresolvable backend) is unknown, not zero. -#}{% if corpus.last %}{{ corpus.last | isots }}{% elif corpus.count is none %}—{% else %}never{% 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.
| Setting | Effective | Source |
|---|---|---|
{{ key }} |
{% if key == 'CAIRN_EMBED_API_KEY' %}{% if field.effective %}set{% else %}not set{% endif %}{% else %}{{ field.effective or "—" }}{% endif %} |
{% if field.pinned %}overridden by environment{% elif field.effective %}config file{% else %}default{% endif %} |