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.
pub fn embed_passage_with_embedding_choice(
models_dir: &Path,
text: &str,
backends: BackendChoice,
) -> Result<(Vec<f32>, LlmBackendKind), AppError>v1.0.93: embedding with EmbeddingBackendChoice awareness.