File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.0.3] - 2026-04-14
6+
57### Added
8+
9+ - OpenDataLoaderPDFReaderDemo.ipynb demo notebook (Colab-ready, 44 cells)
10+ - GitHub issue templates (bug report, feature request, question) and PR template
11+ - SECURITY.md, CODEOWNERS, .editorconfig
12+ - Lint CI workflow (ruff + black, enforced on every PR)
13+
14+ ### Changed
15+
16+ - Reformatted existing code to pass ruff/black (line-length=100)
17+
18+ ### Fixed
19+
20+ - RAG pipeline cell in demo notebook no longer requires HF_TOKEN
21+
22+ ## [ 0.0.2] - 2026-04-10
23+
24+ ### Fixed
25+
26+ - Clear error messages for missing input files and unavailable Java runtime
27+
28+ ## [ 0.0.1] - 2026-04-10
29+
30+ ### Added
31+
632- ` OpenDataLoaderPDFReader ` with 21 extraction parameters and per-page splitting
733- ` SimpleDirectoryReader ` ` file_extractor ` support
834- Hybrid AI extraction mode support (docling-fast backend)
You can’t perform that action at this time.
0 commit comments