Select a note from the vault, or search.
Select a note from the vault, or search.
Deferred to a later release. Ingest chunks, embeds and enriches each document, which takes tens of seconds to minutes — it needs a background-job subsystem this UI does not have yet, and a progress bar that lied about untracked work would be worse than none.
Use the CLI today:
brain ingest <file>
brain ingest-dir <directory>
Deferred to a later release. brain ask is a multi-iteration
plan → retrieve → reflect → synthesize loop against a local model; it
needs streaming, mid-flight cancellation and conversation state. It also
renders model-generated text into the DOM, which deserves its own
hardening pass rather than riding along on v1.
Use the CLI today:
brain ask "your question"
Deferred to a later release. The wiki is a static Quartz build —
npm install, build, blue/green swap behind a proxy —
and triggering that from a request handler is the worst case of the
background-job problem.
The one instant piece has already shipped: the draft ↔ published toggle lives in the Notes inspector.
Use the CLI for a full rebuild:
brain-rebuild