pgvector 0.5.0 Released!
pgvector, an open-source PostgreSQL extension that provides vector similarity search capabilities, has released v0.5.0. This latest version of pgvector adds a new index type, hnsw
, builds using parallel workers for ivfflat
index type, improves performance for distance operations, and more. For more information, please see the CHANGELOG for 0.5.0: [...]