Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 1.4 kB | |
v0.17.1 source code.tar.gz | 2025-07-08 | 7.2 MB | |
v0.17.1 source code.zip | 2025-07-08 | 7.3 MB | |
Totals: 3 Items | 14.6 MB | 0 |
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