Skip to content

Releases: koaning/embetter

0.6.4

12 Sep 11:51
002afe6
Compare
Choose a tag to compare

We now support faster inference on M1 macs natively out of the box!

0.6.2

09 Apr 12:02
dae4c02
Compare
Choose a tag to compare

Add direct support for matrouska models and make sentence-transformers a core dependency.

0.6.1

07 Feb 12:49
f5438bb
Compare
Choose a tag to compare

Fixed a keras import bug.

0.6.0

30 Oct 11:20
5d082b6
Compare
Choose a tag to compare

This version introduces breaking changes by splitting the finetuning submodule into tuners and learners. These are now the available components.

# Finetuning components 
from embetter.finetune import FeedForwardTuner, ContrastiveTuner, ContrastiveLearner, SbertLearner

The docs also got a nice update as a result. We hope folks enjoy and enjoy experimenting!

0.5.3

22 Oct 15:26
eb3a465
Compare
Choose a tag to compare

Add support for lite text embedding models.

0.5.2

31 Aug 18:23
e2608be
Compare
Choose a tag to compare

Added support for a difference model.

0.5.1

09 Aug 14:40
3ecd8dc
Compare
Choose a tag to compare

New documentation pages and support for Gensim/KerasNLP.

0.5.0

30 Jun 11:34
e375cd2
Compare
Choose a tag to compare

Introduced a breaking change: external embedding providers will now require an environment key. Feels safer to force users to use that.

0.4.1

30 Jun 09:05
Compare
Choose a tag to compare

Added a whole bunch of utilities #71.

0.4.0

17 Jun 12:49
a86901d
Compare
Choose a tag to compare

Add support for caching the embeddings.