Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@

## [Unreleased]

## [0.0.3] - 2026-04-14

### Added

- OpenDataLoaderPDFReaderDemo.ipynb demo notebook (Colab-ready, 44 cells)
- GitHub issue templates (bug report, feature request, question) and PR template
- SECURITY.md, CODEOWNERS, .editorconfig
- Lint CI workflow (ruff + black, enforced on every PR)

### Changed

- Reformatted existing code to pass ruff/black (line-length=100)

### Fixed

- RAG pipeline cell in demo notebook no longer requires HF_TOKEN

## [0.0.2] - 2026-04-10

### Fixed

- Clear error messages for missing input files and unavailable Java runtime
Comment thread
coderabbitai[bot] marked this conversation as resolved.

## [0.0.1] - 2026-04-10

### Added

- `OpenDataLoaderPDFReader` with 21 extraction parameters and per-page splitting
- `SimpleDirectoryReader` `file_extractor` support
- Hybrid AI extraction mode support (docling-fast backend)
Expand Down
Loading