File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ pip install -r requirements.txt
197
197
198
198
## II. Create knowledge base
199
199
200
- Use mmpose documents to build the mmpose knowledge base and filtering questions. If you have your own documents, just put them under ` repodir ` .
200
+ We use some novels to build knowledge base and filtering questions. If you have your own documents, just put them under ` repodir ` .
201
201
202
202
Copy and execute all the following commands (including the '#' symbol).
203
203
@@ -207,9 +207,8 @@ cd HuixiangDou
207
207
mkdir repodir
208
208
cp -rf resource/data* repodir/
209
209
210
- # Save the features of repodir to workdir, and update the positive and negative example thresholds into `config.ini`
210
+ # Build knowledge base, this will save the features of repodir to workdir, and update the positive and negative example thresholds into `config.ini`
211
211
mkdir workdir
212
- # build knowledge base
213
212
python3 -m huixiangdou.service.feature_store
214
213
```
215
214
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ pip install -r requirements.txt
195
195
196
196
## 二、创建知识库
197
197
198
- 我们将用 mmpose 的文档构建 mmpose 知识库,过滤问题 。如有自己的文档,放入 ` repodir ` 下即可。
198
+ 我们将用《朝花夕拾》的文章构建知识库 。如有自己的文档,放入 ` repodir ` 下即可。
199
199
200
200
复制下面所有命令(包含 '#' 符号)建立知识库。
201
201
@@ -205,10 +205,8 @@ cd HuixiangDou
205
205
mkdir repodir
206
206
cp -rf resource/data* repodir/
207
207
208
- # 把 repodir 的特征保存到 workdir,把正反例阈值更新进 `config.ini`
208
+ # 建立知识库, repodir 的特征会保存到 workdir,拒答阈值也会自动更新进 `config.ini`
209
209
mkdir workdir
210
-
211
- # 建立知识库
212
210
python3 -m huixiangdou.service.feature_store
213
211
```
214
212
You can’t perform that action at this time.
0 commit comments