Categories
Misc

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

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…

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 neighbor search by limiting it to only a small subset…

Source

Leave a Reply

Your email address will not be published. Required fields are marked *