Remove a log that would log too much
This commit is contained in:
parent
915cc377fb
commit
48812229a9
|
@ -638,7 +638,6 @@ impl Embedder {
|
|||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")]
|
||||
pub fn embed_chunks_ref(
|
||||
&self,
|
||||
texts: &[&str],
|
||||
|
|
Loading…
Reference in New Issue