microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.77k stars 581 forks source link

add Wait() method to SPTAG::Helper::DiskIO #409

Closed hliu18 closed 4 months ago

hliu18 commented 6 months ago

add Wait() method to SPTAG::Helper::DiskIO to support situation where the underlying disk IO layer does not support callback.

hliu18 commented 6 months ago

Put on hold until it's actually needed by SPTAG bulk tables.

hliu18 commented 6 months ago

Put on hold until needed.