Auto-sync: 2026-04-17 18:00
This commit is contained in:
23
wiki/concepts/RAG.md
Normal file
23
wiki/concepts/RAG.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "RAG"
|
||||
type: concept
|
||||
tags: []
|
||||
---
|
||||
|
||||
## Description
|
||||
检索增强生成(Retrieval-Augmented Generation),结合知识库检索和 AI 生成答案的技术框架。
|
||||
|
||||
## Key Components
|
||||
- 知识库索引:文档向量化存储
|
||||
- 检索模块:根据查询找到相关上下文
|
||||
- 生成模块:基于检索内容生成答案
|
||||
- 引用机制:提供答案的来源引用
|
||||
|
||||
## Use Cases
|
||||
- 文档问答
|
||||
- 知识管理
|
||||
- 研究辅助
|
||||
|
||||
## Connections
|
||||
- 与 [[开源平替]] 结合实现私有化部署
|
||||
- 使用 [[语义搜索]] 提高检索精度
|
||||
Reference in New Issue
Block a user