RAG System Optimization Auditor
Audit and optimize your Retrieval-Augmented Generation pipeline for better accuracy
Content
Audit my RAG (Retrieval-Augmented Generation) system and suggest optimizations: Current setup: - Document type: {{document_type}} - Chunk size: {{chunk_size}} - Embedding model: {{embedding_model}} - Vector DB: {{vector_db}} - Retrieval method: {{retrieval_method}} Please analyze and provide: 1. **Chunking Strategy**: Is my chunk size optimal? Suggest better strategies (semantic, recursive, parent-child) 2. **Embedding Quality**: Rate my embedding model choice and suggest alternatives 3. **Retrieval Improvements**: Hybrid search, re-ranking, query expansion techniques 4. **Context Window Optimization**: How to pack the most relevant context 5. **Evaluation Framework**: Metrics to measure retrieval quality (MRR, NDCG, faithfulness) 6. **Common Failure Modes**: What typically goes wrong and how to fix it 7. **Code Snippets**: Implementation examples for top 3 recommendations
Related Prompts
Chain-of-Thought Reasoning Generator
Generate step-by-step reasoning prompts that guide AI models through complex problem-solving with explicit logical steps.
Chrome Extension Idea Generator & MVP Spec
Generates validated Chrome extension or browser plugin ideas for a given niche, then creates a full MVP spec with features, monetization strategy, and go-to-market plan.
AI Agent System Behavior Tester
Generates a comprehensive test suite of adversarial, edge-case, and functional prompts to stress-test any AI agent or chatbot for reliability, safety, and performance.
Technical Documentation Writer
Transform code or APIs into clear, developer-friendly documentation