mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove useless dbg
This commit is contained in:
parent
6b29676e7e
commit
b867829ef1
2 changed files with 0 additions and 2 deletions
|
@ -163,7 +163,6 @@ impl Embedder {
|
|||
text_chunks: Vec<Vec<String>>,
|
||||
threads: &ThreadPoolNoAbort,
|
||||
) -> Result<Vec<Vec<Embeddings<f32>>>, EmbedError> {
|
||||
dbg!(&text_chunks);
|
||||
threads
|
||||
.install(move || {
|
||||
text_chunks.into_par_iter().map(move |chunk| self.embed(chunk)).collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue