Skip to main content

embed_via_claude_local_resolved

Function embed_via_claude_local_resolved 

Source
pub fn embed_via_claude_local_resolved(
    _models_dir: &Path,
    text: &str,
    claude_binary: Option<&Path>,
    claude_model: Option<&str>,
) -> Result<(Vec<f32>, LlmBackendKind), AppError>
Expand description

BUG-003 / v1.0.85: split of that also reports the resolved []. Always because this path constructs a Claude-flavoured embedder via (no PATH probe, no silent substitution).