addon-rag-pdf-pipeline
Installation
SKILL.md
Add-on: PDF RAG Pipeline (Legacy Narrow Variant)
Use this skill for PDF-only RAG. For mixed formats (Markdown, text, HTML, CSV), prefer addon-rag-ingestion-pipeline.
Compatibility
- Best with
architect-python-uv-batchorarchitect-python-uv-fastapi-sqlalchemy. - Can also support Next.js by keeping ingestion/indexing in a Python worker service.
Inputs
Collect:
DOC_SOURCE: local folder, object storage, or uploaded files.EMBED_PROVIDER:openaiorsentence-transformers.VECTOR_STORE:pgvector,chroma, or existing store.CHUNK_SIZE: default1000.CHUNK_OVERLAP: default150.