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.79k stars 582 forks source link

Iterator interface #407

Closed zqxjjj closed 8 months ago

zqxjjj commented 10 months ago

The iterator interface can get the result candidate one by one. No strict monotonicity is in the results. When relaxedMono is set to true in BasicResult, it indicates that all data satisfying a certain accuracy level has been returned.