Skip to content

Commit

Permalink
Deploying to github_pages from @ be22414 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 29, 2024
1 parent 4f0076a commit 0707270
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ Careful while loading embeddings, it uses the OpenAI API, and hence make sure th
#### Navigate to the UI on the browser

```bash
http://localhost:<frontend_port>
https://localhost:<frontend_port>
```

Note that the URL uses `https`, and hence in the browser you will get a warning about the insecure connection. You can ignore it and proceed.

#### In case, you wish to update frontend dependencies, run the following commands in the `ui` directory:

```bash
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,10 @@ <h4>Upload data and embeddings<a class="headerlink" href="#upload-data-and-embed
</section>
<section id="navigate-to-the-ui-on-the-browser">
<h4>Navigate to the UI on the browser<a class="headerlink" href="#navigate-to-the-ui-on-the-browser" title="Link to this heading"></a></h4>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>http://localhost:&lt;frontend_port&gt;
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>https://localhost:&lt;frontend_port&gt;
</pre></div>
</div>
<p>Note that the URL uses <code class="docutils literal notranslate"><span class="pre">https</span></code>, and hence in the browser you will get a warning about the insecure connection. You can ignore it and proceed.</p>
</section>
<section id="in-case-you-wish-to-update-frontend-dependencies-run-the-following-commands-in-the-ui-directory">
<h4>In case, you wish to update frontend dependencies, run the following commands in the <code class="docutils literal notranslate"><span class="pre">ui</span></code> directory:<a class="headerlink" href="#in-case-you-wish-to-update-frontend-dependencies-run-the-following-commands-in-the-ui-directory" title="Link to this heading"></a></h4>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0707270

Please sign in to comment.