Skip to content

Releases: timescale/pgvectorscale

0.3.0

12 Aug 19:44
Compare
Choose a tag to compare

This release fixes a few bugs, add some safety checks and fixes an issue with storing many nodes in the same location. The latter should improve recall for low-dimension data.

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

05 Jun 18:36
Compare
Choose a tag to compare

This is a major release

This release contains major algorithmic improvements to make the index much more performant. The (now default) SBQ mode allows for very fast retrieval over a compressed index. Please see the accompanying benchmark posts for more information.

  • improved DiskANN algorithm including better stopping criteria and other algorithmic changes
  • A new quantization algorithm called Statistical Binary Quantization (SBQ) for improved accuracy on quantized retrieval. This is SOTA for binary quantization.
  • Rescoring as part of index retrieval -- which greatly improves accuracy for partitioned tables.
  • Deprecating PQ
  • New extension name vectorscale and project name pgvectorscale
  • New index name diskann

0.0.2

30 Nov 22:01
Compare
Choose a tag to compare
Prepare for release 0.0.2

Release 0.0.1

21 Sep 19:34
Compare
Choose a tag to compare
Prepare 0.0.1

0.0.1-dev.1

15 Sep 14:57
Compare
Choose a tag to compare
0.0.1-dev.1 Pre-release
Pre-release

First release for dev