mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 03:18:30 +02:00
Fix warnings
This commit is contained in:
parent
bc4d1530ee
commit
695877043a
@ -675,6 +675,7 @@ fn compare_vectors(a: &[f32], b: &[f32]) -> Ordering {
|
||||
a.iter().copied().map(OrderedFloat).cmp(b.iter().copied().map(OrderedFloat))
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[tracing::instrument(level = "trace", skip_all, target = "indexing::extract")]
|
||||
pub fn extract_embeddings<R: io::Read + io::Seek>(
|
||||
// docid, prompt
|
||||
|
@ -1,4 +1,3 @@
|
||||
use std::f32::consts::E;
|
||||
use std::{cell::RefCell, sync::Arc};
|
||||
|
||||
use bumpalo::collections::Vec as BVec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user