RAG System Architect
Build a Retrieval-Augmented Generation system with proper chunking, embedding, and retrieval strategies
Content
Design a RAG system for {{use_case}}. Document type: {{document_type}}. User query examples: {{query_examples}}. Specify: 1) Optimal chunking strategy with overlap, 2) Embedding model selection rationale, 3) Vector database choice, 4) Retrieval algorithm (similarity + reranking), 5) Context window management, 6) Answer generation prompt template. Include Python pseudocode for key components.
Related Prompts
Automated Code Review Critic
Perform comprehensive automated code review with security, performance, and best practices analysis
System Design Evaluator
Evaluate and improve system architecture designs
Debug Root Cause Analyzer
Systematically diagnose bugs and errors using structured root cause analysis — get a clear explanation, fix options, and prevention strategy from any error message or unexpected behavior.
API Integration Troubleshooter
Diagnoses API integration issues, generates fixes, and produces a structured debugging report with root cause analysis, corrected code, and prevention checklist.