mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-02 09:46:29 +00:00
Remove Embed::process_embeddings
and have it be an inherent function of the type that uses it
This commit is contained in:
@@ -1300,12 +1300,4 @@ impl<'doc> OnEmbed<'doc> for WriteGrenadOnEmbed<'_> {
|
||||
crate::Error::UserError(crate::UserError::DocumentEmbeddingError(msg))
|
||||
}
|
||||
}
|
||||
|
||||
fn process_embeddings(
|
||||
&mut self,
|
||||
_metadata: crate::vector::session::Metadata<'doc>,
|
||||
_embeddings: Vec<Embedding>,
|
||||
) {
|
||||
unimplemented!("unused")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user