Skip to content

Bump pgvector to 0.8.4#41

Open
ljmnoonan wants to merge 1 commit into
Tecnativa:masterfrom
Pyxiris:bump-pgvector
Open

Bump pgvector to 0.8.4#41
ljmnoonan wants to merge 1 commit into
Tecnativa:masterfrom
Pyxiris:bump-pgvector

Conversation

@ljmnoonan

Copy link
Copy Markdown
Contributor

As requested in #40 (comment)

This should not be a breaking change, but does need an upgrade:
Install the latest version (use the same method as the original installation). Then in each database you want to upgrade, run:

ALTER EXTENSION vector UPDATE;

However, I have not tested this myself

For upgrade instructions, refer to
https://github.com/pgvector/pgvector#upgrading

Install the latest version (use the same method as the original installation).
Then in each database you want to upgrade, run:

ALTER EXTENSION vector UPDATE;

You can check the version in the current database with:

SELECT extversion FROM pg_extension WHERE extname = 'vector';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant