pub fn parallel_add_batch(
registry: &mut IndexRegistry,
index_name: &str,
ids: Vec<String>,
vectors: &[Vec<f32>],
) -> Result<()>Expand description
Parallel add operation for batch indexing.
Adds vectors to multiple indexes in parallel.