Production-ready prompt templates for Retrieval Augmented Generation systems.
- Context-only answers
- Strict grounding
- Short direct answers
- Complete extraction
- Chain-of-thought reasoning
- Self-verification
- Generic RAG
- Multi-source comparison
- Structured output
- Conversational
Copy any prompt template and replace the placeholders {retrieved_documents} and {user_question} with your actual context and user queries. Use the prompt as your system message when calling your LLM API.
See CONTRIBUTING.md for guidelines on how to contribute new prompts.