Rohan Chitale
Rohan Chitale
# Background Please read the following RFC for more background on the OpenSearch **Remote Vector Index Build Service**: #2293 And the following documents to understand the low level implementation of...
**Describe the bug** When testing the cuVS Python Cagra API for certain inner product datasets, I get a low recall value. I tested the following ANN datasets with k =...
**Is your feature request related to a problem? Please describe.** The CAGRA C++ API has support for the `attach_dataset_on_build` parameter: https://docs.rapids.ai/api/cuvs/stable/cpp_api/neighbors_cagra/#_CPPv423attach_dataset_on_build. However, the Python API does not: https://docs.rapids.ai/api/cuvs/stable/python_api/neighbors_cagra/#index-build-parameters. When I...
Hi, I am trying to build two GPU indexes of the same size in two parallel processes, using `GpuIndexCagra` and the python API for `faiss`. I've noticed that this takes...