From c4cba7109ca01dcec313df99f47e9b6b37bd6033 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 7 Mar 2025 10:07:51 +0900 Subject: [PATCH] Fix formatting of vertex ai instructions --- example-apps/chatbot-rag-app/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example-apps/chatbot-rag-app/README.md b/example-apps/chatbot-rag-app/README.md index 3579ee5a..2e326b64 100644 --- a/example-apps/chatbot-rag-app/README.md +++ b/example-apps/chatbot-rag-app/README.md @@ -95,6 +95,7 @@ kubectl create configmap chatbot-rag-app-env --from-env-file=.env
To use Vertex AI, set `LLM_TYPE=vertex` in your `.env` and follow these steps + The `api-frontend container` needs access to your Google Cloud credentials. Share your `application_default_credentials.json` as a Kubernetes secret: ```bash