Skip to content

Commit 05a9873

Browse files
chatbot-rag-app: Add note regarding using a credentials file from Docker (#146)
Fixes #135
1 parent 580d555 commit 05a9873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example-apps/chatbot-rag-app/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ You will need to set the appropriate environment variables in your `.env` file.
147147
docker run --rm -p 4000:4000 --env-file .env -d chatbot-rag-app
148148
```
149149

150+
Note that if you are using an LLM that requires an external credentials file (such as Vertex AI), you will need to make this file accessible to the container in the `run` command above. For this you can use a bind mount, or you can also edit the Dockerfile to copy the credentials file to the container image at build time.
151+
150152
### Locally (for development)
151153

152154
With the environment variables set, you can run the following commands to start the server and frontend.

0 commit comments

Comments
 (0)