mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-05 20:26:31 +00:00
Add a missing cancelation call for hannoy
This commit is contained in:
committed by
Louis Dureuil
parent
900e8a0d9c
commit
e000df8646
@ -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