Skip to main content

Module embedding

Module embedding 

Source
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 status
  • embedding list [--status <STATUS>] — list pending entries
  • embedding retry <pending_id> — re-run embedding for one entry
  • embedding 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§

EmbeddingAbandonArgs
EmbeddingArgs
EmbeddingListArgs
EmbeddingStatusArgs

Enums§

EmbeddingCmd
EmbeddingStatusFilter

Functions§

run