rapidsai / cuvs

cuVS - a library for vector search and clustering on the GPU
https://rapids.ai
Apache License 2.0
227 stars 68 forks source link

[FEA] Improve Vamana/DiskANN build #393

Open bkarsin opened 1 month ago

bkarsin commented 1 month ago

Initial Vamana build has limited features and several items to improve performance or usability. Once these items are addressed, we can consider moving it out of the "experimental" namespace. They include:

bkarsin commented 1 day ago

Fixed alignment issue for datasets with dimensions not a multiple of 16, but this introduced a bug that I am currently working on. Resulting delay means we need to push this issue off to the next release.