Skip to main content

load_embedding_snapshot_from_db

Function load_embedding_snapshot_from_db 

Source
pub fn load_embedding_snapshot_from_db(
    conn: &Connection,
    vector_dim: usize,
) -> Result<EmbeddingSnapshotV1, MemoryError>
Expand description

Load all authoritative embeddings from SQLite and build a deterministic snapshot.