fn build_vector_array( embeddings: &[Option<Vec<Option<f32>>>], dim: usize, ) -> Result<ArrayRef, StoreError>