Skip to main content

embed_many

Function embed_many 

Source
pub fn embed_many(
    model: &str,
    values: &[impl AsRef<str>],
) -> Result<BatchEmbeddingResult>
Expand description

Embeds multiple strings with the given model id.