Add more logs to see calls to the embedders
This commit is contained in:
parent
a985b4bc29
commit
1c07d92014
|
@ -637,6 +637,7 @@ impl Embedder {
|
|||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vector")]
|
||||
pub fn embed_chunks_ref(
|
||||
&self,
|
||||
texts: &[&str],
|
||||
|
|
Loading…
Reference in New Issue