Skip to content

Commit 2f1442b

Browse files
wip
1 parent 0cefddf commit 2f1442b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

graphgen/graphgen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,6 @@ async def clear(self):
295295

296296
# TODO: add data filtering step here in the future
297297
# graph_gen.filter(filter_config=config["filter"])
298+
299+
300+
# TODO: 把insert拆成两个: read + build_kg,这样更合理
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python3 -m graphgen.generate \
1+
python3 -m graphgen.run \
22
--config_file graphgen/configs/schema_guided_config.yaml \
33
--output_dir cache/

0 commit comments

Comments
 (0)