You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/development-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,12 @@ Track your agent's performance and gather insights using integrated observabilit
85
85
* Non-ADK Agents: [Looker Studio Non-ADK Dashboard](https://lookerstudio.google.com/c/reporting/fa742264-4b4b-4c56-81e6-a667dd0f853f/page/tEnnC)
86
86
*(Remember to follow the "Setup Instructions" within the dashboards to connect your project's data sources).*
87
87
88
-
➡️ For details, see the [Observability Guide](./guide/observability.md).
88
+
➡️ For details, see the [Observability Guide](./observability.md).
89
89
90
90
### 6. Advanced Customization & Data
91
91
Tailor the starter pack further to meet specific needs.
92
92
93
93
***RAG Data Ingestion**: For Retrieval Augmented Generation (RAG) agents, configure data pipelines to process your information and load embeddings into Vertex AI Search or Vector Search.
94
-
➡️ See the [Data Ingestion Guide](./guide/data-ingestion.md).
94
+
➡️ See the [Data Ingestion Guide](./data-ingestion.md).
95
95
***Custom Terraform**: Modify Terraform configurations in `deployment/terraform/` for unique infrastructure requirements.
96
-
➡️ Refer to the [Deployment Guide](./guide/deployment.md).
96
+
➡️ Refer to the [Deployment Guide](./deployment.md).
0 commit comments