From 244b19b0a49859d5d123555fe01a02513d811ebc Mon Sep 17 00:00:00 2001 From: AlonsoGuevara Date: Wed, 18 Sep 2024 23:37:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20microsof?= =?UTF-8?q?t/graphrag@3b09df6e078c15d006c225a62f37437b685eb247=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posts/index/2-cli/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posts/index/2-cli/index.html b/posts/index/2-cli/index.html index 84e1e05b..ff6bf4d0 100644 --- a/posts/index/2-cli/index.html +++ b/posts/index/2-cli/index.html @@ -310,6 +310,8 @@ a {
  • --reporter <reporter> - This will specify the progress reporter to use. The default is rich. Valid values are rich, print, and none.
  • --emit <types> - This specifies the table output formats the pipeline should emit. The default is parquet. Valid values are parquet, csv, and json, comma-separated.
  • --nocache - This will disable the caching mechanism. This is useful for debugging and development, but should not be used in production.
  • +
  • --output <directory> - Specify the output directory for pipeline artifacts.
  • +
  • --reports <directory> - Specify the output directory for reporting.