Add more logs to see calls to the embedders

This commit is contained in:
Kerollmops 2025-01-28 16:20:33 +01:00
parent 426ea5aa97
commit 6a1062edf5
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -637,6 +637,7 @@ 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],