Skip to main content

build_embedding_snapshot

Function build_embedding_snapshot 

Source
pub fn build_embedding_snapshot(
    rows: Vec<EmbeddingSnapshotRow>,
    vector_dim: usize,
) -> Result<EmbeddingSnapshotV1, MemoryError>
Expand description

Build a stable snapshot from in-memory authoritative f32 rows.