Auto-sync: 2026-04-17 18:00

This commit is contained in:
2026-04-18 02:00:11 +08:00
parent 8bdbc45fb1
commit da0f9c3594
22 changed files with 558 additions and 0 deletions

23
wiki/concepts/RAG.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: "RAG"
type: concept
tags: []
---
## Description
检索增强生成Retrieval-Augmented Generation结合知识库检索和 AI 生成答案的技术框架。
## Key Components
- 知识库索引:文档向量化存储
- 检索模块:根据查询找到相关上下文
- 生成模块:基于检索内容生成答案
- 引用机制:提供答案的来源引用
## Use Cases
- 文档问答
- 知识管理
- 研究辅助
## Connections
- 与 [[开源平替]] 结合实现私有化部署
- 使用 [[语义搜索]] 提高检索精度