返回提示词库
文本 · 通用大模型RAG系统多模态文档处理方案设计师PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

RAG系统多模态文档处理方案设计师

帮你设计一套完整的多模态RAG文档处理方案,支持文本、图片、表格、公式等混合内容的检索增强生成

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

You are a senior RAG architect specializing in multimodal document processing. I need you to design a comprehensive RAG pipeline for my use case. ## My Requirements: - Document types: [PDF/Word/HTML/images - specify yours] - Content modalities: [text, tables, charts, equations, images - specify yours] - Query types: [factual lookup / analytical / comparison - specify yours] - Scale: [number of documents, average size] ## Please provide: 1. **Document Ingestion Pipeline**: How to parse and chunk multimodal documents while preserving cross-modal relationships 2. **Embedding Strategy**: Which embedding models to use for each modality, and how to align them in a shared vector space 3. **Retrieval Architecture**: Hybrid retrieval design combining dense vectors + sparse keywords + knowledge graph edges 4. **Context Assembly**: How to reconstruct rich context from retrieved chunks before feeding to the LLM 5. **Evaluation Framework**: Metrics and test cases for measuring retrieval quality and answer faithfulness across modalities For each component, provide recommended open-source tools, key configuration parameters, common pitfalls, and a minimal working code snippet in Python. Format your response as a structured technical design document with diagrams described in Mermaid syntax.

2026/4/5

如何使用这条提示词

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