Releases: ChuckHend/pg_vectorize
Releases · ChuckHend/pg_vectorize
v0.17.0
What's Changed
- Update README.md by @ChuckHend in #125
- Add support for DiskANN, and HNSW inner product, L2 by @ChuckHend in #126
- Add .encode and .generate examples to readme by @ChuckHend in #127
- Added Ollama support in transform function by @destrex271 in #106
New Contributors
- @destrex271 made their first contribution in #106
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- fix typo in docs by @ChuckHend in #110
- Update CODEOWNERS by @ChuckHend in #111
- remove unused type by @ChuckHend in #109
- Add try tembo button. by @EvanHStanton in #114
- export metrics from vector-serve by @ChuckHend in #115
- trigger vector serve builds by @ChuckHend in #116
- fix path to image cache by @ChuckHend in #117
- install poetry as nobody by @ChuckHend in #118
- Cleanup vector-serve build by @ChuckHend in #121
- push vector-serve image to ECR along with quay by @nhudson in #120
- Change default model by @ChuckHend in #122
- tembo ai model source by @ChuckHend in #123
- cleanup docker, xl runner by @ChuckHend in #124
New Contributors
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Ollama text generation integration by @destrex271 in #103
- doc update by @ChuckHend in #105
- better bind params by @ChuckHend in #107
- release v0.15.0 by @ChuckHend in #108
New Contributors
- @destrex271 made their first contribution in in #103
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- add missing migrate script by @ChuckHend in #99
- trigger upgrade test by @ChuckHend in #100
- Patch dollar quote for jobs by @ChuckHend in #102
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- fix model routing on transform_embeddings by @ChuckHend in #98
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- work around trunk build limitation by @ChuckHend in #92
- pg16 // fix dir in image build by @ChuckHend in #93
- put models in namespaces by @ChuckHend in #94
- Improve pg vectorize indexes by @EvanHStanton in #86
- test for private models by @ChuckHend in #95
- Fixing link in README by @gunnarmorling in #96
- add app name to connections by @ChuckHend in #97
New Contributors
- @gunnarmorling made their first contribution in #96
Full Changelog: v0.13.0...v0.14.0
v0.13.0
Highlight
- add
where_sqlto vectorize.search() by @ChuckHend in #84
What's Changed
- Optional Remote Worker by @ChuckHend in #76
- Worker build by @ChuckHend in #77
- update readme by @ChuckHend in #79
- Update error handling for
vectorize.rag()by @EvanHStanton in #78 - Update error handling for vectorize.init_rag() when table not present by @EvanHStanton in #80
- Update error handling for
vectorize.search()whenvectorize.table()not run beforehand by @EvanHStanton in #81 - Update error reporting for empty and null columns while initializing. by @EvanHStanton in #82
- add
where_sqlto vectorize.search() by @ChuckHend in #84 - Improve database configuration by @EvanHStanton in #83
- add cargo config for macos by @ChuckHend in #87
- Update docs to include database changing. by @EvanHStanton in #89
- Update README.md by @EvanHStanton in #90
- v0.13.0 by @ChuckHend in #91
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- trim leading/trailing whitespace by @ChuckHend in #74
Full Changelog: v0.12.0...v0.12.1
v0.12.0
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.
- embeddings are updated via cron-jobs, as opposed to an insert and update trigger. The default is a 1 minute interval.
- embeddings are stored in a separate table at
vectorize._embeddings_<job_name>. a view is created over the source and embedding table atvectorize.<job_name>.
What's Changed
- add health check endpoints by @ChuckHend in #64
- Add contributing guide. by @EvanHStanton in #60
- add docs page by @ChuckHend in #65
- trigger initial job on all schedule methods by @ChuckHend in #66
- Add missing mkdocs.yml by @ChuckHend in #68
- more upgrade test by @ChuckHend in #69
- inherit constraints on examples by @ChuckHend in #70
- Refactor tests by @ChuckHend in #71
- improve embeddings handling by @ChuckHend in #67
- change default to cron-like by @ChuckHend in #72
- add oss rank badge to readme by @ChuckHend in #73
New Contributors
- @EvanHStanton made their first contribution in #60
Full Changelog: v0.11.1...v0.12.0
v0.11.1
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