mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
log the time arroy took to insert embeddings
This commit is contained in:
parent
df9d10ac44
commit
4a5923a55e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ pub(super) fn write_to_db(
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(level = "trace", skip_all, target = "indexing::vectors")]
|
#[tracing::instrument(level = "debug", skip_all, target = "indexing::vectors")]
|
||||||
pub(super) fn build_vectors<MSP>(
|
pub(super) fn build_vectors<MSP>(
|
||||||
index: &Index,
|
index: &Index,
|
||||||
wtxn: &mut RwTxn<'_>,
|
wtxn: &mut RwTxn<'_>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue