Expand description
GAP-005 (v1.0.82): DAO for the pending_embeddings table.
Queue of memories persisted with a NULL embedding for later reprocessing
via embedding retry <PENDING_ID> or enrich --operation re-embed.
Structs§
- Pending
Embedding - Pending embedding.
Enums§
- Pending
Embedding Status - Pending embedding status.
Functions§
- abandon
- Abandon.
- count_
by_ status - Counts the entries
list_by_statuswould page through. - delete
- Delete.
- insert
- Inserts a new
pending_embeddingsentry with statuspending. - list_
by_ status - List by status.
- update_
status - Update status.