mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-02 19:40:52 +02:00
Remove a log that would log too much
This commit is contained in:
parent
3bbad823e0
commit
e0f446e4d3
1 changed files with 0 additions and 1 deletions
|
@ -637,7 +637,6 @@ impl Embedder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")]
|
|
||||||
pub fn embed_chunks_ref(
|
pub fn embed_chunks_ref(
|
||||||
&self,
|
&self,
|
||||||
texts: &[&str],
|
texts: &[&str],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue