-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
251 lines (244 loc) · 7.93 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
# Website information
site_name: Rasa 中文文档
site_url: https://rasa.leovan.tech
site_author: 范叶亮 | Leo Van
site_description: Rasa 中文文档
# Repository
repo_name: leovan/rasa-doc
repo_url: https://github.com/leovan/rasa-doc
edit_uri: edit/main/docs/
# Copyright
copyright: 版权所有 © 2022-2024,<a href="https://leovan.me" target="_blank">范叶亮 | Leo Van</a>
# Navigation
nav:
- 简介: index.md
- Rasa Pro: rasa-pro.md
- 安装:
- 环境配置: installation/environment-set-up.md
- 安装开源 Rasa: installation/installing-rasa-open-source.md
- 安装 Rasa Pro:
- Rasa Pro 成果: installation/rasa-pro/rasa-pro-artifacts.md
- Rasa Pro 安装: installation/rasa-pro/installation.md
- 构建对话机器人:
- 从其他工具迁移(测试): migrate-from.md
- 命令行界面: command-line-interface.md
- 最佳实践:
- 对话驱动的开发: conversation-driven-development.md
- 生成 NLU 数据: generating-nlu-data.md
- 编写对话数据: writing-stories.md
- 对话模式:
- 闲聊和 FAQ: chitchat-faqs.md
- 处理业务逻辑: business-logic.md
- 回退和移交人工: fallback-handoff.md
- 处理非预期输入: unexpected-input.md
- 上下文对话: contextual-conversations.md
- 触达用户: reaching-out-to-user.md
- 为生产环境做准备:
- 连接至消息和语音频道: messaging-and-voice-channels.md
- NLU 模型调优: tuning-your-model.md
- 测试对话机器人: testing-your-assistant.md
- 设置 CI/CD: setting-up-ci-cd.md
- Rasa 词汇表: glossary.md
- 部署对话机器人:
- 简介: deploy/introduction.md
- 部署 Rasa: deploy/deploy-rasa.md
- 部署动作服务器: deploy/deploy-action-server.md
- 部署 Rasa Plus: deploy/deploy-rasa-plus.md
- 部署 Rasa Pro 服务: deploy/deploy-rasa-pro-services.md
- 监控和分析对话机器人:
- 分析:
- 开始使用: monitoring/analytics/getting-started-with-analytics.md
- 实时标记分析: monitoring/analytics/realtime-markers.md
- 示例查询: monitoring/analytics/example-queries.md
- 数据结构参考: monitoring/analytics/data-structure-reference.md
- 追踪: monitoring/tracing.md
- 负载测试指南: monitoring/load-testing-guidelines.md
- 个人身份信息管理: pii-management.md
- 概念:
- 训练数据:
- 训练数据格式: training-data-format.md
- NLU 训练数据: nlu-training-data.md
- 故事: stories.md
- 规则: rules.md
- 领域: domain.md
- 配置:
- 概述: model-configuration.md
- 组件: components.md
- 策略: policies.md
- 自定义图组件: custom-graph-components.md
- 导入器: training-data-importers.md
- 语言支持: language-support.md
- 图配方: graph-recipe.md
- 空间: spaces.md
- 动作:
- 概述: actions.md
- 响应: responses.md
- 自定义动作: custom-actions.md
- 表单: forms.md
- 默认动作: default-actions.md
- 槽验证动作: slot-validation-actions.md
- 验证:
- 标记: markers.md
- 频道连接器:
- 文本和聊天:
- 个人网站: connectors/your-own-website.md
- Facebook Messenger: connectors/facebook-messenger.md
- Slack: connectors/slack.md
- Telegram: connectors/telegram.md
- Twilio: connectors/twilio.md
- Google Hangouts Chat: connectors/hangouts.md
- Microsoft Bot Framework: connectors/microsoft-bot-framework.md
- Cisco Webex Teams: connectors/cisco-webex-teams.md
- RocketChat: connectors/rocketchat.md
- Mattermost: connectors/mattermost.md
- 语音:
- Audiocodes VoiceAI Connect: connectors/audiocodes-voiceai-connect.md
- 自定义连接器: connectors/custom-connectors.md
- 架构:
- 概述: arch-overview.md
- 追踪器存储: tracker-stores.md
- 事件代理: event-brokers.md
- 模型存储: model-storage.md
- 锁存储: lock-stores.md
- 密钥管理: secrets-managers.md
- 仅使用 NLU: nlu-only.md
- NLG 服务器: nlg.md
- 动作服务器:
- 简介: action-server.md
- 动作服务器基础:
- 动作: action-server/actions.md
- 事件: action-server/events.md
- 使用 Rasa SDK:
- 运行一个 Rasa SDK 服务器: action-server/running-action-server.md
- 编写自定义动作:
- 动作: action-server/sdk-actions.md
- 追踪器: action-server/sdk-tracker.md
- 分发器: action-server/sdk-dispatcher.md
- 事件: action-server/sdk-events.md
- 特殊动作类型:
- 知识库动作: action-server/knowledge-bases.md
- 槽验证动作: action-server/validation-action.md
- 部署动作服务器: action-server/deploy-action-server.md
- API:
- HTTP API: http-api.md
- 仅 NLU 服务器: nlu-only-server.md
- 参考:
- Rasa 遥测: telemetry/telemetry.md
- 遥测事件参考: telemetry/reference.md
- 代码参考: reference.md
- 更新日志:
- 开源 Rasa 变更日志: changelog.md
- Rasa SDK 变更日志: sdk-changelog.md
- 兼容性矩阵: compatibility-matrix.md
- 版本迁移指南: migration-guide.md
- 活跃维护版本: rasa-product-release-and-maintenance-policy.md
- API 规范页面:
- Rasa HTTP API: pages/http-api.md
- Rasa 动作服务器 API: pages/action-server-api.md
# Theme
theme:
name: material
include_search_page: false
search_index_only: true
language: zh
features:
- content.code.copy
- navigation.indexes
- navigation.top
- search.highlight
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: 暗黑
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/white-balance-sunny
name: 明亮
font:
text: Roboto
code: Roboto Mono
favicon: images/favicon.ico
logo: images/rasa-icon-horizontal.svg
# Plugins
plugins:
- search:
lang: en
# Extra
extra:
social:
- icon: material/home
link: https://leovan.me
name: 个人主页
- icon: material/github
link: https://github.com/leovan
name: Github
analytics:
provider: google
property: G-7D9SN7BLD3
extra_css:
- css/button.css
- css/chat.css
- css/image.css
- css/table.css
extra_javascript:
- js/math.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Markdown extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
user: leovan
repo: rasa-doc
- pymdownx.mark
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde