Skip to content

Add conversion functions forfaiss::IDSelector #936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

lowener
Copy link
Contributor

@lowener lowener commented May 27, 2025

This PR add utility fonctions to convert a faiss::IDSelector into a cuvs::core::bitset_view.

lowener added 3 commits May 23, 2025 08:48
Signed-off-by: Mickael Ide <[email protected]>
Signed-off-by: Mickael Ide <[email protected]>
@lowener lowener requested review from a team as code owners May 27, 2025 14:37
@lowener lowener changed the base branch from branch-25.06 to branch-25.08 May 27, 2025 14:38
@lowener lowener added feature request New feature or request non-breaking Introduces a non-breaking change labels May 27, 2025

#include <cuvs/core/bitmap.hpp>
#include <cuvs/core/bitset.hpp>
#include <faiss/impl/IDSelector.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to be using faiss types in cuVS. That would introduce a circular dependency. Instead, we should implement the conversion logic in FAISS itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cpp DO NOT MERGE feature request New feature or request non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants