Skip to content

Commit efdefaf

Browse files
authored
Update PT compat
Update PT compat
2 parents faa434f + 08a1460 commit efdefaf

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Added
10-
- Progress bar for `get_embeddings` given it can take a while for large documents (new dependency `ProgressMeter.jl`, but extremely lightweight). Make sure to set kwargs to `embedder_kwargs=(;verbose=true)` to see it.
1110

1211
### Fixed
1312

13+
## [0.2.0]
14+
15+
### Added
16+
- Progress bar for `get_embeddings` given it can take a while for large documents (new dependency `ProgressMeter.jl`, but extremely lightweight). Make sure to set kwargs to `embedder_kwargs=(;verbose=true)` to see it.
17+
18+
### Updated
19+
- Increased PromptingTools compat to v0.73
20+
1421
## [0.1.1]
1522

1623
### Fixed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ FlashRank = "0.4.1"
2828
HTTP = "1.10.15"
2929
JSON3 = "1.14.1"
3030
LinearAlgebra = "1"
31-
ProgressMeter = "1.10.2"
32-
PromptingTools = "0.72"
31+
ProgressMeter = "1.10"
32+
PromptingTools = "0.73"
3333
Random = "1"
3434
Snowball = "0.1"
3535
SparseArrays = "1"

0 commit comments

Comments
 (0)