Skip to content

Commit 1a44522

Browse files
authored
Update and rename GCP_Agent_Builder.ipynb to GCP_AI_Applications.ipynb
1 parent 170d965 commit 1a44522

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "9551cc2f-a5b5-4fc5-a864-2fc731f2c310",
1414
"metadata": {},
1515
"source": [
16-
"# Google Cloud Agent Builder"
16+
"# Google Cloud AI Applications"
1717
]
1818
},
1919
{
@@ -29,7 +29,7 @@
2929
"id": "fbb045c4-b33f-4499-8d3d-c8545206e3ac",
3030
"metadata": {},
3131
"source": [
32-
"Google Cloud's **Agent Builder** feature is designed to help you build AI-powered systems, like chatbots or automated assistants, quickly and easily. It provides pre-built components (agents) for different tasks, which you can connect and customize to create sophisticated systems. You can also integrate Google's AI features like natural language processing for better performance."
32+
"Google Cloud's **AI Applications** (formerly known as Agent Builder Apps) feature is designed to help you build AI-powered systems, like chatbots or automated assistants, quickly and easily. It provides pre-built components (agents) for different tasks, which you can connect and customize to create sophisticated systems. You can also integrate Google's AI features like natural language processing for better performance. Agent Builder has been moved under Vertex AI as a tool to deploy and scale AI agents and endpoints."
3333
]
3434
},
3535
{
@@ -45,7 +45,7 @@
4545
"id": "bee49850-f4be-4d69-84f7-1492d5e2d23d",
4646
"metadata": {},
4747
"source": [
48-
"- Learn how to create an agent in Agent Builder\n",
48+
"- Learn how to create an agent in AI Applications\n",
4949
"- Learn to create an data source tool"
5050
]
5151
},
@@ -62,7 +62,7 @@
6262
"id": "f7456c7a-a3c8-427e-acdc-5c446d05871d",
6363
"metadata": {},
6464
"source": [
65-
"You must have enabled the Vertex AI, Compute Engine, and Agent Builder APIs."
65+
"You must have enabled the Vertex AI, Compute Engine, and AI Applications APIs."
6666
]
6767
},
6868
{
@@ -78,8 +78,8 @@
7878
"id": "dac79a5d-c11b-4349-b96c-5c3dae0ed551",
7979
"metadata": {},
8080
"source": [
81-
"This tutorial will cost up to ~$6, pricing is based on the cost of Agent Builder and Jupyter notebooks.\n",
82-
"For this tutorial we used a n2-standard-2 instance to run the python commands and created a Agent App [Google Cloud Pricing Calculator](https://cloud.google.com/products/calculator?hl=en)."
81+
"This tutorial will cost up to ~$6, pricing is based on the cost of AI Applications and Jupyter notebooks.\n",
82+
"For this tutorial we used a n2-standard-2 instance to run the python commands and created a App [Google Cloud Pricing Calculator](https://cloud.google.com/products/calculator?hl=en)."
8383
]
8484
},
8585
{
@@ -216,13 +216,13 @@
216216
"id": "bfe28a30-ec48-4257-b342-1fc8c3954510",
217217
"metadata": {},
218218
"source": [
219-
"Agent Builder allows you to create different apps such as:\n",
219+
"AI Applications allows you to create different apps such as:\n",
220220
"- Chatbots\n",
221221
"- Search engine\n",
222222
"- Recommendations bot\n",
223223
"- Agent development\n",
224224
"\n",
225-
"For this tutorial we are creating a GenAI agent to help guide our chatbot in certain situations. Start by searching up **'Agent Builder'** on the console. Then once you are on the page shown below click **'CREATE APP'**."
225+
"For this tutorial we are creating a GenAI agent to help guide our chatbot in certain situations. Start by searching up **'AI Applications'** on the console. Then once you are on the page shown below click **'CREATE APP'**."
226226
]
227227
},
228228
{
@@ -426,7 +426,7 @@
426426
"id": "ccd0d718-eb6f-43b3-afe1-ec56d8108ef3",
427427
"metadata": {},
428428
"source": [
429-
"As you can see from the image below Google Cloud's Agent builder support the following data sources but for this tutorial we will use **'Cloud Storage'** as our data source."
429+
"As you can see from the image below Google Cloud's AI Applications support the following data sources but for this tutorial we will use **'Cloud Storage'** as our data source."
430430
]
431431
},
432432
{
@@ -680,7 +680,7 @@
680680
"id": "7eab87e5-6564-4040-96e7-ff858d950183",
681681
"metadata": {},
682682
"source": [
683-
"Please remember to delete or stop your **Jupyter notebook** and delete your **data store** and **search app** on Agent Builder to prevent incurring charges. And if you have created any other services like buckets, please remember to delete them as well."
683+
"Please remember to delete or stop your **Jupyter notebook** and delete your **data store** and **search app** on AI Applications to prevent incurring charges. And if you have created any other services like buckets, please remember to delete them as well."
684684
]
685685
}
686686
],

0 commit comments

Comments
 (0)