From be2241400cca0c37ef5b833b8e34dc415b97e6cc Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Tue, 29 Oct 2024 10:34:46 -0400 Subject: [PATCH] Small fix to readme about https UI URL --- README.md | 4 +++- docs/source/index.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e67d6..f7e4ecb 100644 --- a/README.md +++ b/README.md @@ -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: +https://localhost: ``` +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 diff --git a/docs/source/index.md b/docs/source/index.md index b17ebd0..e45a518 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -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: +https://localhost: ``` +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