Skip to main content

embed_text_batch

Function embed_text_batch 

Source
pub fn embed_text_batch(
    client: &Client,
    config: &EmbeddingConfig,
    texts: &[String],
) -> Result<Vec<Vec<f32>>, VectorLifecycleError>