-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(server)!: pgvecto.rs 0.2 and pgvector compatibility #6785
Conversation
Deploying with Cloudflare Pages
|
4e6fcc2
to
76f0383
Compare
Should also help with #5813 |
Right, added that to the PR description |
d339abb
to
b8578ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I really like those new error messages for wrong installs. That's a great addition and probably helps a lot reducing support tickets related to this.
update version check set ef_search for clip
Revert "pgvector compatibility" This reverts commit 2b66a52. pgvector compatibility: minimal edition pgvector startup check
add tests for updating extension remove unnecessary check
update prod compose
check error message
testing upstream fix formatting fixed reindexing
remove alpha from version name
d8543c6
to
b57c9b6
Compare
Thank you so much for adding pgvector compat. Fantastic! |
Description
This PR upgrades the codebase to be compatible with pgvecto.rs 0.2 and future patch releases. This change is beneficial in several respects:
Additionally, it now allows pgvector to be used instead. This is added for compatibility reasons - there are environments where pgvecto.rs simply cannot be used right now.
Summary of changes:
vectors
to the database search pathTo do:
Follow-up work:
Fixes #5813
Fixes #5880
Fixes #5893
Addresses discussion #5954