rag_ingestion
Installation
SKILL.md
RAG Ingestion Skill
Overview
Ingestion is how content gets into RAG. There are two ingestion paths:
- Text ingestion — add any raw text directly (articles, notes, web content)
- Plex ingestion — extract subtitle text from Plex media and embed it
Both paths generate embeddings and store them in the vector database for semantic search.