Auto-sync: 2026-04-23 04:02
This commit is contained in:
23
wiki/concepts/文档问答.md
Normal file
23
wiki/concepts/文档问答.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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]] — 检索增强生成,是文档问答的技术基础
|
||||
- [[语义搜索]] — 文档问答的检索层技术
|
||||
- [[混合搜索]] — 语义 + 全文的组合检索技术
|
||||
Reference in New Issue
Block a user