Releases: JuliaGenAI/RAGTools.jl
Releases · JuliaGenAI/RAGTools.jl
v0.10.0
RAGTools v0.10.0
No breaking changes.
Updated
- Increased compat for PromptingTools to v0.85
- Moved up compat for PromptingTools to v0.87 (fixing api key bug for embedding models)
Fixed
- Fixed mock embedding response in the tests
Commits
Merged pull requests:
v0.9.0
RAGTools v0.9.0
BREAKING CHANGES
- Increased compat for PromptingTools to v0.84, which changes the order of api key arg handling (now explicit
api_keytakes precedence over ENV vars!)
Commits
Merged pull requests:
v0.8.0
RAGTools v0.8.0
No breaking changes.
Updated
- Increased compat for PromptingTools to v0.83
Commits
Merged pull requests:
v0.7.0
RAGTools v0.7.0
No breaking changes!
Updates
- Increased PromptingTools compat to v0.82
Commits
Merged pull requests:
v0.6.0
RAGTools v0.6.0
No breaking changes.
Updated
- Increased compat for PromptingTools
Commits
Merged pull requests:
v0.5.0
RAGTools v0.5.0
No breaking changes.
Updated
- PromptingTools compat increased (RT experimental module is now fully removed)
Merged pull requests:
v0.4.0
RAGTools v0.4.0
No breaking changes.
Updated
- Increased PromptingTools compat to v0.74.2 to enable new models.
Merged pull requests:
v0.3.1
RAGTools v0.3.1
Added
- docs:
Contributesection to theREADME.
Refactored
- chore: format files using
JuliaFormatter.jl. - refactor: split
types.jlinto separate files (types/candidate_chunks.jl,types/document_term_matrix.jl,type/index.jl,types/rag_result.jl) to improve readability and ease contribution. This is an internal refactoring that should have no functional impact on users, but is noted here in case any issues arise.
Commits
Merged pull requests:
v0.3.0
RAGTools v0.3.0
Breaking Changes
Added
- Added
ReciprocalRankFusionRerankerand associatedrerankmethod for hybrid retrieval (MultiIndex with embeddings and keywords indices referring to the same chunks).
Commits
Merged pull requests:
v0.2.1
RAGTools v0.2.1
Breaking Change
Fixed
- Fixed
find_closestto pass kwargs tobm25to allow for normalization of scores - Fixed a bug in
ChunkEmbeddingsIndexwhere users couldn't create a bitpacked index withembeddingsof typeBitMatrix(to usefinder=BitPackedCosineSimilarity())
Commits
Merged pull requests: