Skip to content

v0.40.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 10:30
· 429 commits to main since this release

PromptingTools v0.40.0

Diff since v0.39.0

Added

  • Introduces RAGTools.SubChunkIndex to allow projecting views of various indices. Useful for pre-filtering your data (faster and more precise retrieval). See ?RT.SubChunkIndex for more information and how to use it.

Updated

  • CandidateChunks and MultiCandidateChunks intersection methods updated to be an order of magnitude faster (useful for large sets like tag filters).

Fixed

  • Fixed a bug in find_closest(finder::BM25Similarity, ...) where minimum_similarity kwarg was not implemented.

Commits

Merged pull requests: