Skip to content
Daniel Neto edited this page Jan 25, 2026 · 1 revision

PDF Documents Directory

Place your PDF files here for ingestion into the RAG AI Agent.

Usage

  1. Copy your PDF files to this directory
  2. Run ingestion: make ingest or python -m app.ingestion.ingest --pdf-dir ./data/pdfs
  3. Start chatting with your documents!

Supported Formats

  • PDF files (.pdf)

Notes

  • Subdirectories are scanned recursively
  • Only files with .pdf extension are processed
  • Large files may take longer to process
  • The ingestion system tracks file hashes to avoid re-processing unchanged files

Clone this wiki locally