Files
nexus/wiki/concepts/文档问答.md

24 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "文档问答"
type: concept
tags: [ai, knowledge-management, rag]
sources: [google-神级生产力工具-所有-github-开源平替都找到了, knowledge-base-rag]
last_updated: 2026-04-23
---
## Definition
文档问答Document Q&A是指 AI 系统基于用户上传的文档内容进行问答,并能提供精准的原文引用。它是 RAG检索增强生成的一种具体应用形态强调答案的可验证性和引用准确性。
## Core Characteristics
- **严格范围限制**:回答严格基于上传文档,不发散到外部知识
- **原文引用**:每个答案附带精准的原文出处,支持回溯验证
- **上下文感知**:理解文档整体结构,答案具有连贯性
## Key Distinction from General Q&A
普通 AI 问答(如 ChatGPT是开放域生成可能产生幻觉文档问答强制限定知识范围从根本上减少幻觉风险提高回答可信度。
## Related Concepts
- [[RAG]] — 检索增强生成,是文档问答的技术基础
- [[语义搜索]] — 文档问答的检索层技术
- [[混合搜索]] — 语义 + 全文的组合检索技术