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
SQL Query Optimizer
Optimize SQL queries for performance and best practices
MCP Server Integration Planner
Plan and design Model Context Protocol server integrations for AI applications
Full-Stack Vibe Coding Blueprint
Generate a complete full-stack app specification using vibe coding methodology
Legacy Code Migration Assistant
Analyze and plan migration of legacy code to modern tech stack