mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Add more logs to see calls to the embedders
This commit is contained in:
parent
426ea5aa97
commit
6a1062edf5
1 changed files with 1 additions and 0 deletions
|
@ -637,6 +637,7 @@ impl Embedder {
|
|||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")]
|
||||
pub fn embed_chunks_ref(
|
||||
&self,
|
||||
texts: &[&str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue