Skip to content

Releases: opendataloader-project/opendataloader-pdf-llamaindex

v0.0.3

Choose a tag to compare

@hyunhee-jo hyunhee-jo released this 14 Apr 04:24
cba73a6

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

v0.0.2

Choose a tag to compare

@hyunhee-jo hyunhee-jo released this 10 Apr 07:22
ceb5aaa
fix: raise clear errors for missing input files and unavailable Java …

v0.0.1

Choose a tag to compare

@hyunhee-jo hyunhee-jo released this 10 Apr 02:50
a01da1f
fix: add explicit permissions to test workflows

Add permissions: contents: read to test.yml and test-full.yml. Resolves 3 code-scanning alerts.