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 filter support for BKT: replace function pointer to std::fucntion… #371

Closed zqxjjj closed 1 year ago

zqxjjj commented 1 year ago

… to support lambda expression