Releases: tembo-io/pg_vectorize
Releases · tembo-io/pg_vectorize
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
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