-
Notifications
You must be signed in to change notification settings - Fork 94
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
PG-Vector support in Babelfish #2232
Merged
KushaalShroff
merged 19 commits into
babelfish-for-postgresql:BABEL_3_X_DEV
from
amazon-aurora:vector_support
Jan 29, 2024
Merged
PG-Vector support in Babelfish #2232
KushaalShroff
merged 19 commits into
babelfish-for-postgresql:BABEL_3_X_DEV
from
amazon-aurora:vector_support
Jan 29, 2024
Conversation
This file contains 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
Pull Request Test Coverage Report for Build 7636388945Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
KushaalShroff
force-pushed
the
vector_support
branch
from
January 18, 2024 16:10
f7af7a4
to
2abcbbc
Compare
KushaalShroff
force-pushed
the
vector_support
branch
from
January 18, 2024 16:17
2abcbbc
to
39b554e
Compare
rishabhtanwar29
approved these changes
Jan 19, 2024
KushaalShroff
force-pushed
the
vector_support
branch
from
January 22, 2024 05:43
837e4c0
to
c7e82bc
Compare
Deepesh125
reviewed
Jan 22, 2024
contrib/babelfishpg_tsql/src/backend_parser/gram-tsql-epilogue.y.c
Outdated
Show resolved
Hide resolved
2 general questions:
|
Deepesh125
previously approved these changes
Jan 24, 2024
KushaalShroff
force-pushed
the
vector_support
branch
from
January 29, 2024 05:44
f14589e
to
56a9a05
Compare
KushaalShroff
force-pushed
the
vector_support
branch
from
January 29, 2024 06:11
56a9a05
to
f28804c
Compare
Deepesh125
approved these changes
Jan 29, 2024
KushaalShroff
merged commit Jan 29, 2024
5d7b982
into
babelfish-for-postgresql:BABEL_3_X_DEV
37 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
With GenAI capturing the imagination and Vector Similarity search being one of the foundational features in this space, we MUST leverage what is being offered by pgvector and make it available for T-SQL applications.
With this commit, users can install the vector extension in SYS schema and start using not only the datatype but also all of the other features available in pgvector extension [https://github.com/pgvector/pgvector].
NOTE: Except for Creation of IVFFLAT and HNSW indexes, rest all queries must follow TSQL syntax and semantics.
TASK: BABEL-4687
Signed-off-by: Kushaal Shroff [email protected]
Check List
By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.