Expand description
GAP-005 (v1.0.82): embedding subcommand — health and retry of the
pending-embeddings queue that buffers memories whose embedding step failed.
§Subcommands
embedding status— counts by statusembedding list [--status <STATUS>]— list pending entriesembedding retry <pending_id>— re-run embedding for one entryembedding abandon <pending_id>— mark as abandoned
The pending_embeddings table captures every embed_with_fallback failure
with exit_code, stderr_tail, and backend_chain for diagnostics. This
subcommand makes that state observable and recoverable.
Structs§
- Embedding
Abandon Args - Embedding abandon args.
- Embedding
Args - Embedding args.
- Embedding
List Args - Embedding list args.
- Embedding
Status Args - Embedding status args.
Enums§
- Embedding
Cmd - Embedding cmd.
- Embedding
Status Filter - Embedding status filter.
Functions§
- run
- Run.