pub fn create_embedder_with_progress( model_name: Option<&str>, progress_callback: Option<ModelDownloadCallback>, ) -> Result<Box<dyn Embedder>>