Deploying to gh-pages from @ microsoft/graphrag@56e0fad218 🚀

This commit is contained in:
AlonsoGuevara 2025-04-25 23:11:04 +00:00
parent 6bd3d08b45
commit c60a738c8b
2 changed files with 2 additions and 2 deletions

View File

@ -1655,7 +1655,7 @@
<li>max_node_freq_std <strong>float | None</strong> - The maximum standard deviation of node frequency to allow.</li>
<li>min_node_degree <strong>int</strong> - The minimum node degree to allow.</li>
<li>max_node_degree_std <strong>float | None</strong> - The maximum standard deviation of node degree to allow.</li>
<li>min_edge_weight_pct <strong>int</strong> - The minimum edge weight percentile to allow.</li>
<li>min_edge_weight_pct <strong>float</strong> - The minimum edge weight percentile to allow.</li>
<li>remove_ego_nodes <strong>bool</strong> - Remove ego nodes.</li>
<li>lcc_only <strong>bool</strong> - Only use largest connected component.</li>
</ul>

File diff suppressed because one or more lines are too long