Skip to content

Commit 6285825

Browse files
authored
Increased compat
1 parent b4f2912 commit 6285825

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Fixed
1212

13+
## [0.4.0]
14+
15+
### Updated
16+
- Increased PromptingTools compat to v0.74.2 to enable new models.
17+
1318
## [0.3.1]
1419

1520
### Added

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RAGTools"
22
uuid = "16ddad29-bbe8-45a7-857d-3d9514eb0023"
33
authors = ["J S <49557684+svilupp@users.noreply.github.com> and contributors"]
4-
version = "0.3.1"
4+
version = "0.4.0"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -29,7 +29,7 @@ HTTP = "1.10.15"
2929
JSON3 = "1.14.1"
3030
LinearAlgebra = "1"
3131
ProgressMeter = "1.10"
32-
PromptingTools = "0.73"
32+
PromptingTools = "0.74.2"
3333
Random = "1"
3434
Snowball = "0.1"
3535
SparseArrays = "1"

0 commit comments

Comments
 (0)