Deploying to gh-pages from @ microsoft/graphrag@e2572c7fab 🚀

This commit is contained in:
AlonsoGuevara 2024-07-09 04:52:22 +00:00
parent b46a19136d
commit ce44b4f8a7
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -946,15 +946,15 @@ a {
<td>0</td>
</tr>
<tr>
<td><code>GRAPHRAG_COMMUNITY_REPORT_PROMPT_FILE</code></td>
<td>The community report extraction prompt to utilize.</td>
<td><code>GRAPHRAG_COMMUNITY_REPORTS_PROMPT_FILE</code></td>
<td>The community reports extraction prompt to utilize.</td>
<td><code>string</code></td>
<td>optional</td>
<td><code>None</code></td>
</tr>
<tr>
<td><code>GRAPHRAG_COMMUNITY_REPORT_MAX_LENGTH</code></td>
<td>The maximum number of tokens to generate per community report.</td>
<td><code>GRAPHRAG_COMMUNITY_REPORTS_MAX_LENGTH</code></td>
<td>The maximum number of tokens to generate per community reports.</td>
<td><code>int</code></td>
<td>optional</td>
<td>1500</td>