We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cefddf commit 2f1442bCopy full SHA for 2f1442b
2 files changed
graphgen/graphgen.py
@@ -295,3 +295,6 @@ async def clear(self):
295
296
# TODO: add data filtering step here in the future
297
# graph_gen.filter(filter_config=config["filter"])
298
+
299
300
+# TODO: 把insert拆成两个: read + build_kg,这样更合理
scripts/extract/extract_schema_guided.sh
@@ -1,3 +1,3 @@
1
-python3 -m graphgen.generate \
+python3 -m graphgen.run \
2
--config_file graphgen/configs/schema_guided_config.yaml \
3
--output_dir cache/
0 commit comments