Finish most of the channels types

This commit is contained in:
Clément Renault
2024-11-27 13:36:30 +01:00
parent e1e76f39d0
commit 6ac5b3b136
4 changed files with 474 additions and 331 deletions

View File

@ -76,7 +76,7 @@ impl<'a, 'extractor> Extractor<'extractor> for EmbeddingExtractor<'a> {
context.data,
&self.possible_embedding_mistakes,
self.threads,
self.sender,
&self.sender,
&context.doc_alloc,
))
}