v0.40.0
PromptingTools v0.40.0
Added
- Introduces
RAGTools.SubChunkIndex
to allow projectingviews
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
andMultiCandidateChunks
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, ...)
whereminimum_similarity
kwarg was not implemented.
Commits
Merged pull requests: