mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Add a missing cancelation call for hannoy
This commit is contained in:
committed by
Clément Renault
parent
59b9266ae0
commit
5780197ab5
@ -153,6 +153,8 @@ impl VectorStore {
|
||||
if writer.need_build(wtxn)? {
|
||||
writer
|
||||
.builder(rng)
|
||||
// .progress(|step| progress.update_progress_from_hannoy(step))
|
||||
.cancel(cancel)
|
||||
.ef_construction(HANNOY_EF_CONSTRUCTION)
|
||||
.build::<HANNOY_M, HANNOY_M0>(wtxn)?
|
||||
} else if writer.is_empty(wtxn)? {
|
||||
|
Reference in New Issue
Block a user