Skip to content

Commit c62538f

Browse files
Fix configuration file path in README_zh.md
Updated the file path in README_zh.md for configuration.
1 parent 7ba8880 commit c62538f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,16 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
256256
# TRAINEE_MODEL=Qwen/Qwen2.5-0.5B-Instruct
257257
# TRAINEE_NUM_GPUS=1
258258
```
259-
2. (可选)如需修改默认生成配置,可编辑 `graphgen/configs/` 文件夹中的 YAML 文件.
259+
2. (可选)如需修改默认生成配置,可编辑 `config.yaml` 文件。
260260

261261
例如:
262262

263263
```yaml
264264
# examples/generate/generate_aggregated_qa/aggregated_config.yaml
265265
global_params:
266-
working_dir: cache
267-
graph_backend: kuzu # graph database backend, support: kuzu, networkx
268-
kv_backend: rocksdb # key-value store backend, support: rocksdb, json_kv
266+
working_dir: cache
267+
graph_backend: kuzu # graph database backend, support: kuzu, networkx
268+
kv_backend: rocksdb # key-value store backend, support: rocksdb, json_kv
269269
270270
nodes:
271271
- id: read_files # id is unique in the pipeline, and can be referenced by other steps

0 commit comments

Comments
 (0)