mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Log more to make sure we insert vectors in the hgg data-structure
This commit is contained in:
parent
5816008139
commit
aca305bb77
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue