log the time arroy took to insert embeddings

This commit is contained in:
Kerollmops 2025-01-27 14:17:43 +01:00
parent df9d10ac44
commit 4a5923a55e
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -76,7 +76,7 @@ pub(super) fn write_to_db(
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>(
index: &Index,
wtxn: &mut RwTxn<'_>,