20260617:目前有914 页

This commit is contained in:
2026-06-17 15:02:40 +08:00
parent e96b955fda
commit 91fac5b6fc
423 changed files with 20687 additions and 34 deletions

24
concepts/rag.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "RAG (检索增强生成)"
created: 2026-06-03
updated: 2026-06-03
type: concept
tags: [RAG, LLM, retrieval, knowledge]
status: placeholder
---
# RAG (检索增强生成, Retrieval-Augmented Generation)
> ⚠️ 占位符页面 — 待完善
RAG 是一种将外部知识检索与 LLM 生成相结合的架构范式。通过从知识库中检索相关文档片段作为上下文,增强 LLM 的事实准确性和知识覆盖范围。
**扩展**
- [[multimodal-rag|多模态 RAG]]:将 RAG 扩展到图像、视频等多模态数据
- [[rag-systems|RAG 系统]]
## 相关概念
- [[multimodal-rag|多模态 RAG]]
- [[rag-systems]]
- [[context-engineering|上下文工程]]