Skip to content

Releases: weaviate/t2v-transformers-models

1.8.4 - Added support for Bar-Ilan University NLP Lab models

29 May 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.3...1.8.4

1.8.3 - Fixed downloading of nltk data into a local folder

12 May 08:32
ffe4aba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

1.8.2 - Fixed asynchronous vectorization endpoint

21 Apr 17:17
64b36bd
Compare
Choose a tag to compare

What's Changed

  • Added simple smoke tests to cover all of the endpoints by @antas-marcin in #57
  • Vectorize asynchronously with ThreadPoolExecutor by @alexcannan in #56

New Contributors

Full Changelog: 1.8.1...1.8.2

1.8.1 - Switch to Python 3.10 and torch 2.0.0

27 Mar 14:04
f9907af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

v1.8.0 - Fixed issue with T5 models on GPU

02 Mar 14:49
34b8526
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.8.0

v1.7.0 - Added support for all-MiniLM-L6-v2 and multi-qa-distilbert-cos-v1 models

02 Feb 08:23
a42a6da
Compare
Choose a tag to compare

New Features

  • Add support for all-MiniLM-L6-v2 and multi-qa-distilbert-cos-v1 models by @antas-marcin in #48

Full Changelog: 1.6.2...1.7.0

v1.6.2 - Fixed T2V_TRANSFORMERS_DIRECT_TOKENIZE setting

30 Jan 15:06
7035c9a
Compare
Choose a tag to compare

Fixes

Full Changelog: 1.6.1...1.6.2

v1.6.1 - Added option to skip extra tokenization step during vectorization

30 Jan 15:05
7ff4780
Compare
Choose a tag to compare

New Features

Full Changelog: 1.6.0...1.6.1

v1.6.0 - Add support for PyTorch GPU memory limit

19 Jan 17:52
4a38a7b
Compare
Choose a tag to compare

New Feature

  • Add duplicate /vectors route to remove 307 redirects, fixes #34 by @trengrj in #43
  • remove un-used packages, remove installation of third party libs by @StefanBogdan in #38
  • Add support for PyTorch GPU memory limit by @kcm in #41

New Contributors

Full Changelog: 1.5.4...1.6.0

v1.5.4 - Support for all models in github actions

16 Jan 11:15
Compare
Choose a tag to compare

New Features

  • Added support for all of the models to be built by github actions

Full Changelog: 1.5.3...1.5.4