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.
pub fn build_embedding_snapshot(
rows: Vec<EmbeddingSnapshotRow>,
vector_dim: usize,
) -> Result<EmbeddingSnapshotV1, MemoryError>Build a stable snapshot from in-memory authoritative f32 rows.