DJ

Results 3 comments of DJ

I read the source Cpp file, and I find the class `IndexRefine`, I find `IndexRefine` not support `add_with_ids`, but I want to use `fastscan` index(Refine is necessary), what the general...

> The `IndexRefine` does not support `add_with_ids` because the ids need to be sequential indices for the refinement index, which is most often an `IndexFlatCodes`. If you need `add_with_ids`, please...

> The `IndexRefine` does not support `add_with_ids` because the ids need to be sequential indices for the refinement index, which is most often an `IndexFlatCodes`. If you need `add_with_ids`, please...