RAG

Do retrieval-augmented generation over the local pgvector store. Use when the user wants to ingest documents/text into a searchable knowledge base, or ask questions answered from that stored corpus ("index this", "add to my notes DB", "what do my docs say about X", "search my knowledge base", "RAG over these files"). Runs entirely local via the `postgres` MCP server + in-DB embeddings (Ollama); no API keys, nothing leaves the machine.

kattakath Updated

File contents

kattakath/claude-skills/tree/main/skills/rag commit 1a0bb15f05

Frequently asked questions

npx skillmds@latest add kattakath/rag