Skip to content

Commit

Permalink
update again3
Browse files Browse the repository at this point in the history
  • Loading branch information
cetrarom2 committed Oct 29, 2024
1 parent c963779 commit 6019c77
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Binary file added images/Grounding_new01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Grounding_new02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Grounding_new03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions notebooks/GenAI/.ipynb_checkpoints/GCP_Grounding-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"tags": []
},
"source": [
"![grounding3](../../images/grounding_3.png)"
"![grounding3](../../images/Grounding_new01.png)"
]
},
{
Expand Down Expand Up @@ -175,15 +175,15 @@
"id": "1df54267-b65c-44cd-a869-9723b7302771",
"metadata": {},
"source": [
"For this tutorial we'll select our data as unstructured but it also supports structured data in JSONL format and CSVs. Next choose your bucket and click **'CONTINUE'**."
"For this tutorial we'll select our data as unstructured but it also supports structured data in CSVs format. Next choose your bucket and click **'CONTINUE'**."
]
},
{
"cell_type": "markdown",
"id": "74e88355-7146-44a5-b30d-9907676dbb02",
"metadata": {},
"source": [
"![grounding6](../../images/grounding_6.png)"
"![grounding6](../../images/Grounding_new02.png)"
]
},
{
Expand Down Expand Up @@ -255,15 +255,15 @@
"id": "369c112d-2376-43fa-9552-9498479be9fd",
"metadata": {},
"source": [
"On the console go to Vertex AI and head down to Vertex AI Studio where the playground is. Select the **Language** playground. Grounding works on Text Prompt and Text Chat but for this tutorial we will use **Text Chat**."
"On the console go to Vertex AI and head down to Vertex AI Studio where the playground is. Select the **Chat** playground. "
]
},
{
"cell_type": "markdown",
"id": "8c971978-4925-427c-900c-0e8a996c0c91",
"metadata": {},
"source": [
"![grounding11](../../images/grounding_11.png)"
"![grounding11](../../images/Grounding_new03.png)"
]
},
{
Expand Down Expand Up @@ -427,14 +427,14 @@
"metadata": {
"environment": {
"kernel": "python3",
"name": "common-cpu.m114",
"name": "common-cpu.m125",
"type": "gcloud",
"uri": "gcr.io/deeplearning-platform-release/base-cpu:m114"
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/base-cpu:m125"
},
"kernelspec": {
"display_name": "Python (Local)",
"display_name": "Python 3 (Local)",
"language": "python",
"name": "base"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -446,7 +446,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.15"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions notebooks/GenAI/GCP_Grounding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"tags": []
},
"source": [
"![grounding3](../../images/grounding_3.png)"
"![grounding3](../../images/Grounding_new01.png)"
]
},
{
Expand Down Expand Up @@ -175,15 +175,15 @@
"id": "1df54267-b65c-44cd-a869-9723b7302771",
"metadata": {},
"source": [
"For this tutorial we'll select our data as unstructured but it also supports structured data in JSONL format and CSVs. Next choose your bucket and click **'CONTINUE'**."
"For this tutorial we'll select our data as unstructured but it also supports structured data in CSVs format. Next choose your bucket and click **'CONTINUE'**."
]
},
{
"cell_type": "markdown",
"id": "74e88355-7146-44a5-b30d-9907676dbb02",
"metadata": {},
"source": [
"![grounding6](../../images/grounding_6.png)"
"![grounding6](../../images/Grounding_new02.png)"
]
},
{
Expand Down Expand Up @@ -255,15 +255,15 @@
"id": "369c112d-2376-43fa-9552-9498479be9fd",
"metadata": {},
"source": [
"On the console go to Vertex AI and head down to Vertex AI Studio where the playground is. Select the **Language** playground. Grounding works on Text Prompt and Text Chat but for this tutorial we will use **Text Chat**."
"On the console go to Vertex AI and head down to Vertex AI Studio where the playground is. Select the **Chat** playground. "
]
},
{
"cell_type": "markdown",
"id": "8c971978-4925-427c-900c-0e8a996c0c91",
"metadata": {},
"source": [
"![grounding11](../../images/grounding_11.png)"
"![grounding11](../../images/Grounding_new03.png)"
]
},
{
Expand Down

0 comments on commit 6019c77

Please sign in to comment.