mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove Embed::process_embeddings
and have it be an inherent function of the type that uses it
This commit is contained in:
parent
549dc985b8
commit
a06cb1bfd6
3 changed files with 4 additions and 15 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue