diff --git a/data/operation_dulce/dataset.zip b/data/operation_dulce/dataset.zip index 22a82538..6e49f992 100644 Binary files a/data/operation_dulce/dataset.zip and b/data/operation_dulce/dataset.zip differ diff --git a/posts/query/3-cli/index.html b/posts/query/3-cli/index.html index a9550ddc..db4ca186 100644 --- a/posts/query/3-cli/index.html +++ b/posts/query/3-cli/index.html @@ -292,7 +292,7 @@ a {

The GraphRAG query CLI allows for no-code usage of the GraphRAG Query engine.

-
python -m graphrag.query --data <path-to-data> --community_level <comunit-level> --response_type <response-type> --method <"local"|"global"> <query>
+
python -m graphrag.query --config <config_file.yml> --data <path-to-data> --community_level <comunit-level> --response_type <response-type> --method <"local"|"global"> <query>

CLI Arguments