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

This commit is contained in:
darthtrevino 2024-04-18 19:43:57 +00:00
parent 875ff280e4
commit 7e89e0fa01

View File

@ -426,7 +426,7 @@ API_KEY=some_api_key
<h2>embed_graph</h2>
<h3>Fields</h3>
<ul>
<li><code>is_enabled</code> <strong>bool</strong> - Whether to enable graph embeddings.</li>
<li><code>enabled</code> <strong>bool</strong> - Whether to enable graph embeddings.</li>
<li><code>num_walks</code> <strong>int</strong> - The node2vec number of walks.</li>
<li><code>walk_length</code> <strong>int</strong> - The node2vec walk length.</li>
<li><code>window_size</code> <strong>int</strong> - The node2vec window size.</li>