Skip to content

Releases: tembo-io/pg_vectorize

v0.19.1

23 Oct 12:34
638b128
Compare
Choose a tag to compare

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

15 Oct 23:33
48d1dd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.3...v0.19.0

v0.18.3

18 Sep 18:37
9e013e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.18.3

v0.18.2

04 Sep 17:17
75f3f0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

26 Aug 21:51
a7db92a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

23 Aug 16:21
8c527c2
Compare
Choose a tag to compare

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 to sentence-transformers/all-MiniLM-L6-v2
  • default chat model in RAG changed from openai/gpt-3.5-turbo to tembo/meta-llama/Meta-Llama-3-8B-Instruct

What else changed

Full Changelog: v0.17.1...v0.18.0

v0.17.1

15 Aug 13:39
e2b1747
Compare
Choose a tag to compare

Metadata release -- updates to Trunk.toml to allow for setting of shared_preload_libraries during trunk install

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

16 Jul 11:44
1e47832
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

06 Jun 12:46
314b846
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

23 Apr 21:14
3fb90ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15.0