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 584 forks source link

Typo in README :) #13

Closed aulorbe closed 5 years ago

aulorbe commented 5 years ago

In this sentence: "SPTAG provides two methods: kd-tree and relative neighborhood graph (SPTAG-KDT) and balanced k-means tree and relatrive neighborhood graph (SPTAG-BKT)," "relatrive" should be "relative."

Thanks for open-sourcing!

MaggieQi commented 5 years ago

Thank you for your comments! I will fix the typo : )