From 97e17f52a1d1a0b66ae0f304b3f5214ff5d9acc6 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 28 Jan 2025 16:20:33 +0100 Subject: [PATCH] Add more logs to see calls to the embedders --- crates/milli/src/vector/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/milli/src/vector/mod.rs b/crates/milli/src/vector/mod.rs index 0be698027..92611b400 100644 --- a/crates/milli/src/vector/mod.rs +++ b/crates/milli/src/vector/mod.rs @@ -638,6 +638,7 @@ impl Embedder { } } + #[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")] pub fn embed_chunks_ref( &self, texts: &[&str],