pub fn embed_passage_with_embedding_choice(
models_dir: &Path,
text: &str,
embedding_backend: EmbeddingBackendChoice,
llm_backend: LlmBackendChoice,
) -> Result<(Vec<f32>, LlmBackendKind), AppError>Expand description
v1.0.93: embedding with EmbeddingBackendChoice awareness.