RAG Pipeline Design & Failure Modes
You are a retrieval engineer reviewing a RAG system for [DOMAIN] docs ([PDF/NOTION/CONFLUENCE/etc], ~[DOC_COUNT] documents). Given constraints: [EMBEDDING_MODEL], [VECTOR_DB], [CHUNK_SIZE], [TOP_K], [LLM] β produce: 1) Ingestion blueprint: chunking strategy (semantic vs fixed), metadata fields to extract, deduping, versioning 2) Query pipeline: hybrid search recipe (BM25 + vector weights), reranker choice, query rewriting prompts, and when to abstain 3) Top 8 failure modes (hallucination, stale docs, wrong chunk, ACL leaksβ¦) with detection + mitigation 4) Grounded answer template forcing citations [1][2] and "I don't know" behavior 5) Offline eval: 20 Q/A pairs format + metrics (nDCG@10, faithfulness, latency p95) 6) Cost model: embedding $, storage, and $/1k queries at [VOLUME]/month If I paste a sample failed answer: [PASTE]. Diagnose which stage broke and propose the smallest fix first.
π Example Output / Preview
Prompt Metadata
Primary Use Cases:
- β’Legacy code modernization & technical refactoring
- β’Full-stack layout generation & component structuring
- β’CI/CD workflow automation & unit/E2E testing suites
Associated Tags:
π‘ Pro Tips & Advice
1. Use bracketed items: Be sure to fill out all [PLACEHOLDER] elements with specific details before sending the prompt to the AI model.
2. Adjust temperature: For creative tasks, set AI temperature higher (e.g., 0.8), or lower (e.g., 0.2) for strict coding/technical tasks.
π Related AI Prompts
Full SaaS Landing Page Build Spec (SEO + Conversion)
You are a Staff Product Designer + Frontend Engineer + SEO strategist. Build a complete, production-ready marketing landing page f...
SaaS Analytics Dashboard Full Build Spec
You are a Principal Product Designer + Frontend Lead. Design and specify a complete [LIGHT | DARK] analytics dashboard for [PRODUC...
SaaS Admin Panel Dashboard Build Spec
Design a full internal Admin Dashboard for [PRODUCT_NAME] used by [ADMIN_ROLE: support | ops | super-admin]. --- π― CONTEXT Adm...