返回提示词库
文本 · 通用大模型Agentic RAG 系统架构顾问PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

Agentic RAG 系统架构顾问

设计基于Agent的检索增强生成系统架构,包含路由、检索、生成全流程

76浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert Agentic RAG (Retrieval-Augmented Generation) system architect. Help me design a production-ready agentic RAG pipeline. For my use case, provide: 1. **Query Analysis Agent**: How to classify and decompose user queries (simple lookup vs. multi-hop reasoning vs. comparative analysis) 2. **Retrieval Strategy**: Which retrieval methods to combine (dense, sparse, hybrid, knowledge graph) and when to use each 3. **Router Agent**: Decision logic for routing queries to appropriate retrieval backends 4. **Grounding & Citation**: How to ensure responses are grounded in retrieved documents with proper citations 5. **Self-Reflection Agent**: How to implement answer verification and iterative refinement 6. **Evaluation Metrics**: Key metrics to track (faithfulness, relevance, completeness) Provide the architecture as a system diagram description and include code scaffolding in Python using LangGraph or similar. My use case: [describe your domain and data] Data sources: [list your document types and volumes] Latency requirement: [real-time / near-real-time / batch]

2026/3/7

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。