From 000a17c0441da7fb615374c409e5f9f91a66d396 Mon Sep 17 00:00:00 2001 From: Jenny Palomino Date: Tue, 2 Apr 2024 19:07:06 -0500 Subject: [PATCH] Update inspect_rich_documents_w_gemini_multimodality_and_multimodal_rag.ipynb --- ..._documents_w_gemini_multimodality_and_multimodal_rag.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/self-paced-labs/gemini/inspect_rich_documents_w_gemini_multimodality_and_multimodal_rag.ipynb b/self-paced-labs/gemini/inspect_rich_documents_w_gemini_multimodality_and_multimodal_rag.ipynb index fd7f5ee551..a5cadca406 100644 --- a/self-paced-labs/gemini/inspect_rich_documents_w_gemini_multimodality_and_multimodal_rag.ipynb +++ b/self-paced-labs/gemini/inspect_rich_documents_w_gemini_multimodality_and_multimodal_rag.ipynb @@ -7,11 +7,13 @@ "source": [ "# Inspect Rich Documents with Gemini Multimodality and Multimodal RAG Challenge Lab\n", "\n", + "__Note__: if you encounter an authentication error when running the cells in the notebook, go to __Vertex AI__ > __Dashboard__, and click on __Enable All Recommended APIs__. Then, re-run the failed cell, and continue the lab. \n", + "\n", "## Setup and requirements\n", "\n", "### Install Vertex AI SDK for Python and other dependencies\n", "\n", - "Run the following four cells below with the comment \"RUN THIS CELL AS IS\" before you get to Task 1." + "Run the following four cells below before you get to Task 1. Be sure to add your current project ID to the cell titled __Define Google Cloud project information__. " ] }, {