Skip to content

Releases: timescale/pgai

extension-0.11.1

11 Aug 07:47
4b54320
Compare
Choose a tag to compare

Fixes

Remove Debian specific python path for global packages from sys.path (b7badfe)

extension-0.11.0

10 Jul 11:59
Compare
Choose a tag to compare
chore: release extension 0.11.0

pgai: v0.11.4

04 Jul 10:06
Compare
Choose a tag to compare

0.11.4 (2025-07-04)

Bug Fixes

  • skip empty strings when batching documents (4e040a9)

pgai: v0.11.3

30 Jun 16:07
Compare
Choose a tag to compare

0.11.3 (2025-06-30)

Bug Fixes

  • pass voyage api key to client (8eab632)
  • store ModelRequest in generate_sql messages list (#834) (0dd09c0)
  • vectorizer_relationship with tuple table args (#805) (ae49c48)

Miscellaneous

pgai: v0.11.2

12 Jun 11:46
c00d6aa
Compare
Choose a tag to compare

0.11.2 (2025-06-12)

Miscellaneous

pgai: v0.11.1

11 Jun 16:21
b8b7495
Compare
Choose a tag to compare

0.11.1 (2025-06-11)

Miscellaneous

  • switch back to python 3.12 in docker image (#806) (c8a8847)

pgai: v0.11.0

11 Jun 15:35
3c92455
Compare
Choose a tag to compare

0.11.0 (2025-06-11)

Features

  • support named vectorizers in ai.execute_vectorizer (#776) (5f4e3e1)

Bug Fixes

  • incorrect error of column does not exist (b8019a4)
  • skip granting already granted roles when granting permissions to ai.vectorizer_errors view (#804) (15a06e6)
  • use cwd for dotenv (b95efcb)

Miscellaneous

  • deps: bump python (#787) (8f5dfa2)
  • deps: bump the dependencies group across 1 directory with 6 updates (#775) (21c947e)
  • ignore dist directory from pyright (404eeb3)

pgai: v0.10.5

19 May 20:28
f621d33
Compare
Choose a tag to compare

0.10.5 (2025-05-19)

Bug Fixes

  • errors table is now based on Features when running a Vectorizer (#757) (a90e75a)

pgai: v0.10.4

19 May 13:51
49be5ca
Compare
Choose a tag to compare

0.10.4 (2025-05-19)

Features

  • add support for named vectorizers to ai.vectorizer_errors (#740) (c1d13f4)

Bug Fixes

  • reuse easyocr models from docling cache dir (#743) (647985e)

pgai: v0.10.3

14 May 14:35
Compare
Choose a tag to compare

0.10.3 (2025-05-14)

Features

  • vectorizer: warn on outdated pgai library (#714) (ea16719)

Bug Fixes

Miscellaneous