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

Eyrie support for vector index #1031

Open
8 of 15 tasks
foxspy opened this issue Jan 15, 2025 · 0 comments
Open
8 of 15 tasks

Eyrie support for vector index #1031

foxspy opened this issue Jan 15, 2025 · 0 comments

Comments

@foxspy
Copy link
Collaborator

foxspy commented Jan 15, 2025

Eyrie is a centralized memory management framework. Through Eyrie, some specific operations can be implemented, such as memory statistics, lazy load, etc. Vector index support Eyrie can be broken down into two steps

  1. Support memory-based zero copy

  2. Implement lazy load based on Eyrie

  3. Zero copy support

    • IVF_FLAT
    • IVF_SQ
    • IVF_PQ
    • SCANN
    • HNSW(faiss)
    • HNSW(hnswlib)
    • HNSW_SQ
    • HNSW_PQ
    • HNSW_PRQ
    • SPARSE_WAND
    • SPARSE_INVERTED_INDEX
    • GPU_INDEXES
    • Cardinal
    • Load Resource Estimation
  4. Partial Load

    • Cardinal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant