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

LUCENE-10471 Increse max dims for vectors to 2048 #874

Closed
wants to merge 1 commit into from

Commits on May 9, 2022

  1. LUCENE-10471 Increse max dims for vectors to 2048

    Increase the maximum number of dims for KNN vectors to 2048.
    
    The current maximum allowed number of dimensions is equal to 1024.
    But we see in practice a number of models that produce vectors with > 1024
    dimensions, especially for image encoding (e.g mobilenet_v2 uses
     1280d vectors, OpenAI / GPT-3 Babbage uses 2048d vectors).
    Increasing max dims to `2048` will satisfy these use cases.
    
    We should not recommend further increase of vector dims.
    mayya-sharipova committed May 9, 2022
    Configuration menu
    Copy the full SHA
    9354b64 View commit details
    Browse the repository at this point in the history