Skip to content

Commit 90bde3c

Browse files
fix: added a link to the full stack sample and fixed a typo (#504)
fix: added a link to the full stack sample and fixed a typo Co-authored-by: Lavi Nigam <[email protected]>
1 parent 8400336 commit 90bde3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/grounding/google_search_grounding.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ In this guide, you'll discover:
1313
- **Response Structure**: How to interpret grounded responses and their metadata
1414
- **Best Practices**: Guidelines for displaying search results and citations to users
1515

16+
### Additional resource
17+
18+
As an additional resource, [Gemini Fullstack Agent Development Kit (ADK) Quickstart](https://github.com/google/adk-samples/tree/main/python/agents/gemini-fullstack) has [a great practical use of the Google Search grounding](https://github.com/google/adk-samples/blob/main/python/agents/gemini-fullstack/app/agent.py) as a full stack application example.
19+
1620
## Google Search Grounding Quickstart
1721

1822
This quickstart guides you through creating an ADK agent with Google Search grounding feature. This quickstart assumes a local IDE (VS Code or PyCharm, etc.) with Python 3.9+ and terminal access.

docs/grounding/vertex_ai_search_grounding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This quickstart guides you through creating an ADK agent with Vertex AI Search g
1919

2020
### 1. Prepare Vertex AI Search
2121

22-
If you already have a Vertex AI Search Data Store and its Data Store ID, you can skip this section. If not, follow the instruction in the [Get started with custom search](https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#unstructured-data) until the end of [Create a data store](https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#create_a_data_store), with selecting the `Unstructured data` tab. With this instruction, you will build a sample Data Store with earning report PDFs from the [Alphabet invector site](https://abc.xyz/).
22+
If you already have a Vertex AI Search Data Store and its Data Store ID, you can skip this section. If not, follow the instruction in the [Get started with custom search](https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#unstructured-data) until the end of [Create a data store](https://cloud.google.com/generative-ai-app-builder/docs/try-enterprise-search#create_a_data_store), with selecting the `Unstructured data` tab. With this instruction, you will build a sample Data Store with earning report PDFs from the [Alphabet investor site](https://abc.xyz/).
2323

2424
After finishing the Create a data store section, open the [Data Stores](https://console.cloud.google.com/gen-app-builder/data-stores/) and select the data store you created, and find the `Data store ID`:
2525

0 commit comments

Comments
 (0)