Accelerating Vector Search: RAPIDS cuVS IVF-PQ Part 1, Deep Dive

Originally published at: https://developer.nvidia.com/blog/accelerating-vector-search-rapids-cuvs-ivf-pq-deep-dive-part-1/

In this blog post, we continue the series on accelerating vector search using cuVS RAFT. Our previous post in the series introduced IVF-Flat, a fast algorithm for accelerating approximate nearest neighbors (ANN) search on GPUs. We discussed how using an inverted file index (IVF) provides an intuitive way to reduce the complexity of the nearest…