Function embed

Source
pub async fn embed(
    texts: Vec<String>,
    model_type: &EmbeddingModelType,
) -> Result<Vec<Vec<f32>>>