From 0c7c34e6f0d2c09ed4b62e9a1e9c2829859b933c Mon Sep 17 00:00:00 2001 From: artemvmin Date: Mon, 1 Apr 2024 14:45:05 -0700 Subject: [PATCH] Update README notebook paste instructions (#516) --- applications/rag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/rag/README.md b/applications/rag/README.md index 4617a7882..13c334ba4 100644 --- a/applications/rag/README.md +++ b/applications/rag/README.md @@ -108,7 +108,7 @@ gcloud container clusters get-credentials ${CLUSTER_NAME} --location=${CLUSTER_L 2. Load the notebook: - Once logged in to JupyterHub, choose the `CPU` preset with `Default` storage. - - Go to File -> Open From URL & upload the notebook `rag-kaggle-ray-sql.ipynb` from `https://raw.githubusercontent.com/GoogleCloudPlatform/ai-on-gke/main/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb`. + - Click [File] -> [Open From URL] and paste: `https://raw.githubusercontent.com/GoogleCloudPlatform/ai-on-gke/main/applications/rag/example_notebooks/rag-kaggle-ray-sql-latest.ipynb` 3. Configure Kaggle: - Create a [Kaggle account](https://www.kaggle.com/account/login?phase=startRegisterTab&returnUrl=%2F).