Releases: ChuckHend/pg_vectorize
Releases · ChuckHend/pg_vectorize
v0.11.0
What's Changed
- optimization for bulk update and configurable qty of background workers by @ChuckHend in #58
- handle api key in bgw by @ChuckHend in #59
- publish pg 14-16 to trunk by @ChuckHend in #61
- release 0.11.0 by @ChuckHend in #62
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- fully qualified path for triggers by @ChuckHend in #55
- better error for missing table by @ChuckHend in #57
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- update builds for local runner by @ChuckHend in #41
- build server container for arm by @ChuckHend in #42
- Update docs w/ docker-compose example by @ChuckHend in #40
- Fix the PGXN version badge by @theory in #43
- readme image by @ChuckHend in #44
- add settings by @ChuckHend in #45
- update readme by @ChuckHend in #47
- Minimal rag framework by @ChuckHend in #49
- Initial rag by @ChuckHend in #52
- pull private model in embedding svc by @ChuckHend in #53
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Highlights:
- trigger based updating of embeddings, as opposed to cron scheduled updates.
What's Changed
- merge vector-serve by @ChuckHend in #39
- Realtime embedding updates by @ChuckHend in #38
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
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
- Update README.md by @ericankenman in #31
- Add PGXN release workflow by @theory in #32
- Generate META.json by @theory in #33
- Remove safe.directory workaround by @theory in #34
- Pass through model name on embedding service calls by @ChuckHend in #35
New Contributors
- @ericankenman made their first contribution in #31
- @theory made their first contribution in #32
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- add transform to sql api by @ChuckHend in #29
- variable expansion in svc url by @ChuckHend in #30
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
What's Changed
- pgrx 0.11.0 + image builds by @ChuckHend in #22
- use build layer by @ChuckHend in #24
- route messages for addt'l transformer types by @ChuckHend in #25
- Arbitrary transformer backends by @ChuckHend in #26
- update pgrx ver in build by @ChuckHend in #27
Full Changelog: v0.5.0...v0.6.0