File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments