vsop-479 opened a new pull request, #12495:
URL: https://github.com/apache/lucene/pull/12495
Fix comment on decode method from: 'Decode 128 integers into ints' to
'Decode 128 integers into longs' (same as ForUtil).
--
This is an automated message from the Apache Git Service.
To respond t
zf853109035 commented on issue #12496:
URL: https://github.com/apache/lucene/issues/12496#issuecomment-1669506742
lucene version is:8.11.2
--
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 spec
benwtrent merged PR #12493:
URL: https://github.com/apache/lucene/pull/12493
--
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.a
jmazanec15 commented on issue #12342:
URL: https://github.com/apache/lucene/issues/12342#issuecomment-1669857468
@searchivarius I see, yes thats correct.
--
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
benwtrent opened a new issue, #12497:
URL: https://github.com/apache/lucene/issues/12497
### Description
Having copy-on-write segments lends itself nicely with quantization. I
propose we add a new "scalar" or "linear" quantization codec. This will be a
simple quantization codec provi
donnerpeter merged PR #12491:
URL: https://github.com/apache/lucene/pull/12491
--
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
jimczi commented on issue #12497:
URL: https://github.com/apache/lucene/issues/12497#issuecomment-1670739188
> I am not sure we can create the HNSW graph until all vectors are
quantized. Some experimentation will have to be done here. It may be that
creating the graph in a streaming fashion