-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove vector values copy() methods, moving IndexInput.clone() and temp storage into lower-level interfaces #13872
base: main
Are you sure you want to change the base?
Commits on Oct 7, 2024
-
refactor float vector values random access
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b76ac3 - Browse repository at this point
Copy the full SHA 0b76ac3View commit details -
refactor byte vector values random access
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c2977f - Browse repository at this point
Copy the full SHA 1c2977fView commit details -
make sure KnnVectorValues.iterator() always returns a new value
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for debac32 - Browse repository at this point
Copy the full SHA debac32View commit details -
fix cloning/sharing of vector scorer resources
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 273e8ed - Browse repository at this point
Copy the full SHA 273e8edView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for ce70f4c - Browse repository at this point
Copy the full SHA ce70f4cView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for b4febca - Browse repository at this point
Copy the full SHA b4febcaView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fca27c - Browse repository at this point
Copy the full SHA 2fca27cView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e51380 - Browse repository at this point
Copy the full SHA 2e51380View commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b8d70f - Browse repository at this point
Copy the full SHA 3b8d70fView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for f5e0260 - Browse repository at this point
Copy the full SHA f5e0260View commit details -
mopping up some more values->vectors
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c68a6e - Browse repository at this point
Copy the full SHA 9c68a6eView commit details -
Michael Sokolov committed
Oct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for f035183 - Browse repository at this point
Copy the full SHA f035183View commit details -
fix error introduced in refactoring (init lastSubIndex to -1 instead …
…of 0)
Michael Sokolov committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 23c7497 - Browse repository at this point
Copy the full SHA 23c7497View commit details
Commits on Oct 14, 2024
-
Add BaseKnnVectorsFormatTestCase.testRecall() and fix map ord to doc …
…in Lucene90HnswVectorsReader
Michael Sokolov committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 63a4d83 - Browse repository at this point
Copy the full SHA 63a4d83View commit details
Commits on Oct 15, 2024
-
Add BaseKnnVectorsFormatTestCase.testRecall() and fix map ord to doc …
…in Lucene90HnswVectorsReader
Michael Sokolov committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 2099589 - Browse repository at this point
Copy the full SHA 2099589View commit details
Commits on Oct 17, 2024
-
Michael Sokolov committed
Oct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6141900 - Browse repository at this point
Copy the full SHA 6141900View commit details -
test all similarities and more queries
Michael Sokolov committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 61a0d79 - Browse repository at this point
Copy the full SHA 61a0d79View commit details -
fix Lucene90Hnsw that was aliasing vector values
Michael Sokolov committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 5a6d709 - Browse repository at this point
Copy the full SHA 5a6d709View commit details
Commits on Oct 18, 2024
-
Michael Sokolov committed
Oct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for bbe4d28 - Browse repository at this point
Copy the full SHA bbe4d28View commit details -
Merge remote-tracking branch 'origin/main' into knn-dictionary
Michael Sokolov committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a2c3bb - Browse repository at this point
Copy the full SHA 1a2c3bbView commit details -
fix initialization bug in SlowCompositeCodecReaderWrapper
Michael Sokolov committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 568372f - Browse repository at this point
Copy the full SHA 568372fView commit details
Commits on Oct 22, 2024
-
simplifications from PR feedback
Michael Sokolov committedOct 22, 2024 Configuration menu - View commit details
-
Copy full SHA for da06288 - Browse repository at this point
Copy the full SHA da06288View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed233ba - Browse repository at this point
Copy the full SHA ed233baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2cb2d - Browse repository at this point
Copy the full SHA 5c2cb2dView commit details
Commits on Nov 7, 2024
-
fix aliasing of vector scratch in quantized scorer
Michael Sokolov committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 4284360 - Browse repository at this point
Copy the full SHA 4284360View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1e0007 - Browse repository at this point
Copy the full SHA f1e0007View commit details -
reuse Floats and RandomVectorScorers
Michael Sokolov committedNov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for ef13bad - Browse repository at this point
Copy the full SHA ef13badView commit details