-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmkdocs.yml
More file actions
192 lines (185 loc) · 7.55 KB
/
mkdocs.yml
File metadata and controls
192 lines (185 loc) · 7.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
site_name: 'MaxKB 文档'
site_url: 'https://maxkb.cn/docs'
site_description: 'MaxKB 在线文档'
site_author: '飞致云'
repo_name: 'MaxKB'
repo_url: 'https://github.com/1Panel-dev/MaxKB'
edit_uri: https://github.com/1Panel-dev/MaxKB-docs
theme:
name: 'material'
logo: 'img/logo-white.png'
favicon: 'img/facio.ico'
language: 'zh'
highlightjs: true
hljs_languages:
- yaml
- django
palette:
- scheme: default
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
- content.tabs.link
custom_dir: "theme"
nav:
- 产品介绍: index.md
- 快速入门: quick_start.md
- 更新日志: changelog.md
- 系统架构: system_arch.md
- 安装部署:
- 离线安装(生产环境推荐): installation/offline_installtion.md
- 在线安装: installation/online_installtion.md
- 1Panel 安装: installation/1panel_installtion.md
- 阿里云安装: installation/aliyun.md
- 迁移工具: installation/migrate.md
- 命令行工具: installation/cli.md
- 备份还原: installation/backup.md
- 功能手册:
- 模型:
- 模型概述: user_manual/model/model_summary.md
- 模型对接:
- 对接阿里云百炼: user_manual/model/bailian_model.md
- 对接Anthropic: user_manual/model/anthropic_model.md
- 对接Amazon Bedrock: user_manual/model/amazon_bedrock_model.md
- 对接Azure OpenAI: user_manual/model/azure_openai_model.md
- 对接DeepSeek: user_manual/model/deepseek_model.md
- 对接Gemini: user_manual/model/gemini_model.md
- 对接Kimi: user_manual/model/kimi_model.md
- 对接OpenAI: user_manual/model/openai_model.md
- 对接Regolo: user_manual/model/Regolo_model.md
- 对接SILICONFLOW: user_manual/model/siliconflow_model.md
- 对接腾讯云: user_manual/model/tencentcloud_model.md
- 对接腾讯混元: user_manual/model/hunyuan_model.md
- 对接火山引擎: user_manual/model/doubao_model.md
- 对接百度千帆: user_manual/model/qianfan_model.md
- 对接讯飞星火: user_manual/model/spark_model.md
- 对接智谱AI: user_manual/model/zhipu_model.md
- 对接本地大模型: user_manual/model/local_model.md
- 对接Ollama: user_manual/model/ollama_model.md
- 对接vLLM: user_manual/model/vllm_model.md
- 对接Xorbits Inference: user_manual/model/X-Infer_model.md
- 对接Docker AI: user_manual/model/dockerai_model.md
- 模型操作: user_manual/model/model_param.md
- 工具: user_manual/tool/tool.md
- 知识库:
- 知识库: user_manual/dataset/dataset.md
- 文档: user_manual/dataset/doclist.md
- 工作流: user_manual/dataset/workflow.md
- 问题: user_manual/dataset/problem.md
- 命中测试: user_manual/dataset/hit-testing.md
- 智能体:
- 智能体概述: user_manual/app/app.md
- 智能体创建:
- 简易智能体: user_manual/app/simple_app.md
- 高级智能体: user_manual/app/workflow_app.md
- 智能体概览: user_manual/app/app-view.md
- 对话日志: user_manual/app/log.md
- 触发器: user_manual/trigger/trigger.md
- 用户管理: user_manual/user_community.md
- 资源授权: user_manual/X-Pack/authorization_resources.md
- 系统设置: user_manual/email.md
- X-Pack功能:
- 用户管理: user_manual/X-Pack/user.md
- 工作空间: user_manual/X-Pack/workspace.md
- 角色管理: user_manual/X-Pack/role.md
- 资源管理: user_manual/X-Pack/resource_management.md
- 共享资源: user_manual/X-Pack/shared_resources.md
- 对话用户: user_manual/X-Pack/chat_user.md
- 知识库:
- 飞书文档知识库: user_manual/X-Pack/feishu_doc.md
- 对话用户: user_manual/X-Pack/dataset_chatuser.md
- 智能体:
- 显示设置: user_manual/X-Pack/app_logo_settting.md
- 接入第三方: user_manual/X-Pack/app_integrate.md
- 身份验证: user_manual/X-Pack/app_auth.md
- 对话用户: user_manual/X-Pack/app_chatueser.md
- 系统设置:
- 系统外观: user_manual/X-Pack/theme_settings.md
- 登录认证: user_manual/X-Pack/login_auth.md
- 操作日志: user_manual/X-Pack/operation_log.md
- 系统API: user_manual/X-Pack/system_API.md
- 常见问题:
- 安装部署: faq/install_configuration.md
- 系统管理: faq/system_management.md
- 工具: faq/function_library.md
- 知识库: faq/knowledge_base.md
- 智能体: faq/apply_setting.md
- 实践教程:
- 通过 API KEY 进行对话: user_manual/chat_to_API.md
- Ollama 离线部署 LLM 模型: faq/Offline_install_OllamaModel.md
- Ollama 使用 GPU 运行 LLM 模型: faq/GPU_runOllama.md
- WPS合同审核助手的设计与实现: faq/wps_contract_review.md
- 通过知识库工作流构建MaxKB图、音、视多模态知识: faq/maxkb_multimodal_workflow.md
- 将 MaxKB 小助手集成到 Halo 中: faq/maxkb_In_halo.md
- 知识库文档如何合理分段: faq/doc_segment.md
- 联系我们: contact.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: True
linenums: False
- toc:
permalink: True
- footnotes
- attr_list
- def_list
- tables
- abbr
- md_in_html
- pymdownx.extra
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.progressbar
- pymdownx.tabbed
extra_css:
- css/extra.css
copyright: Copyright © 2014-2026 <a href="https://www.fit2cloud.com">杭州飞致云信息科技有限公司</a>, All Rights Reserved. <a href="http://www.beian.miit.gov.cn" target="_blank">浙ICP备14038283号-9</a>
plugins:
- search:
lang:
- en
- ja
separator: '[\s\-\.]+'
extra:
version:
provider: mike
warning: false
analytics:
provider: google
property: G-NG51348CBW
social:
- icon: fontawesome/brands/github
link: https://github.com/1Panel-dev/MaxKB
- icon: fontawesome/solid/envelope
link: mailto:support@fit2cloud.com
- icon: fontawesome/solid/phone
link: tel://400-052-0755