mirror of https://github.com/0xplaygrounds/rig
chore: satisfy clippy
This commit is contained in:
parent
b7ec64e7d6
commit
3fdd0837f1
|
@ -81,7 +81,7 @@ impl EmbeddingModel {
|
|||
.unwrap(),
|
||||
);
|
||||
|
||||
let ndims = TextEmbedding::get_model_info(&model).unwrap().dim;
|
||||
let ndims = TextEmbedding::get_model_info(model).unwrap().dim;
|
||||
|
||||
Self {
|
||||
embedder,
|
||||
|
|
Loading…
Reference in New Issue