You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Diff since v0.3.0](v0.3.0...v0.4.0)
- Simplify embedding with the tiny models and provide native support for splitting of long strings into several smaller ones (kwarg `split_instead_trunc`)
**Merged pull requests:**
- Split-Embedding of long texts (#4) (@svilupp)
[Diff since v0.2.0](v0.2.0...v0.3.0)
- Added a base Bert Tiny model to support lightning-fast embeddings (alias tiny_embed). See ?embed for more details.
**Merged pull requests:**
- Add fast embeddings (#3) (@svilupp)
[Diff since v0.1.0](v0.1.0...v0.2.0)
- Added Sentence Transformers MiniLM L-4 and MiniLM-L-6 models with full precision (in ONNX) to provide more choice between TinyBert and MiniLM L-12
**Merged pull requests:**
- Add more MiniLM rankers (#1) (@svilupp)