Skip to content
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

bump pgvector to v0.7.0 and deprecating pg_sparse #401

Closed
Vonng opened this issue Apr 30, 2024 · 2 comments
Closed

bump pgvector to v0.7.0 and deprecating pg_sparse #401

Vonng opened this issue Apr 30, 2024 · 2 comments
Assignees
Labels
EXTENSION PostgreSQL Extension Related PGSQL PostgreSQL Related
Milestone

Comments

@Vonng
Copy link
Owner

Vonng commented Apr 30, 2024

https://twitter.com/jkatz05/status/1785003557948698873

https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#070-2024-04-29

  • Added halfvec type
  • Added sparsevec type
  • Added support for indexing bit type
  • Added support for indexing L1 distance with HNSW
  • Added binary_quantize function
  • Added hamming_distance function
  • Added jaccard_distance function
  • Added l2_normalize function
  • Added subvector function
  • Added concatenate operator for vectors
  • Added CPU dispatching for distance functions on Linux x86-64
  • Updated comparison operators to support vectors with different dimensions

And seems that pg_similarity can be deprecating too.

@Vonng Vonng added PGSQL PostgreSQL Related EXTENSION PostgreSQL Extension Related labels Apr 30, 2024
@Vonng Vonng added this to the v2.7 milestone Apr 30, 2024
@Vonng Vonng self-assigned this Apr 30, 2024
@Vonng
Copy link
Owner Author

Vonng commented May 2, 2024

It's now available on PGDG: https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9-x86_64/

You could use the latest v0.7.0 with online installation. or adding them to exisintg repo with: https://pigsty.io/docs/pgsql/admin/#adding-packages

@Vonng
Copy link
Owner Author

Vonng commented May 16, 2024

resolved in v2.7

@Vonng Vonng closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EXTENSION PostgreSQL Extension Related PGSQL PostgreSQL Related
Projects
Status: Done
Development

No branches or pull requests

1 participant