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
Security Threat Model Generator
Generates a structured security threat model for an application or system using the STRIDE framework, identifying attack surfaces, threats, and mitigations.
Full-Stack Vibe Coding Blueprint
Generate a complete full-stack app specification using vibe coding methodology
API Design & Documentation Generator
Design RESTful or GraphQL APIs with OpenAPI specs, error handling, and developer documentation
Technical Debt Audit & Refactoring Plan
Analyzes a codebase description or code sample to identify technical debt, prioritize refactoring opportunities, and produce an actionable cleanup plan with effort estimates.