New
v1.8.3
What's Changed
Bug Fixes
- Fix error code for empty requests by @vrdn-23 in https://github.com/huggingface/text-embeddings-inference/pull/727
- Fix the infinite loop when
max_input_lengthis bigger thanmax-batch-tokensby @kozistr in https://github.com/huggingface/text-embeddings-inference/pull/725 - Fix reading
modules.jsonforDensemodules in local models by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/738
Tests, Documentation & Release
- Add
test_gemma3.rsfor EmbeddingGemma by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/718 - Fix OpenAI client usage example for embeddings by @ZahraDehghani99 in https://github.com/huggingface/text-embeddings-inference/pull/720
- Handle
HF_TOKENinApiBuilderforcandle/testsby @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/724 - Fix
cargo installcommands forcandlewith CUDA by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/719 - Update
versionto 1.8.3 by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/745
New Contributors
- @ZahraDehghani99 made their first contribution in https://github.com/huggingface/text-embeddings-inference/pull/720
- @vrdn-23 made their first contribution in https://github.com/huggingface/text-embeddings-inference/pull/727
Full Changelog: https://github.com/huggingface/text-embeddings-inference/compare/v1.8.2...v1.8.3