Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am committing GCP_RAG_for_Structure_Data.ipynb #67

Merged
merged 14 commits into from
Jan 10, 2025
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.
Binary file added images/VertexAIIntro01.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/VertexAIIntro02.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/VertexAIIntro03.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/VertexAIIntro04.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/VertexAIIntro05.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/VertexAIStudioGCP_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/VertexAIStudioGCP_new05.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/VertexAIStudioGCP_new06.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/VertexAIStudioGCP_new07.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/gcp_rag_structure_data_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions notebooks/GenAI/GCP_Grounding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"id": "d2d4afa0-bdf7-4afc-8b74-d3e791bbaebd",
"metadata": {},
"source": [
"![grounding3](../../images/grounding_3.png)"
"![grounding3](../../images/Grounding_new01.png)"
]
},
{
Expand Down Expand Up @@ -169,15 +169,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 @@ -249,15 +249,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
Loading