Releases: timescale/pgai
Releases · timescale/pgai
extension-0.11.1
Fixes
Remove Debian specific python path for global packages from sys.path (b7badfe)
extension-0.11.0
chore: release extension 0.11.0
pgai: v0.11.4
0.11.4 (2025-07-04)
Bug Fixes
- skip empty strings when batching documents (4e040a9)
pgai: v0.11.3
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
0.11.2 (2025-06-12)
Miscellaneous
pgai: v0.11.1
0.11.1 (2025-06-11)
Miscellaneous
- switch back to python 3.12 in docker image (#806) (c8a8847)
pgai: v0.11.0
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
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
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
0.10.3 (2025-05-14)
Features
- vectorizer: warn on outdated pgai library (#714) (ea16719)
Bug Fixes
Miscellaneous