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
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
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,
))
}