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.
pub fn load_embedding_snapshot_from_db(
conn: &Connection,
vector_dim: usize,
) -> Result<EmbeddingSnapshotV1, MemoryError>Load all authoritative embeddings from SQLite and build a deterministic snapshot.