From 6a1062edf54a9ccaf4dfdb3501cf9a1e9c482db5 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 a1d71ef93..f7b48a305 100644 --- a/crates/milli/src/vector/mod.rs +++ b/crates/milli/src/vector/mod.rs @@ -637,6 +637,7 @@ impl Embedder { } } + #[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")] pub fn embed_chunks_ref( &self, texts: &[&str],