-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add BSON Binary Subtype 9 support for vector storage and retrieval. #1528
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8cdec02
Add BSON Binary Subtype 9 support for vector storage and retrieval.
vbabanin 5237979
Add Vector subtypes.
vbabanin c68bd70
Add Vector codecs.
vbabanin a50708f
Make subclasses final.
vbabanin 7eb252b
Add functional tests.
vbabanin 5294d9e
Merge branch 'main' into JAVA-5544
vbabanin e5bd2b7
Fix tests.
vbabanin 8de3743
Rename Type to DataType.
vbabanin 7f82ac4
Merge branch 'main' into JAVA-5544
vbabanin d5c3fe9
Add javadoc.
vbabanin d3c3789
Move validation to specific method.
vbabanin 0b1bd60
Merge branch 'main' into JAVA-5544
vbabanin 99830ec
Merge branch 'main' into JAVA-5544
vbabanin a71779e
Apply suggestions from code review
vbabanin ec7cafe
Update bson/src/main/org/bson/PackedBitVector.java
vbabanin d3a2287
Add decoding to Vector in DocumentCodec.
vbabanin 45d21ed
Change exception type.
vbabanin b2952b7
Update tests.
vbabanin 097bf13
Change javadoc.
vbabanin e65817c
Remove redundant method.
vbabanin 0a168d9
Change validation message.
vbabanin cbfae8f
Remove redundant test.
vbabanin 952ce35
Clarify comments, adjust assertion.
vbabanin 3422dcd
Add tests and change validation message.
vbabanin 874c00a
Merge branch 'main' into JAVA-5544
vbabanin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename Type to DataType.
- Loading branch information
commit 8de3743b0ce76490aed2c7bc2ef4bd735eb887a4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for the refactoring done to the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.