File tree Expand file tree Collapse file tree 3 files changed +135
-109
lines changed Expand file tree Collapse file tree 3 files changed +135
-109
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ docker run -d \
105
105
准备API密钥 → 配置系统 → Docker部署 → 上传文档 → ETL处理 → 发布数据 → 前端测试 → 开始使用
106
106
```
107
107
108
- 更加详细的部署指南,请参考[ 《Docker 部署教程》] ( https://grapecity-ai.github.io/gc-qa-rag/2 -%E5%BC%80%E5%8F%91%E6%95%99%E7%A8%8B/1-Docker%E9%83%A8%E7%BD%B2/ )
108
+ 更加详细的部署指南,请参考[ 《Docker 部署教程》] ( https://grapecity-ai.github.io/gc-qa-rag/zh2 -%E5%BC%80%E5%8F%91%E6%95%99%E7%A8%8B/1-Docker%E9%83%A8%E7%BD%B2/ )
109
109
110
110
### 🔧 手动部署
111
111
@@ -167,7 +167,7 @@ docker run -d \
167
167
2 . ** 检索层 (Retrieval)** : 接收用户查询,通过 ** 问题改写** 、** 混合检索** 和 ** RRF 排序** ,高效、精准地从知识库中召回最相关的信息。
168
168
3 . ** 生成层 (Generation)** : 将检索到的信息整合,交由大语言模型(LLM)生成最终流畅、准确的答案,并支持多轮对话。
169
169
170
- 更多细节请查阅[ 《技术架构详解》] ( https://grapecity-ai.github.io/gc-qa-rag/0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/3_%E6%8A%80%E6%9C%AF%E6%9E%B6%E6%9E%84/ ) 。
170
+ 更多细节请查阅[ 《技术架构详解》] ( https://grapecity-ai.github.io/gc-qa-rag/zh/ 0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/3_%E6%8A%80%E6%9C%AF%E6%9E%B6%E6%9E%84/ ) 。
171
171
172
172
## 📚 详细文档
173
173
@@ -177,10 +177,10 @@ docker run -d \
177
177
178
178
主要内容包括:
179
179
180
- - [ 项目背景] ( https://grapecity-ai.github.io/gc-qa-rag/0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/1_%E9%A1%B9%E7%9B%AE%E8%83%8C%E6%99%AF/ )
181
- - [ 产品设计] ( https://grapecity-ai.github.io/gc-qa-rag/0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/2_%E4%BA%A7%E5%93%81%E8%AE%BE%E8%AE%A1/ )
182
- - [ 技术原理] ( https://grapecity-ai.github.io/gc-qa-rag/1-%E6%8A%80%E6%9C%AF%E5%8E%9F%E7%90%86/1-%E5%88%87%E7%89%87%E6%96%B9%E6%A1%88/ )
183
- - [ 落地效果] ( https://grapecity-ai.github.io/gc-qa-rag/0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/5_%E8%90%BD%E5%9C%B0%E6%95%88%E6%9E%9C/ )
180
+ - [ 项目背景] ( https://grapecity-ai.github.io/gc-qa-rag/zh/ 0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/1_%E9%A1%B9%E7%9B%AE%E8%83%8C%E6%99%AF/ )
181
+ - [ 产品设计] ( https://grapecity-ai.github.io/gc-qa-rag/zh/ 0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/2_%E4%BA%A7%E5%93%81%E8%AE%BE%E8%AE%A1/ )
182
+ - [ 技术原理] ( https://grapecity-ai.github.io/gc-qa-rag/zh/ 1-%E6%8A%80%E6%9C%AF%E5%8E%9F%E7%90%86/1-%E5%88%87%E7%89%87%E6%96%B9%E6%A1%88/ )
183
+ - [ 落地效果] ( https://grapecity-ai.github.io/gc-qa-rag/zh/ 0-%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%BF%B0/5_%E8%90%BD%E5%9C%B0%E6%95%88%E6%9E%9C/ )
184
184
185
185
## 🤝 参与贡献
186
186
You can’t perform that action at this time.
0 commit comments