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] Optimize use of main memory for ANN indexes #1708

Open
cjnolet opened this issue Aug 1, 2023 · 0 comments
Open

[FEA] Optimize use of main memory for ANN indexes #1708

cjnolet opened this issue Aug 1, 2023 · 0 comments
Assignees
Labels
feature request New feature or request Vector Search

Comments

@cjnolet
Copy link
Member

cjnolet commented Aug 1, 2023

We need to find a good approach to efficiently performing queries on architectures like G&H. Ideally, we would be able to train and keep very large indices in memory but have smart ways of caching only what we need on the GPU such that we can increase cached hits as much as possible and reduce the number of transfers to/from the GPU.

I'm creating this issue so we can track discussions and progress on this feature.

@cjnolet cjnolet added feature request New feature or request Vector Search labels Aug 1, 2023
@cjnolet cjnolet changed the title [FEA] Optimize use of main memory for ANN queries [FEA] Optimize use of main memory for ANN indexes Aug 2, 2023
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 Vector Search
Projects
Status: In Progress
Development

No branches or pull requests

2 participants