chore: satisfy clippy

This commit is contained in:
Joshua Mo 2025-04-11 12:22:04 +01:00
parent b7ec64e7d6
commit 3fdd0837f1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ impl EmbeddingModel {
.unwrap(), .unwrap(),
); );
let ndims = TextEmbedding::get_model_info(&model).unwrap().dim; let ndims = TextEmbedding::get_model_info(model).unwrap().dim;
Self { Self {
embedder, embedder,