Skip to main content

Module pending_embeddings

Module pending_embeddings 

Source
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§

PendingEmbedding
Pending embedding.

Enums§

PendingEmbeddingStatus
Pending embedding status.

Functions§

abandon
Abandon.
count_by_status
Counts the entries list_by_status would page through.
delete
Delete.
insert
Inserts a new pending_embeddings entry with status pending.
list_by_status
List by status.
update_status
Update status.