Deploying to gh-pages from @ microsoft/graphrag@3b09df6e07 🚀

This commit is contained in:
AlonsoGuevara 2024-09-18 23:37:46 +00:00
parent 4c07b8ad85
commit 244b19b0a4

View File

@ -310,6 +310,8 @@ a {
<li><code>--reporter &lt;reporter&gt;</code> - This will specify the progress reporter to use. The default is <code>rich</code>. Valid values are <code>rich</code>, <code>print</code>, and <code>none</code>.</li>
<li><code>--emit &lt;types&gt;</code> - This specifies the table output formats the pipeline should emit. The default is <code>parquet</code>. Valid values are <code>parquet</code>, <code>csv</code>, and <code>json</code>, comma-separated.</li>
<li><code>--nocache</code> - This will disable the caching mechanism. This is useful for debugging and development, but should not be used in production.</li>
<li><code>--output &lt;directory&gt;</code> - Specify the output directory for pipeline artifacts.</li>
<li><code>--reports &lt;directory&gt;</code> - Specify the output directory for reporting.</li>
</ul>
</main>