File tree 3 files changed +26
-2
lines changed
md/project/ai-rag-knowledge
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -555,6 +555,7 @@ module.exports = {
555
555
"/md/project/big-market/" : getBarBigMarket ( ) ,
556
556
"/md/project/s-pay-mall/" : getBarSPayMall ( ) ,
557
557
"/md/project/group-buy-market/" : getBarGroupBuyMarket ( ) ,
558
+ "/md/project/ai-rag-knowledge/" : getBarAiRagKnowledge ( ) ,
558
559
"/md/project/ddd-scene-solution/" : getBarDDDSceneSolution ( ) ,
559
560
"/md/zsxq/" : getBarZSXQ ( ) ,
560
561
"/md/product/" : getBarProduct ( ) ,
@@ -2219,7 +2220,7 @@ function getBarAiRagKnowledge() {
2219
2220
]
2220
2221
} ,
2221
2222
{
2222
- title : "功能 " ,
2223
+ title : "1阶段 spring-ai v0.8.1 " ,
2223
2224
collapsable : false ,
2224
2225
sidebarDepth : 0 ,
2225
2226
children : [
@@ -2234,6 +2235,14 @@ function getBarAiRagKnowledge() {
2234
2235
"第9节:扩展OpenAI模型对接,以及完整AI对接.md" ,
2235
2236
"第10节:云服务器部署知识库(Docker、Nginx).md" ,
2236
2237
]
2238
+ } ,
2239
+ {
2240
+ title : "2阶段 spring-ai v1.0.0" ,
2241
+ collapsable : false ,
2242
+ sidebarDepth : 0 ,
2243
+ children : [
2244
+ "none.md" ,
2245
+ ]
2237
2246
}
2238
2247
]
2239
2248
}
Original file line number Diff line number Diff line change
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
+ ... 新章节,编写中
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 【更】第3节:Ollama DeepSeek 流式应答接口实现
3
- pay : https://t.zsxq.com/GwNZp
3
+ pay : https://t.zsxq.com/h5VxZ
4
4
---
5
5
6
6
# 《DeepSeek RAG 知识库》第3节:Ollama DeepSeek 流式应答接口实现
You can’t perform that action at this time.
0 commit comments