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>
--config <config_file.yml> - The configuration yaml file to use when running the query. If this is used, then none of the environment-variables below will apply.--data <path-to-data> - Folder containing the .parquet output files from running the Indexer.--community_level <community-level> - Community level in the Leiden community hierarchy from which we will load the community reports higher value means we use reports on smaller communities. Default: 2--response_type <response-type> - Free form text describing the response type and format, can be anything, e.g. Multiple Paragraphs, Single Paragraph, Single Sentence, List of 3-7 Points, Single Page, Multi-Page Report. Default: Multiple Paragraphs.LLM calls: 13. LLM tokens: 184660