Skip to content

Commit

Permalink
Small fix to readme about https UI URL
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 29, 2024
1 parent 5fb8507 commit be22414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,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
4 changes: 3 additions & 1 deletion docs/source/index.md
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

0 comments on commit be22414

Please sign in to comment.