Skip to content

Releases: ChuckHend/pg_vectorize

v0.11.0

26 Feb 19:42
0103b2a

Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

22 Feb 21:03
d2dd4da

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

17 Feb 02:40
3aa3810

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

30 Jan 00:25
5cb8f9b

Choose a tag to compare

Highlights:

  • trigger based updating of embeddings, as opposed to cron scheduled updates.

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

25 Jan 17:46
2cfe036

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Jan 22:07
51d95ea

Choose a tag to compare

Breaking changes

  • model names are now hyphenated instead of underscore substituted. For example, now call:
select vectorize.transform_embeddings(
  input => 'my text message',
  model_name => 'text-embedding-ada-002' -- previously 'text_embedding_ada_002'
)

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

09 Dec 16:31
f17f36d

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Nov 21:24
484d89e

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Nov 17:31
67c3132

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 Nov 00:31
c84a1d1

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0