pub fn estimate_flat_memory(n_vectors: usize, dimension: usize) -> usize
Estimate the memory footprint of a flat vector index (vectors only).
Returns bytes.