Skip to content

Releases: ChuckHend/pg_vectorize

v0.17.0

16 Jul 11:44
1e47832

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

06 Jun 12:46
314b846

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

23 Apr 21:14
3fb90ea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.14.2

18 Apr 19:30
3ac2430

Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

15 Apr 17:40
a7dfce9

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

11 Apr 17:52
5aa9d45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Apr 14:59
99c47b4

Choose a tag to compare

Highlight

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

06 Mar 19:25
c886ce3

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

05 Mar 16:28
7ea5d86

Choose a tag to compare

Summary

Two default behavior changes for new vectorize jobs, e.g. vectorize.table() and vectorize.init_rag(). Note: existing jobs are not changed. vectorize.search() and vectorize.rag() remain unchanged.

  1. embeddings are updated via cron-jobs, as opposed to an insert and update trigger. The default is a 1 minute interval.
  2. embeddings are stored in a separate table at vectorize._embeddings_<job_name>. a view is created over the source and embedding table at vectorize.<job_name>.

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

26 Feb 21:51
08e2d96

Choose a tag to compare

What's Changed

  • use same timeout on all calls, refactor bgw wait latch interaction by @ChuckHend in #63

Full Changelog: v0.11.0...v0.11.1