mayya-sharipova opened a new pull request, #874:
URL: https://github.com/apache/lucene/pull/874

   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 will not recommend further increase of vector dims.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to