Add more logs to see calls to the embedders

This commit is contained in:
Kerollmops
2025-01-28 16:20:33 +01:00
parent 8ed39f5de0
commit 97e17f52a1

View File

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