What problem does it solve?
Building test data for a RAG pipeline by hand is slow and often produces shallow, repetitive questions that miss edge cases. This Skill analyzes your actual knowledge base and generates a diverse, ready-to-use evaluation dataset with expected answers and supporting context.
Core Features & Use Cases
- Knowledge Base Analysis: Reads your documents, database schemas, vector store configuration, and chunking strategy to understand what the knowledge base covers.
- Diverse Question Generation: Creates factual recall, multi-hop reasoning, comparison, edge case, and negative ("I don't know") questions to thoroughly test retrieval and answer quality.
- Dual Export Formats: Produces a pandas DataFrame/CSV for LangWatch SDK experiments and a platform-ready CSV with
input, expected_output, context, and question_type columns.
- Use Case: You have a RAG chatbot over agricultural documentation and need regression test data before changing your prompt. The Skill reads the docs, generates 50+ varied Q&A pairs with source context, and exports a CSV you import directly into LangWatch to baseline accuracy.
Quick Start
Ask the agent to analyze your RAG knowledge base and generate a diverse evaluation dataset with context, exported as a LangWatch-ready CSV.