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