This website requires JavaScript.
Explore
Help
Register
Sign In
liruwei
/
base_rag
Watch
1
Star
0
Fork
You've already forked base_rag
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12531356dc
base_rag
/
demo_documents
/
test_markdown_787e71fb.md
308 B
Raw
Blame
History
Unescape
Escape
RAG系统介绍
什么是RAG
?
RAG
(
Retrieval-Augmented Generation
)
是一种结合了检索和生成的AI技术。
RAG的优势
能够利用外部知识库
提高回答的准确性
支持实时更新知识
应用场景
RAG系统广泛应用于问答系统、知识管理等领域。