docs(ai): 添加 RAGFlow MCP 部署文档与 AI 栏目整理
- 新增 Windows 11 RAGFlow + MCP 完整部署记录 - 添加 AI 栏目首页与免费模型 API 文档 - 更新 VuePress 配置与 collections 结构 - 添加缓存清理和文档同步脚本
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -9,6 +9,10 @@ export default defineNavbarConfig([
|
||||
text: '博客',
|
||||
link: '/blog/',
|
||||
},
|
||||
{
|
||||
text: '模型',
|
||||
link: '/ai/',
|
||||
},
|
||||
{
|
||||
text: '学科知识',
|
||||
items: [
|
||||
|
||||
0
docs/blog/collect/.gitkeep
Normal file
0
docs/blog/collect/.gitkeep
Normal file
13
docs/notes/ai/README.md
Normal file
13
docs/notes/ai/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: 模型
|
||||
createTime: 2026/03/29 20:00:00
|
||||
permalink: /ai/
|
||||
---
|
||||
|
||||
# 模型
|
||||
|
||||
这里是我和大模型、RAG、本地部署还有各种工具链打交道的地方~
|
||||
|
||||
和博客里的随想不同,这些笔记会更系统化一些,方便以后自己回来查的时候能一把抓到重点。左侧的目录会随着我记的东西越来越多而慢慢展开,就像「英语学习」「Web 开发」那些栏目一样,可以按专题慢慢逛。
|
||||
|
||||
当然啦,如果只是突然想到什么、想随手记几句碎碎念,还是会丢进 [博客](/blog/) 里,那里更适合发点动态更新的小东西~
|
||||
@@ -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 整合
|
||||
|
||||
嗨~如果你在找既温柔又省荷包的小模型,就把它们悄悄收进这里吧!它们也许不是夜空最亮的那颗星,却能在摘要、划重点、轻声问答的小角落里,给你软软又稳稳的陪伴哦~
|
||||
1091
docs/notes/ai/ragflow-windows11-mcp.md
Normal file
1091
docs/notes/ai/ragflow-windows11-mcp.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user