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.83k stars 580 forks source link

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

Closed hliu18 closed 7 months ago

hliu18 commented 8 months ago

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

hliu18 commented 8 months ago

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

hliu18 commented 8 months ago

Put on hold until needed.