mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
Add more logs to see calls to the embedders
This commit is contained in:
@ -637,6 +637,7 @@ impl Embedder {
|
||||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")]
|
||||
pub fn embed_chunks_ref(
|
||||
&self,
|
||||
texts: &[&str],
|
||||
|
Reference in New Issue
Block a user