Skip to content

Commit 94262f3

Browse files
committed
feat:DeepSeep RAG 知识库 - 解析文档&Git仓库代码
1 parent 3735f59 commit 94262f3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

docs/.vuepress/config.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ module.exports = {
555555
"/md/project/big-market/": getBarBigMarket(),
556556
"/md/project/s-pay-mall/": getBarSPayMall(),
557557
"/md/project/group-buy-market/": getBarGroupBuyMarket(),
558+
"/md/project/ai-rag-knowledge/": getBarAiRagKnowledge(),
558559
"/md/project/ddd-scene-solution/": getBarDDDSceneSolution(),
559560
"/md/zsxq/": getBarZSXQ(),
560561
"/md/product/": getBarProduct(),
@@ -2219,7 +2220,7 @@ function getBarAiRagKnowledge() {
22192220
]
22202221
},
22212222
{
2222-
title: "功能",
2223+
title: "1阶段 spring-ai v0.8.1",
22232224
collapsable: false,
22242225
sidebarDepth: 0,
22252226
children: [
@@ -2234,6 +2235,14 @@ function getBarAiRagKnowledge() {
22342235
"第9节:扩展OpenAI模型对接,以及完整AI对接.md",
22352236
"第10节:云服务器部署知识库(Docker、Nginx).md",
22362237
]
2238+
},
2239+
{
2240+
title: "2阶段 spring-ai v1.0.0",
2241+
collapsable: false,
2242+
sidebarDepth: 0,
2243+
children: [
2244+
"none.md",
2245+
]
22372246
}
22382247
]
22392248
}
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 新章节,编写中
3+
lock: no
4+
---
5+
6+
# 新章节,编写中
7+
8+
作者:小傅哥
9+
<br/>博客:[https://bugstack.cn](https://bugstack.cn)
10+
11+
> 沉淀、分享、成长,让自己和他人都能有所收获!😄
12+
13+
## 一、前言
14+
15+
... 新章节,编写中

docs/md/project/ai-rag-knowledge/第3接:Ollama DeepSeek 流式应答接口实现.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 【更】第3节:Ollama DeepSeek 流式应答接口实现
3-
pay: https://t.zsxq.com/GwNZp
3+
pay: https://t.zsxq.com/h5VxZ
44
---
55

66
# 《DeepSeek RAG 知识库》第3节:Ollama DeepSeek 流式应答接口实现

0 commit comments

Comments
 (0)