Skip to content

Commit

Permalink
Merge pull request #117 from intls/errors
Browse files Browse the repository at this point in the history
Fix comments errors
  • Loading branch information
alabulei1 authored Feb 14, 2025
2 parents 774ef21 + cd2d42a commit c719fca
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/1.0.0/node-guide/cli-options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="config">config<a href="#confi
<li><code>gaianet config --reverse-prompt &quot;&lt;prompt&gt;&quot;</code> will change the reverse prompt.</li>
<li><code>gainet config --base &lt;path&gt; </code> will modify the <code>&lt;path&gt;/config.json</code> parameters.</li>
</ul>
<p>After you use <code>gaianet conifg</code> to change some parameters, please</p>
<p>After you use <code>gaianet config</code> to change some parameters, please</p>
<ol>
<li>use <code>gaianet init</code> to make your settings take effect.</li>
<li>use <code>gaianet start</code> to start your new node.</li>
Expand Down
2 changes: 1 addition & 1 deletion build/1.0.0/node-guide/tasks/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="quick-start">Quick start<a hr
<p>Alternatively, the command to run the GaiaNet on your Nvidia CUDA 12 machine is as follows.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">docker run --name gaianet \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> -p 8080:8080 --device nvidia.com/gpu=all \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> -v $(pwd)/qdrant_storage:/root/gaianet/qdrant/storage:z \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> gaianet/phi-3-mini-instruct-4k_paris:cuda12</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="stop-and-re-start">Stop and re-start<a href="#stop-and-re-start" class="hash-link" aria-label="Direct link to Stop and re-start" title="Direct link to Stop and re-start"></a></h2>
<p>You can stop and re-start the node as follows. Every time you re-start, it will re-initailize the vector
<p>You can stop and re-start the node as follows. Every time you re-start, it will re-initialize the vector
collection (knowledge base).</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">docker stop gaianet</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">docker start gaianet</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>NOTE: When you restart the node, the log messages will no longer be printed to the console.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="quick-start">Quick start<a hr
<p>Alternatively, the command to run the Gaia on your Nvidia CUDA 12 machine is as follows.</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">docker run --name gaianet \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> -p 8080:8080 --device nvidia.com/gpu=all \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> -v $(pwd)/qdrant_storage:/root/gaianet/qdrant/storage:z \</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain"> gaianet/phi-3-mini-instruct-4k_paris:cuda12</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="stop-and-re-start">Stop and re-start<a href="#stop-and-re-start" class="hash-link" aria-label="Direct link to Stop and re-start" title="Direct link to Stop and re-start"></a></h2>
<p>You can stop and re-start the node as follows. Every time you re-start, it will re-initailize the vector
<p>You can stop and re-start the node as follows. Every time you re-start, it will re-initialize the vector
collection (knowledge base).</p>
<div class="codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">docker stop gaianet</span><br></span><span class="token-line" style="color:#393A34"><span class="token plain">docker start gaianet</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>NOTE: When you restart the node, the log messages will no longer be printed to the console.
Expand Down
2 changes: 1 addition & 1 deletion build/getting-started/cli-options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="anchor anchorWithStickyNavbar_LWe7" id="config">config<a href="#confi
<li><code>gaianet config --reverse-prompt &quot;&lt;prompt&gt;&quot;</code> will change the reverse prompt.</li>
<li><code>gainet config --base &lt;path&gt; </code> will modify the <code>&lt;path&gt;/config.json</code> parameters.</li>
</ul>
<p>After you use <code>gaianet conifg</code> to change some parameters, please</p>
<p>After you use <code>gaianet config</code> to change some parameters, please</p>
<ol>
<li>use <code>gaianet init</code> to make your settings take effect.</li>
<li>use <code>gaianet start</code> to start your new node.</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/advanced-deployment-options/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run --name gaianet \

## Stop and re-start

You can stop and re-start the node as follows. Every time you re-start, it will re-initailize the vector
You can stop and re-start the node as follows. Every time you re-start, it will re-initialize the vector
collection (knowledge base).

```
Expand Down Expand Up @@ -95,7 +95,7 @@ docker cp /local/path/to/nodeid.json gaianet:/root/gaianet/nodeid.json
docker cp /local/path/to/1234-abcd-key-store gaianet:/root/gaianet/1234-abcd-key-store
```

THen, restart the node for the new address and keystore to take effect.
Then, restart the node for the new address and keystore to take effect.

```
docker stop gaianet
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `gaianet config` can update the key fields defined in the `config.json` file
* `gaianet config --reverse-prompt "<prompt>"` will change the reverse prompt.
* `gainet config --base <path> ` will modify the `<path>/config.json` parameters.

After you use `gaianet conifg` to change some parameters, please
After you use `gaianet config` to change some parameters, please

1. use `gaianet init` to make your settings take effect.
2. use `gaianet start` to start your new node.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/node-guide/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `gaianet config` can update the key fields defined in the `config.json` file
* `gaianet config --reverse-prompt "<prompt>"` will change the reverse prompt.
* `gainet config --base <path> ` will modify the `<path>/config.json` parameters.

After you use `gaianet conifg` to change some parameters, please
After you use `gaianet config` to change some parameters, please

1. use `gaianet init` to make your settings take effect.
2. use `gaianet start` to start your new node.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/node-guide/tasks/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run --name gaianet \

## Stop and re-start

You can stop and re-start the node as follows. Every time you re-start, it will re-initailize the vector
You can stop and re-start the node as follows. Every time you re-start, it will re-initialize the vector
collection (knowledge base).

```
Expand Down

0 comments on commit c719fca

Please sign in to comment.