v0.3.0-alpha.2
Pre-release
Pre-release
What's Changed
- fix: disable UNLOGGED vector indexes by @usamoi in #443
- fix: invalid check for bvector with 64 dims by @silver-ymz in #444
- fix: take
MyDatabaseId
into handle to resolve conflicts of OIDs in multidatabases by @usamoi in #445 - feat: add optimizing_threads to function by @cutecutecat in #375
- chore: add another implementation of multiversion by @usamoi in #446
- fix: validate_index for veci8 & rm deprecated feature. by @my-vegetable-has-exploded in #451
- feat: stand alone test by @whateveraname in #448
- fix: optiming threads deadlock by @cutecutecat in #453
- feat: sync CREATE INDEX by @usamoi in #462
- fix: fix openai option gucs setting. by @my-vegetable-has-exploded in #469
- feat: support aggregate function for vector. by @my-vegetable-has-exploded in #463
- fix: elkan K-means impl for some vector types by @usamoi in #472
- fix: skip partitioned tables in
pg_vector_index_stat
by @usamoi in #478 - fix: use f*_algebraic intrinsics, instead of f*_fast intrinsics by @usamoi in #481
- feat: support element-wise multiplication. by @my-vegetable-has-exploded in #480
- feat: add vector_norm, vector_dims and normalize for all vector types by @usamoi in #485
- fix: return type of vector_norm for svector & bvector by @usamoi in #487
- feat: temporary support for sparse aggregate. by @my-vegetable-has-exploded in #489
Full Changelog: v0.3.0-alpha.1...v0.3.0-alpha.2