Skip to main content

embed_passage

Function embed_passage 

Source
pub fn embed_passage(
    embedder: &Mutex<TextEmbedding>,
    text: &str,
) -> Result<Vec<f32>, AppError>