Michaelfeil Infinity Versions Save

Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of text-embedding models and frameworks.

0.0.35

1 week ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.34...0.0.35

0.0.34

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.33...0.0.34

0.0.33

2 weeks ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.32...0.0.33

0.0.32

1 month ago

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: https://github.com/michaelfeil/infinity/compare/0.0.31...0.0.32

0.0.31

2 months ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.30...0.0.31

0.0.30

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.29...0.0.30

0.0.29

2 months ago

What's Changed

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

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.28...0.0.29

0.0.28

2 months ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.27...0.0.28

0.0.27

2 months ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.26...0.0.27

0.0.26

2 months ago

What's Changed

Full Changelog: https://github.com/michaelfeil/infinity/compare/0.0.25...0.0.26