Skip to content

Commit 9998f2a

Browse files
authored
Merge pull request #570 from bbrowning/release-072-changelog
Update CHANGELOG.md for v0.7.2
2 parents 6e1d140 + 2ee1624 commit 9998f2a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.7.2
2+
3+
### Fixes
4+
5+
* When chunking knowledge documents, PDF or Markdown documents containing a table would often result in a "list index out of range". The cases for that error resulting from the chunking of table content are now fixed. We've also had users report other cases where a "list index out of range" error can show up in the version of Docling we rely on, and those specific cases won't be fixed until we upgrade the Docling version.
6+
7+
## v0.7.1
8+
9+
### Fixes
10+
11+
* When mixing datasets, we were not always properly plumbing through the user's expected system prompt into the samples of the mixed dataset. And, specifically for the new `mix_datasets` API added in v0.7.0, we were never setting the system prompt. This adds that as a parameter to that API and ensures we use it when creating our mixed datasets.
12+
113
## v0.7.0
214

315
### Features

0 commit comments

Comments
 (0)