pub fn recommended_config(
weights_path: impl Into<String>,
) -> EmbeddingModelConfigExpand description
Build a default configuration for the recommended model.
The caller must supply the actual weights_path where the model was
placed (orbok does not download models without explicit user action,
RFC-029).