-
Notifications
You must be signed in to change notification settings - Fork 203
Bolt 6.0 support with vector types #1214
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 all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7086931
WIP
robsdedude 2d3eeba
Merge branch '6.x' into vector-types
robsdedude 1d575e7
Add protocol support & tests for Vectors
robsdedude d8447c9
Merge branch '6.x' into vector-types
robsdedude 6eba5e6
Move vector related APIs into own module
robsdedude 7717e68
Fix broken docs resolution
robsdedude 8479652
Sphinx config fix
robsdedude b1611a8
Mute lint
robsdedude 61daf81
Introduce enums as alternative to magic strings in vector APIs
robsdedude 0cc2318
Fix visibility
robsdedude 7fae51a
Docs fixes
robsdedude 6af4df4
Add TestKit support
robsdedude 71994fe
fixup! Introduce enums as alternative to magic strings in vector APIs
robsdedude ba13797
Overload Vector initializer
robsdedude 5f26758
Fix docs formatting
robsdedude 5fa5f2e
Simplify wording
robsdedude 2ffc321
Improve init overloading docs + fix bytearray input + fix tests
stefano-ottolenghi 624511a
Merge branch '6.x' into vector-types
robsdedude 0b34ced
Use rust-ext/numpy for Vector conversions to/from native
robsdedude 24d83d7
Improve dtype type checks
robsdedude 6f8f070
fixup! Overload Vector initializer
robsdedude c556e5e
Merge branch '6.x' into vector-types
robsdedude 2869c38
Adjust vector docs to mention server version introducing bolt 6.0
robsdedude 07b2f0d
Minor polish: code style, typos, ...
robsdedude 2dab13a
Merge branch '6.x' into vector-types
robsdedude 129be0a
Leave benchmarking to rust-ext codebase
robsdedude c636a66
Revert docs change needing further discussion
MaxAake 699fbef
Merge branch '6.x' into vector-types
robsdedude fedfd3f
Update docs to reflect server-side bolt 6.0 delay
robsdedude 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _vector-data-types: | ||
|
||
***************** | ||
Vector Data Types | ||
***************** | ||
|
||
.. autoclass:: neo4j.vector.Vector | ||
:members: | ||
|
||
|
||
.. autoclass:: neo4j.vector.VectorEndian | ||
:show-inheritance: | ||
:members: | ||
|
||
|
||
.. autoclass:: neo4j.vector.VectorDType | ||
:show-inheritance: | ||
:members: |
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.