Skip to content

v0.7.2

Compare
Choose a tag to compare
@bbrowning bbrowning released this 13 Mar 23:32
· 158 commits to main since this release
9998f2a

SDG v0.7.2

Fixes

  • 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.

All Changes

  • Add empty list check for element before table to fix "list index out of range" (backport #549) by @mergify in #569
  • Update CHANGELOG.md for v0.7.2 by @bbrowning in #570

Full Changelog: v0.7.1...v0.7.2