Download Latest Version v1.3.0 source code.tar.gz (3.0 MB)
Email in envelope

Get an email when there's a new version of RAG Anything

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-06 4.6 kB
v1.3.0 source code.tar.gz 2026-05-06 3.0 MB
v1.3.0 source code.zip 2026-05-06 3.0 MB
Totals: 3 Items   5.9 MB 1

What's Changed

⚠️ Behavior changes worth noting

  • DoclingParser now uses the Docling Python API instead of shelling out to the docling CLI. This means:
  • You now need pip install docling to use it (the docling executable on PATH alone is no longer sufficient).
  • The env={...} kwarg on DoclingParser parse methods is still accepted for compatibility but is now ignored — set the relevant environment variables in the parent process or pass _get_converter kwargs (artifacts_path, table_mode, …).
  • <file_stem>.json and <file_stem>.md artifacts written under <output_dir>/<file_stem>/docling/ are still produced, but via export_to_dict() / export_to_markdown() rather than the CLI serializer — the logical content is the same but the files are not byte-identical.
  • check_installation() now tests Python importability rather than probing the CLI on PATH.
  • MineruParser subprocess calls now run with a default timeout (configurable) and raise TimeoutError instead of hanging indefinitely.

✨ New features

🛠 Refactor / performance

🐛 Bug fixes

New Contributors

Full Changelog: https://github.com/HKUDS/RAG-Anything/compare/v1.2.10...v1.3.0

Source: README.md, updated 2026-05-06