mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Remove Embed::process_embeddings
and have it be an inherent function of the type that uses it
This commit is contained in:
@ -30,8 +30,6 @@ pub trait OnEmbed<'doc> {
|
||||
unused_vectors_distribution: &Self::ErrorMetadata,
|
||||
metadata: &[Metadata<'doc>],
|
||||
) -> crate::Error;
|
||||
|
||||
fn process_embeddings(&mut self, metadata: Metadata<'doc>, embeddings: Vec<Embedding>);
|
||||
}
|
||||
|
||||
pub struct EmbedSession<'doc, C, I> {
|
||||
|
Reference in New Issue
Block a user