forked from hjamil-24/sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(core): add VECTOR datatype support with Oracle vector integration #2
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
Open
prajalg
wants to merge
52
commits into
main
Choose a base branch
from
vector_temp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
6d8768c
initial commit : added changes from v6 vector support MR
prajalg 6c40f33
added VECTOR export in ESM entry point
prajalg e9d79e9
added more tests and tight check for vector literal srting for arg of…
prajalg 37c88b7
lint fix
prajalg 95268b9
Merge branch 'main' into vector_support_v7
prajalg 92a3f05
added more tests including related to vector index
prajalg e97ade4
fix sql for oracle in show-indexes-query.test.ts
prajalg 9716ccf
modified framework to also allow other dialects to implement the same
prajalg 498bfc2
also added some dialects sample implementation + minor core changes
prajalg fa443e4
corrected snowflake sample implementation and unit tests
prajalg 4ef6f3b
removed sample pg implementation for vector
prajalg 362fbc0
added vector integration test for snowflake
prajalg 81c828a
added postgres vector sample support
prajalg ea99dd6
added console.log for vector extension creation error
prajalg f8bb8e0
removed pg vector integration tests
prajalg cc852f6
addressed review comments
prajalg a1b6ccc
lint fix
prajalg 7a61a37
made subfunctions within addIndexQuery
prajalg db072b7
added vector insert/update sql generation unit tests
prajalg cb2570a
added more tests
prajalg 24682ce
fix:prettier
prajalg 2b68210
removed isNumericTypedArray function and added test for binds in vect…
prajalg fae0d52
Merge branch 'main' into vector_support_v7
prajalg e1625c7
expanded acronyms + lint fix
prajalg 3f0d687
restructured + added more tests
prajalg 7c14284
- explicitly make abstractbase so that oracle can add its own vector
sudarshan12s a95f900
- minor change in test
sudarshan12s ae828d6
reject unsupported VECTOR index options like unique, where, include, …
sudarshan12s 2bef55f
lint fix
prajalg ec5ba74
minor test fix
prajalg ee40489
add stricter check for using (only allow "hnsw" or "ivf") and order (…
prajalg 292b348
removed custom isShowIndexesQuery() for oracle
prajalg f8a701b
minor cleanups
prajalg 3e8552a
Merge branch 'main' into vector_support_v7
prajalg 407de39
- correct reading index subtype
sudarshan12s 0ad7eb9
Merge branch 'vector_support_v7' of orahub.oci.oraclecorp.com:databas…
sudarshan12s 27fbf19
- fix unit test for index sql change
sudarshan12s b05b9f2
- remove unused code
sudarshan12s e2939f0
- correct some index sql generations
sudarshan12s 00ccd15
- add more tests
sudarshan12s e06bb13
- remove oracle specifc index options in common layer
sudarshan12s 3831c67
- add more tests
sudarshan12s 52894fe
lint fix
prajalg ef8751e
added db version check for oracle INDEX_SUBTYPE column
prajalg 9efae86
removed early actual connection acquisition in showIndex()
prajalg ba2f300
removed NULL literal and generated sql dynamically
prajalg 46139c8
corrected INDEX_SUBTYPE compatibility unit test
prajalg 00e77e1
removed pg and snowflake changes
prajalg 484a3d9
added some comments
prajalg 550ebf2
address bot comments
prajalg 9f1579e
updated test expectations for vector
prajalg f42eebe
some minor changes + addressed bot comments
prajalg 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
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.
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.