docs(ai): 添加 RAGFlow MCP 部署文档与 AI 栏目整理

- 新增 Windows 11 RAGFlow + MCP 完整部署记录
- 添加 AI 栏目首页与免费模型 API 文档
- 更新 VuePress 配置与 collections 结构
- 添加缓存清理和文档同步脚本
This commit is contained in:
祀梦
2026-03-29 13:21:46 +08:00
parent de14950045
commit 5578a63c1d
13 changed files with 2365 additions and 7 deletions

View File

@@ -29,6 +29,28 @@ export default defineCollections([
})),
}),
defineCollection({
type: 'doc',
dir: 'notes/ai',
title: '模型',
linkPrefix: '/ai/',
sidebar: [
{ text: '模型', link: '/ai/' },
{
text: '部署与工具链',
collapsed: false,
items: [
{ text: 'RAGFlow 与 MCP', link: '/article/windows11-ragflow-deployment-mcp/' },
],
},
{
text: '模型与 API',
collapsed: false,
items: [{ text: '大模型 API 整合', link: '/article/free_model_api/' }],
},
],
}),
defineCollection({
type: 'doc',
dir: 'notes/subject/english',

View File

@@ -27,6 +27,13 @@ export default defineUserConfig({
'@theme/Blog/VPPostItem.vue': path.resolve(__dirname, './theme/Blog/VPPostItem.vue'),
},
},
/**
* 强制预构建含 encodeSVG 的 client 入口,避免 docs/.vuepress/.cache/deps 里残留旧版
* @vuepress/helper 导致 dev 下「does not provide an export named encodeSVG」整页白屏。
*/
optimizeDeps: {
include: ['@vuepress/helper/client'],
},
},
}),
shouldPrefetch: false,

View File

@@ -9,6 +9,10 @@ export default defineNavbarConfig([
text: '博客',
link: '/blog/',
},
{
text: '模型',
link: '/ai/',
},
{
text: '学科知识',
items: [

View File

13
docs/notes/ai/README.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: 模型
createTime: 2026/03/29 20:00:00
permalink: /ai/
---
# 模型
这里是我和大模型、RAG、本地部署还有各种工具链打交道的地方
和博客里的随想不同这些笔记会更系统化一些方便以后自己回来查的时候能一把抓到重点。左侧的目录会随着我记的东西越来越多而慢慢展开就像「英语学习」「Web 开发」那些栏目一样,可以按专题慢慢逛。
当然啦,如果只是突然想到什么、想随手记几句碎碎念,还是会丢进 [博客](/blog/) 里,那里更适合发点动态更新的小东西~

View File

@@ -2,13 +2,11 @@
title: 便宜免费的大模型 API 整合 2025年11月11日
createTime: 2025/11/11 13:54:02
permalink: /article/free_model_api/
tags:
- llm
sidebar: '/ai/'
---
百度千帆、讯飞星火、腾讯混元均有免费在线额度SCNet 提供 0.1 元/百万 tokens 的超低价大模型,轻量任务先薅免费,量大了再掏 0.1 元,稳!
<!-- more -->
## 免费的大模型 API 整合
嗨~如果你在找既温柔又省荷包的小模型,就把它们悄悄收进这里吧!它们也许不是夜空最亮的那颗星,却能在摘要、划重点、轻声问答的小角落里,给你软软又稳稳的陪伴哦~

File diff suppressed because it is too large Load Diff