W
Whitney Jutzin
Merged in a post:
Saving OpenAI embeddings with pg_vector
Guillermo Horno
It would be great to be able to save embeddings directly in Postgresql. This can be done with the pg_vector extension. Supabase and other providers are starting to add them.
W
Whitney Jutzin
Merged in a post:
pgvector - update to 0.5.0
James Brown
Please update/include the pgvector extension 0.5.0. Reference: https://github.com/pgvector/pgvector/releases/tag/v0.5.0
W
Whitney Jutzin
Merged in a post:
pgvector v.0.6
S H
Please update to v.0.6 which is 30x faster. thanks
W
Whitney Jutzin
marked this post as
complete
Exciting Update! PostgreSQL clusters now support pgvector v0.7.2. You can verify your access to this feature by running \dx from psql or querying pg_extension and locating vector in the output. If you do not have access to this pgvector version yet, update your PostgreSQL cluster. For a full list of supported extensions, see our guide Supported PostgreSQL Extensions. https://docs.digitalocean.com/products/databases/postgresql/details/supported-extensions/ Please reach out to our support team if you need any help getting set up. Thank you for taking the time out of your day to share this need and I hope you'll continue to share and product improvement requests you have moving forward.
C
Chandan Pradhan
PostgreSQL clusters on DigitalOcean now support the pgvector extension, for vector similarity search. For a full list of supported extensions, see our guide Supported PostgreSQL Extensions.