Files
nexus/wiki/concepts/RAG.md
2026-04-18 02:00:11 +08:00

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