This website requires JavaScript.
Explore
Help
Register
Sign In
ishenwei
/
nexus
Watch
1
Star
0
Fork
0
You've already forked nexus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
da0f9c3594b7df7856fe248ef7f62e2c9642c708
nexus
/
wiki
/
concepts
/
RAG.md
weishen
da0f9c3594
Auto-sync: 2026-04-17 18:00
2026-04-18 02:00:11 +08:00
551 B
Raw
Blame
History
Unescape
Escape
title, type, tags
title
type
tags
RAG
concept
Description
检索增强生成
(
Retrieval-Augmented Generation
)
,
结合知识库检索和 AI 生成答案的技术框架。
Key Components
知识库索引:文档向量化存储
检索模块:根据查询找到相关上下文
生成模块:基于检索内容生成答案
引用机制:提供答案的来源引用
Use Cases
文档问答
知识管理
研究辅助
Connections
与
开源平替
结合实现私有化部署
使用
语义搜索
提高检索精度
Reference in New Issue
View Git Blame
Copy Permalink