Skip to content

Commit 89bcba2

Browse files
authored
Update README_zh.md (#429)
* Update README_zh.md * Update README.md
1 parent 726790b commit 89bcba2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pip install -r requirements.txt
197197

198198
## II. Create knowledge base
199199

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`.
201201

202202
Copy and execute all the following commands (including the '#' symbol).
203203

@@ -207,9 +207,8 @@ cd HuixiangDou
207207
mkdir repodir
208208
cp -rf resource/data* repodir/
209209

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`
211211
mkdir workdir
212-
# build knowledge base
213212
python3 -m huixiangdou.service.feature_store
214213
```
215214

README_zh.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pip install -r requirements.txt
195195

196196
## 二、创建知识库
197197

198-
我们将用 mmpose 的文档构建 mmpose 知识库,过滤问题。如有自己的文档,放入 `repodir` 下即可。
198+
我们将用《朝花夕拾》的文章构建知识库。如有自己的文档,放入 `repodir` 下即可。
199199

200200
复制下面所有命令(包含 '#' 符号)建立知识库。
201201

@@ -205,10 +205,8 @@ cd HuixiangDou
205205
mkdir repodir
206206
cp -rf resource/data* repodir/
207207

208-
# repodir 的特征保存到 workdir,把正反例阈值更新进 `config.ini`
208+
# 建立知识库,repodir 的特征会保存到 workdir,拒答阈值也会自动更新进 `config.ini`
209209
mkdir workdir
210-
211-
# 建立知识库
212210
python3 -m huixiangdou.service.feature_store
213211
```
214212

0 commit comments

Comments
 (0)