Expand description
Deterministic snapshots over authoritative SQLite f32 embeddings.
These snapshots are used only to build/check rebuildable derived candidate artifacts. The authoritative vectors remain the f32 embeddings in SQLite.
Structs§
- Embedding
Snapshot Row - One authoritative embedding row included in a derived candidate snapshot.
- Embedding
Snapshot V1 - Stable deterministic digest envelope for authoritative f32 embedding rows.
Functions§
- build_
embedding_ snapshot - Build a stable snapshot from in-memory authoritative f32 rows.
- embedding_
row_ digest - Stable digest for a single authoritative embedding row.
- load_
embedding_ snapshot_ from_ db - Load all authoritative embeddings from SQLite and build a deterministic snapshot.