Is your feature request related to a problem? Please describe.
I would like to perform filtered searches on IVF_PQ and CAGRA indexes from Rust. Currently the Rust API does not support this, but the underlying C++ implementation supports bitset/bitmap filters.
Describe alternatives you've considered
Directly using C++ apis via FFI (not ideal).
Additional context
I'd be happy to implement this!
Is your feature request related to a problem? Please describe.
I would like to perform filtered searches on IVF_PQ and CAGRA indexes from Rust. Currently the Rust API does not support this, but the underlying C++ implementation supports bitset/bitmap filters.
Describe alternatives you've considered
Directly using C++ apis via FFI (not ideal).
Additional context
I'd be happy to implement this!