Skip to content

Commit a74190e

Browse files
committed
feat:DeepSeek RAG 知识库
1 parent e70a8de commit a74190e

File tree

51 files changed

+625
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+625
-0
lines changed

docs/.vuepress/config.js

+34
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ module.exports = {
371371
items: [
372372
{
373373
text: '业务类型', items: [
374+
{
375+
text: 'DeepSeek RAG 知识库(新)',
376+
link: '/md/project/ai-rag-knowledge/ai-rag-knowledge.md'
377+
},
374378
{
375379
text: '拼团交易平台系统(新)',
376380
link: '/md/project/group-buy-market/group-buy-market.md'
@@ -2204,6 +2208,36 @@ function getBarProjectChatGPT() {
22042208
]
22052209
}
22062210

2211+
function getBarAiRagKnowledge() {
2212+
return [
2213+
{
2214+
title: "介绍",
2215+
collapsable: false,
2216+
sidebarDepth: 0,
2217+
children: [
2218+
"ai-rag-knowledge.md",
2219+
]
2220+
},
2221+
{
2222+
title: "功能",
2223+
collapsable: false,
2224+
sidebarDepth: 0,
2225+
children: [
2226+
"第1节:AI RAG 知识库,项目介绍.md",
2227+
"第2节:初始化知识库工程&提交代码.md",
2228+
"第3接:Ollama DeepSeek 流式应答接口实现.md",
2229+
"第4节:Ollama DeepSeek 流式应答页面对接.md",
2230+
"第5节:Ollama RAG 知识库上传、解析和验证.md",
2231+
"第6节:Ollama RAG 知识库接口服务实现.md",
2232+
"第7节:基于AI工具,设计知识库UI和接口对接.md",
2233+
"第8节:Git仓库代码库解析到知识库.md",
2234+
"第9节:扩展OpenAI模型对接,以及完整AI对接.md",
2235+
"第10节:云服务器部署知识库(Docker、Nginx).md",
2236+
]
2237+
}
2238+
]
2239+
}
2240+
22072241
function getBarGroupBuyMarket() {
22082242
return [
22092243
{

docs/README.md

+1

0 commit comments

Comments
 (0)