Skip to main content

embed_passage_with_embedding_choice

Function embed_passage_with_embedding_choice 

Source
pub fn embed_passage_with_embedding_choice(
    models_dir: &Path,
    text: &str,
    backends: BackendChoice,
) -> Result<(Vec<f32>, LlmBackendKind), AppError>
Expand description

v1.0.93: embedding with EmbeddingBackendChoice awareness.