addon-rag-ingestion-pipeline
Installation
SKILL.md
Add-on: Multi-Format RAG Ingestion Pipeline
Use this skill when an existing project needs RAG ingestion/retrieval across multiple document formats.
Compatibility
- Works with
architect-python-uv-batch. - Works with
architect-python-uv-fastapi-sqlalchemy. - Can back a Next.js app via a Python worker service.
Inputs
Collect:
SOURCE_FORMATS: one or more ofpdf,markdown,txt,html,csv.EMBED_PROVIDER:openaiorsentence-transformers.VECTOR_STORE:pgvector,chroma, or existing vector layer.CHUNK_SIZE: default1000.CHUNK_OVERLAP: default150.TOP_K: default5.