Skip to content
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

[FEA] Move FAISS PQ wrappers to RAFT #3954

Closed
cjnolet opened this issue Jun 7, 2021 · 0 comments · Fixed by #3963
Closed

[FEA] Move FAISS PQ wrappers to RAFT #3954

cjnolet opened this issue Jun 7, 2021 · 0 comments · Fixed by #3963
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented Jun 7, 2021

This is going to be useful for adding ANN options to several algorithms, including UMAP, TSNE, and HDBSCAN, and Robust Single Linkage. We don't need the classification/regression code, just the wrappers that allow us to compute:

dists, inds = faiss_pq_ann(X)
@cjnolet cjnolet added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jun 7, 2021
@cjnolet cjnolet removed the ? - Needs Triage Need team to review and classify label Jun 7, 2021
rapids-bot bot pushed a commit that referenced this issue Jun 16, 2021
This accompanies the RAFT PR: rapidsai/raft#265

Closes #3954

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Victor Lafargue (https://github.com/viclafargue)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #3963
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this issue Oct 9, 2023
This accompanies the RAFT PR: rapidsai/raft#265

Closes rapidsai#3954

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Victor Lafargue (https://github.com/viclafargue)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#3963
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant