From 91d7fabed67dc2cede8259192bb10805e6914ade Mon Sep 17 00:00:00 2001 From: lspataroG Date: Thu, 6 Feb 2025 10:00:22 +0000 Subject: [PATCH] fix typo --- .../rag_pipeline_terabyte_scale_with_bigframes.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini/use-cases/retrieval-augmented-generation/rag_pipeline_terabyte_scale_with_bigframes.ipynb b/gemini/use-cases/retrieval-augmented-generation/rag_pipeline_terabyte_scale_with_bigframes.ipynb index 9533cad4ae2..1d7c4ed616a 100644 --- a/gemini/use-cases/retrieval-augmented-generation/rag_pipeline_terabyte_scale_with_bigframes.ipynb +++ b/gemini/use-cases/retrieval-augmented-generation/rag_pipeline_terabyte_scale_with_bigframes.ipynb @@ -202,7 +202,7 @@ "id": "dmWOrTJ3gx13" }, "source": [ - "### Authenticate your notebook environment (Colab only)\n", + "## Authenticate your notebook environment (Colab only)\n", "\n", "If you're running this notebook on Google Colab, run the cell below to authenticate your environment." ] @@ -229,7 +229,7 @@ "id": "DF4l8DTdWgPY" }, "source": [ - "### Set Google Cloud project information and initialize Vertex AI SDK\n", + "## Set Google Cloud project information and initialize Vertex AI SDK\n", "\n", "To get started using Vertex AI, you must have an existing Google Cloud project and [enable the Vertex AI API](https://console.cloud.google.com/flows/enableapi?apiid=aiplatform.googleapis.com).\n", "\n",