Skip to content

Releases: michaelfeil/infinity

0.0.33

14 May 16:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.32...0.0.33

0.0.32

08 Apr 04:14
Compare
Choose a tag to compare

What's Changed

You can now run a model with a alias. This will help you communicating with the API.

infinity_emb --served-model-name "your_nickname"

You can now use preload models. This acts as a "run download and load into ram" test. Upon execution, all files are cached, which will speedup consecutive loads. For additonal speedups, use --no-model-warmup to skip model warmup after loading.

infinity_emb --preload-only --model--name-or-path BAAI/bge-large-en-v1.5 

PR's

New Contributors

Full Changelog: 0.0.31...0.0.32

0.0.31

28 Mar 07:59
909e8b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.30...0.0.31

0.0.30

22 Mar 03:22
4f1ccaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.29...0.0.30

0.0.29

16 Mar 03:17
3120f97
Compare
Choose a tag to compare

What's Changed

This will be the last release with fastembed - fastembed and optimum provide similar capabilities. Please use optimum going forward.

Full Changelog: 0.0.28...0.0.29

0.0.28

15 Mar 07:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.27...0.0.28

0.0.27

13 Mar 00:51
f7e664b
Compare
Choose a tag to compare

What's Changed

  • BREAKING: EngineArgs by @michaelfeil in #124
    • new stable interface. batch-size=32 as default. using michaelfeil/bge-small as default model. You can overwrite the pooling method now.
  • multiple os ci and python 3.12 support by @michaelfeil in #131
  • add michaelfeil/bge-small as default model by @michaelfeil in #135

Full Changelog: 0.0.26...0.0.27

0.0.26

02 Mar 00:23
296472e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.25...0.0.26

0.0.25

19 Feb 18:18
41e26c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.24...0.0.25

0.0.24

18 Feb 02:14
8974edf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.23...0.0.24