[GitHub] [lucene] jpountz commented on issue #11963: Improve vector quantization API

2023-01-24 Thread via GitHub
jpountz commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1402147042 +1 to close -- 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

[GitHub] [lucene] jpountz commented on issue #11963: Improve vector quantization API

2022-11-23 Thread GitBox
jpountz commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1324845550 > the types should be distinguished in fieldinfos today as well (not sure if that is currently the case) They are, `FieldInfo#vectorEncoding`. Trying to list what the c

[GitHub] [lucene] jpountz commented on issue #11963: Improve vector quantization API

2022-11-22 Thread GitBox
jpountz commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1323732143 I had not considered generics, I guess it would be an option indeed by passing the expected vector array class to `getVectorValues` and `searchNearestNeighbors`. -- This is an au