v0.17.1
Highlights:
- Added FastEmbed backend by @nickprock in #2213
- Added LangChain backend by @regaltsui in #2303
- Pass precomputed embeddings to KeyBERTInspired.extract_topics @saikumaru in #2368
Fixes:
- Merge models without pytorch (using safetensors) by @MaartenGr in #2329
- Fix installation issue with uv by @MaartenGr in #2328 * Fix incorrect comparison in update_topics by @uply23333 in #2336
- Add missing comma under Exploration subsection by @angelonazzaro in #2374
- Fix typo in Lightweight installation under tips_and_tricks by @angelonazzaro in #2375
- Fix IndexError in zero-shot topic modeling by @MaartenGr in #2267