Skip to content

v0.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 20:18
· 429 commits to main since this release

PromptingTools v0.36.0

Diff since v0.35.0

Added

  • Added a prompt template for RAG query expansion for BM25 (RAGQueryKeywordExpander)

Fixed

  • Fixed a small bug in the truncation step of the RankGPT's permutation_step! (bad indexing of string characters).
  • Fixed a bug where a certain combination of rank_start and rank_end would not result the last sliding window.
  • Fixed a bug where partially filled RAGResult would fail pretty-printing with pprint

Commits

Merged pull requests:

  • Update rankGPT implementation + add a template (#174) (@svilupp)