Skip to content

v0.54.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 09:15
· 20 commits to main since this release
8fdad32

PromptingTools v0.54.0

Diff since v0.53.0

Updated

  • Improved the performance of BM25/Keywords-based indices for >10M documents. Introduced new kwargs of min_term_freq and max_terms in RT.get_keywords to reduce the size of the vocabulary. See ?RT.get_keywords for more information.

Commits

Merged pull requests:

  • Updated DocumentTermMatrix implementation (#205) (@svilupp)