mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-29 14:11:37 -05:00
* Update version from 0.2.0 (yanked) to 0.2.1 * Update text embedding to include prefix for passages and queries * Update supported models to use the latest API * * fix(text_embedding_base.py): remove unnecessary prefix from texts in embed method * feat(text_embedding_base.py): update query_embed method to updated instruction for the v1.5 model * Remove comparison, since the ranking is identical even with varying embedding * Refactor text embedding query handling