mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-24 23:31:02 +00:00
Log more to make sure we insert vectors in the hgg data-structure
This commit is contained in:
committed by
Clément Renault
parent
5816008139
commit
aca305bb77
@ -234,6 +234,7 @@ pub(crate) fn write_typed_chunk_into_index(
|
||||
// TODO enable again when the library is fixed
|
||||
hgg.insert(pod_collect_to_vec(value), docid);
|
||||
}
|
||||
log::debug!("There are {} entries in the HGG so far", hgg.len());
|
||||
index.put_vector_hgg(wtxn, &hgg)?;
|
||||
}
|
||||
TypedChunk::ScriptLanguageDocids(hash_pair) => {
|
||||
|
Reference in New Issue
Block a user