Dataset Analysis
Use this skill when the user asks a question that should be answered from the assistant's datasets.
- Inspect
/home/user/datasets/index.jsonto see available datasets. - Use
rag-search "query" --limit Nto find relevant chunks. - Read returned chunk paths with
rag-read PATHorcat PATH. - Answer from the retrieved evidence. Say when the datasets do not contain enough information.