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…