增加 rag 的教程

This commit is contained in:
锦恢 2025-07-21 15:00:13 +08:00
parent 18df8cbda4
commit 9fcc22b55a
8 changed files with 47 additions and 26 deletions

View File

@ -133,13 +133,13 @@ export default {
text: 'Development Examples',
items: [
{ text: 'MCP Server Development Examples', link: '/plugin-tutorial/examples/mcp-examples' },
{ text: 'Example 1: Weather Info MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-simple-stdio' },
{ text: 'Example 2: Read-only Neo4j MCP in Go (SSE)', link: '/plugin-tutorial/examples/go-neo4j-sse' },
{ text: 'Example 3: Read-only Document DB MCP in Java (HTTP)', link: '/plugin-tutorial/examples/java-es-http' },
{ text: 'Example 4: Super Web Crawler MCP in TypeScript using crawl4ai (STDIO)', link: '/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
{ text: 'Example 5: Generic Form Filling MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-form-stdio' },
{ text: 'Example 6: Blender-based MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-blender-stdio' },
{ text: 'Example 7: Cadence EDA MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-cadence-stdio' }
// { text: 'Example 1: Weather Info MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-simple-stdio' },
// { text: 'Example 2: Read-only Neo4j MCP in Go (SSE)', link: '/plugin-tutorial/examples/go-neo4j-sse' },
// { text: 'Example 3: Read-only Document DB MCP in Java (HTTP)', link: '/plugin-tutorial/examples/java-es-http' },
// { text: 'Example 4: Super Web Crawler MCP in TypeScript using crawl4ai (STDIO)', link: '/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
// { text: 'Example 5: Generic Form Filling MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-form-stdio' },
// { text: 'Example 6: Blender-based MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-blender-stdio' },
// { text: 'Example 7: Cadence EDA MCP in Python (STDIO)', link: '/plugin-tutorial/examples/python-cadence-stdio' }
]
},
{

View File

@ -132,13 +132,13 @@ export default {
text: '開発事例',
items: [
{ text: 'MCP サーバー開発事例', link: '/ja/plugin-tutorial/examples/mcp-examples' },
{ text: '例 1. Python による天気情報 MCP サーバー (STDIO)', link: '/ja/plugin-tutorial/examples/python-simple-stdio' },
{ text: '例 2. Go による neo4j 読み取り専用 MCP サーバー (SSE)', link: '/ja/plugin-tutorial/examples/go-neo4j-sse' },
{ text: '例 3. Java によるドキュメントデータベース MCP (HTTP)', link: '/ja/plugin-tutorial/examples/java-es-http' },
{ text: '例 4. TypeScript による crawl4ai ベースのスーパーウェブクローラー MCP (STDIO)', link: '/ja/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
{ text: '例 5. Python による汎用フォーム入力 MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-form-stdio' },
{ text: '例 6. Python による Blender ベース MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-blender-stdio' },
{ text: '例 7. Python による Cadence EDA MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-cadence-stdio' }
// { text: '例 1. Python による天気情報 MCP サーバー (STDIO)', link: '/ja/plugin-tutorial/examples/python-simple-stdio' },
// { text: '例 2. Go による neo4j 読み取り専用 MCP サーバー (SSE)', link: '/ja/plugin-tutorial/examples/go-neo4j-sse' },
// { text: '例 3. Java によるドキュメントデータベース MCP (HTTP)', link: '/ja/plugin-tutorial/examples/java-es-http' },
// { text: '例 4. TypeScript による crawl4ai ベースのスーパーウェブクローラー MCP (STDIO)', link: '/ja/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
// { text: '例 5. Python による汎用フォーム入力 MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-form-stdio' },
// { text: '例 6. Python による Blender ベース MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-blender-stdio' },
// { text: '例 7. Python による Cadence EDA MCP (STDIO)', link: '/ja/plugin-tutorial/examples/python-cadence-stdio' }
]
},
{

View File

@ -132,13 +132,13 @@ export default {
text: '开发案例',
items: [
{ text: 'MCP 服务器开发案例', link: '/zh/plugin-tutorial/examples/mcp-examples' },
{ text: '例子 1. python 实现天气信息 mcp 服务器 (STDIO)', link: '/zh/plugin-tutorial/examples/python-simple-stdio' },
{ text: '例子 2. go 实现 neo4j 的只读 mcp 服务器 (SSE)', link: '/zh/plugin-tutorial/examples/go-neo4j-sse' },
{ text: '例子 3. java 实现文档数据库的只读 mcp (HTTP)', link: '/zh/plugin-tutorial/examples/java-es-http' },
{ text: '例子 4. typescript 实现基于 crawl4ai 的超级网页爬虫 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
{ text: '例子 5. python 实现进行通用表单填充 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-form-stdio' },
{ text: '例子 6. python 实现基于 blender 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-blender-stdio' },
{ text: '例子 7. python 实现 cadence EDA 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-cadence-stdio' },
// { text: '例子 1. python 实现天气信息 mcp 服务器 (STDIO)', link: '/zh/plugin-tutorial/examples/python-simple-stdio' },
// { text: '例子 2. go 实现 neo4j 的只读 mcp 服务器 (SSE)', link: '/zh/plugin-tutorial/examples/go-neo4j-sse' },
// { text: '例子 3. java 实现文档数据库的只读 mcp (HTTP)', link: '/zh/plugin-tutorial/examples/java-es-http' },
// { text: '例子 4. typescript 实现基于 crawl4ai 的超级网页爬虫 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/typescript-crawl4ai-stdio' },
// { text: '例子 5. python 实现进行通用表单填充 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-form-stdio' },
// { text: '例子 6. python 实现基于 blender 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-blender-stdio' },
// { text: '例子 7. python 实现 cadence EDA 的 mcp (STDIO)', link: '/zh/plugin-tutorial/examples/python-cadence-stdio' },
]
},
{

View File

@ -74,6 +74,14 @@ const contributors = [
links: [
{ icon: 'github', link: 'https://github.com/ZYD045692' },
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/81767213?v=4',
name: 'Zhenyu (Dormiveglia-elf)',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/Dormiveglia-elf' },
]
}
]
</script>

View File

@ -16,11 +16,8 @@ next:
- [Cadence EDA MCP (STDIO)](./python-cadence-stdio)
Electronic design automation interface
- Video Editing via FFmpeg MCP
AI-driven video editing workflows
- Knowledge Base Injection with RAG MCP
Dynamic document retrieval system
- [Building a RAG-Based Memory Storage MCP Server in Python](./python-rag_memo-stdio.md)
- Stable Diffusion MCP Server
Text-to-image generation service
## Node.js
- [Crawl4AI Web Crawler MCP (STDIO)](./typescript-crawl4ai-stdio)

View File

@ -74,6 +74,14 @@ const contributors = [
links: [
{ icon: 'github', link: 'https://github.com/ZYD045692' },
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/81767213?v=4',
name: 'Zhenyu (Dormiveglia-elf)',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/Dormiveglia-elf' },
]
}
]
</script>

View File

@ -12,7 +12,7 @@ next:
- [python 实现基于 blender 的 mcp (STDIO)](./python-blender-stdio)
- [python 实现 cadence EDA 的 mcp (STDIO)](./python-cadence-stdio)
- 基于 ffmpeg mcp 实现通过对话的视频剪辑
- 基于 rag mcp 实现知识库的注入
- [python 实现基于 RAG 的记忆存储 MCP 服务器](./python-rag_memo-stdio.md)
- 实现 Stable Diffusion 的 MCP 服务器
## Nodejs

View File

@ -74,6 +74,14 @@ const contributors = [
links: [
{ icon: 'github', link: 'https://github.com/ZYD045692' },
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/81767213?v=4',
name: 'Zhenyu (Dormiveglia-elf)',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/Dormiveglia-elf' },
]
}
]
</script>