Releases: tembo-io/pg_vectorize
Releases · tembo-io/pg_vectorize
v0.20.0
What's Changed
- add doc page for pg configs by @ChuckHend in #170
- CONTRIBUTING.md: Fix setup instructions by @palash25 in #172
- drop deprecated parameters from vectorize.table() by @Bhavyajain21 in #158
- update migraiton scripts by @ChuckHend in #177
- tests: fix typo in embeddings integration tests by @palash25 in #173
- docs: Fix typo for openai config url by @palash25 in #181
- CONTRIBUTING.md: Add missing information regarding enabling extensions by @palash25 in #180
- local only for cached models by @ChuckHend in #183
- Add embedding provider for VoyageAI. by @palash25 in #174
- separate job for ./core by @ChuckHend in #186
- Update Readme and Contributing.md File by @joshuajerin in #185
- force build and publish pg17 to trunk by @ChuckHend in #189
- feat: Add event trigger to handle job cleanup on table drop in vectorize schema by @akhilender-bongirwar in #178
New Contributors
- @palash25 made their first contribution in #172
- @Bhavyajain21 made their first contribution in #158
- @joshuajerin made their first contribution in #185
- @akhilender-bongirwar made their first contribution in #178
Full Changelog: v0.19.1...v0.20.0
v0.19.1
What's Changed
- update python deps in vector-serve container by @ChuckHend in #155
- Patch pgrelease build by @ChuckHend in #156
- Ensure that wget is installed on builder by @nhudson in #157
- Add Documentation for Filtering Search Results and Partial Indices in Vector Search by @asr2003 in #159
- update test for new example table by @ChuckHend in #165
New Contributors
Full Changelog: v0.19.0...v0.19.1
v0.19.0
v0.18.3
What's Changed
- fix and rename project views, quiet some logs by @ChuckHend in #140
- v0.18.3 by @ChuckHend in #141
Full Changelog: v0.18.2...v0.18.3
v0.18.2
v0.18.1
What's Changed
- handle portkey virtkey in bgw by @ChuckHend in #138
Full Changelog: v0.18.0...v0.18.1
v0.18.0
Breaking change
- Dropped
args
param from vectorize.table. use GUC appropriate env var instead. e.g.ALTER SYSTEM SET vectorize.embedding_service_api_key to 'my_huggingface_api_key'
to use a private model from Hugging Face. - default embedding model changed from
openai/text-embedding-ada-002
tosentence-transformers/all-MiniLM-L6-v2
- default chat model in RAG changed from
openai/gpt-3.5-turbo
totembo/meta-llama/Meta-Llama-3-8B-Instruct
What else changed
- add cohere source and trait by @ChuckHend in #132
- fix upgrade test by @ChuckHend in #133
- portkey integration by @ChuckHend in #134
- change to tembo as default source by @ChuckHend in #135
- fix image build by @ChuckHend in #136
Full Changelog: v0.17.1...v0.18.0
v0.17.1
Metadata release -- updates to Trunk.toml to allow for setting of shared_preload_libraries
during trunk install
What's Changed
- Trunk.toml: state
shared_preload_library
by @vrmiguel in #130 - 0.17.1 by @ChuckHend in #131
New Contributors
Full Changelog: v0.17.0...v0.17.1
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