Micka

Results 43 comments of Micka

Have you had a look at the current documentation for the installation of cuvs? https://docs.rapids.ai/api/cuvs/nightly/build/#build-from-source It contains the commands needed to compile CAGRA in C++: 1. Create a conda environment...

As of version 24.10, the `search_with_filter` function has been replaced with an overload on the `search` function that you can see [here](https://github.com/rapidsai/cuvs/blob/branch-24.12/cpp/include/cuvs/neighbors/cagra.hpp#L1062). The source file doesn't need to be included...

It support only bitset or bitmap, depending on the index. Predicate-based filtering is still being worked on.

Yes this was already present in libcuvs 25.04 @navneet1v