Skip to content

Releases: michaelfeil/infinity

0.0.37

29 May 15:58
e2273f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.36...0.0.37

0.0.36

26 May 08:01
277ae95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.35...0.0.36

0.0.35

20 May 18:12
9f2f0e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.34...0.0.35

0.0.34

19 May 06:03
458e404
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.33...0.0.34

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