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

This commit is contained in:
AlonsoGuevara 2024-10-09 23:10:17 +00:00
parent 969a5bc012
commit e88f54ee6b

View File

@ -326,7 +326,7 @@ It shows how to use the system to index some text, and then use the indexed data
<p>Now let's get a copy of A Christmas Carol by Charles Dickens from a trusted source</p>
<div style="position: relative">
<pre class="language-sh"><code id="code-47" class="language-sh"><span class="token function">curl</span> https://www.gutenberg.org/cache/epub/24022/pg24022.txt <span class="token operator">></span> ./ragtest/input/book.txt</code></pre>
<pre class="language-sh"><code id="code-47" class="language-sh"><span class="token function">curl</span> https://www.gutenberg.org/cache/epub/24022/pg24022.txt <span class="token parameter variable">-o</span> ./ragtest/input/book.txt</code></pre>
<button class="code-copy " data-clipboard-target="#code-47" style="position: absolute; top: 7.5px; right: 6px; padding-top: 3px; cursor: pointer; outline: none; opacity: 0.8;" title="Copy">
<span style="display:inline-block;background:url(https://api.iconify.design/mdi/content-copy.svg) no-repeat center center / contain;width: 16px; height: 16px;" class=""></span>