From f8e148c9455bdf55d09682e6632601cc71ac385a Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Tue, 4 Jun 2024 14:47:15 -0500 Subject: [PATCH] fix: Add note in Grounding notebook about waiting for data ingestion with VAIS --- gemini/grounding/intro-grounding-gemini.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gemini/grounding/intro-grounding-gemini.ipynb b/gemini/grounding/intro-grounding-gemini.ipynb index 1b11af37b1..ddeda80df8 100644 --- a/gemini/grounding/intro-grounding-gemini.ipynb +++ b/gemini/grounding/intro-grounding-gemini.ipynb @@ -482,7 +482,9 @@ "\n", "Note: The data store must be in the same project that you are using for Gemini.\n", "\n", - "Once you've created a data store, obtain the Data Store ID and input it below." + "Once you've created a data store, obtain the Data Store ID and input it below.\n", + "\n", + "Note: You will need to wait for data ingestion to finish before using a data store with grounding. For more information, see [create a data store](https://cloud.google.com/generative-ai-app-builder/docs/create-data-store-es)" ] }, {