base_rag/test_files/test_markdown.md

14 lines
308 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.

# RAG系统介绍
## 什么是RAG
RAGRetrieval-Augmented Generation是一种结合了检索和生成的AI技术。
## RAG的优势
- 能够利用外部知识库
- 提高回答的准确性
- 支持实时更新知识
## 应用场景
RAG系统广泛应用于问答系统、知识管理等领域。