From adfbd39aba224408fe9b8883d18f2757d2a52df9 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 28 Jan 2025 17:41:37 +0100 Subject: [PATCH] Remove a log that would log too much --- crates/milli/src/vector/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/milli/src/vector/mod.rs b/crates/milli/src/vector/mod.rs index 92611b400..0be698027 100644 --- a/crates/milli/src/vector/mod.rs +++ b/crates/milli/src/vector/mod.rs @@ -638,7 +638,6 @@ impl Embedder { } } - #[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")] pub fn embed_chunks_ref( &self, texts: &[&str],