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