Skip to content

Commit

Permalink
fix: Replace reference to "Knowledge Engine" with "RAG Engine" (Googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Oct 16, 2024
1 parent afdcb95 commit 9c1b047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemini/rag-engine/rag_engine_pinecone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"project_numbers = !gcloud projects list --filter=\"PROJECT_ID={PROJECT_ID}\" --format=\"value(PROJECT_NUMBER)\"\n",
"PROJECT_NUMBER = project_numbers[0]\n",
"\n",
"# Construct your Knowledge Engine service account name\n",
"# Construct your RAG Engine service account name\n",
"# Do not update this string since this is the name assigned to your service account.\n",
"SERVICE_ACCOUNT = f\"service-{PROJECT_NUMBER}@gcp-sa-vertex-rag.iam.gserviceaccount.com\""
]
Expand Down Expand Up @@ -473,7 +473,7 @@
"source": [
"### First RAG Corpus Only\n",
"\n",
"If this is the first RAG Corpus in your project, you might not be able to provide the Knowledge Engine service account access to your secret resource. So this section first creates a RAG Corpus with an empty Pinecone config. With this call, the service account for your project is provisioned.\n",
"If this is the first RAG Corpus in your project, you might not be able to provide the RAG Engine service account access to your secret resource. So this section first creates a RAG Corpus with an empty Pinecone config. With this call, the service account for your project is provisioned.\n",
"\n",
"Next, it assigns the service account permissions to read your secret. Finally, it updates your RAG Corpus with the Pinecone index name and the secret resource name."
]
Expand Down Expand Up @@ -512,7 +512,7 @@
"id": "2422ddb6acd4"
},
"source": [
"#### Grant your Knowledge Engine service account access to your API key secret"
"#### Grant your RAG Engine service account access to your API key secret"
]
},
{
Expand Down Expand Up @@ -574,7 +574,7 @@
"id": "87459cdb45c6"
},
"source": [
"#### Grant your Knowledge Engine service account access to your API key secret"
"#### Grant your RAG Engine service account access to your API key secret"
]
},
{
Expand Down

0 comments on commit 9c1b047

Please sign in to comment.