forked from 1Panel-dev/MaxKB-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
167 lines (162 loc) · 6.25 KB
/
mkdocs.yml
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
site_name: 'MaxKB 文档'
site_url: 'https://maxkb.cn'
site_description: 'MaxKB 是一款基于大语言模型和 RAG 的智能知识库问答系统'
site_author: 'MaxKB 开源项目组'
repo_name: 'MaxKB'
repo_url: 'https://github.com/1Panel-dev/MaxKB'
edit_uri: https://github.com/1Panel-dev/MaxKB-docs/edit/main/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
- 系统架构: system_arch.md
- 安装部署:
- 离线安装: installation/offline_installtion.md
- 在线安装: installation/online_installtion.md
- 1Panel 安装: installation/1panel_installtion.md
- 阿里云安装: installation/aliyun.md
- 腾讯云安装: installation/tencent.md
- 命令行工具: installation/cli.md
- 快速入门: quick_start.md
- 功能手册:
- 知识库:
- 知识库: user_manual/dataset/dataset.md
- 文档: user_manual/dataset/doclist.md
- 问题: user_manual/dataset/problem.md
- 命中测试: user_manual/dataset/hit-testing.md
- 函数库: user_manual/fx/fx.md
- 应用:
- 应用创建:
- 简单配置应用: user_manual/app/simple_app.md
- 高级编排应用: user_manual/app/workflow_app.md
- 导出与导入: user_manual/app/serialization.md
- 应用概览: user_manual/app/app-view.md
- 命中测试: user_manual/app/hit-testing.md
- 对话日志: user_manual/app/log.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
- 对接通义千问: user_manual/model/tongyi_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
- 模型参数配置: user_manual/model/model_param.md
- 团队管理: user_manual/team/team.md
- X-Pack功能:
- 用户管理: user_manual/X-Pack/user.md
- 登录认证: user_manual/X-Pack/login_auth.md
- 应用接入: user_manual/X-Pack/app_integrate.md
- 应用显示: user_manual/X-Pack/app_logo_settting.md
- 身份验证: user_manual/X-Pack/app_auth.md
- 系统API: user_manual/X-Pack/system_API.md
- 系统外观: user_manual/X-Pack/theme_settings.md
- 开发文档:
- 开发环境搭建: dev_manual/dev_environment.md
- 通过API KEY进行对话: dev_manual/APIKey_chat.md
- 常见问题:
- Ollama离线部署LLM模型: faq/Offline_install_OllamaModel.md
- Ollama使用GPU运行LLM模型: faq/GPU_runOllama.md
- 将MaxKB小助手集成到Halo中: faq/maxkb_In_halo.md
- MaxKB和Dify有什么区别: faq/MaxKB VS.Dify.md
- 更新日志: changelog.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
- lightgallery
- pymdownx.tabbed
extra_css:
- css/extra.css
copyright: Copyright © 2014-2025 <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:
method: mike
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