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