From c133eff6c803c9f693202079d7ab9e52096c0da1 Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Wed, 16 Jul 2025 19:47:59 +0530 Subject: [PATCH] docs(docs): fix product name in Google SQL for MySQL description (#32062) - **Description:** Corrected the service name from "Cloud Cloud SQL" to "Google Cloud SQL" to accurately reflect the official product branding. --- docs/docs/integrations/memory/google_sql_mysql.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/memory/google_sql_mysql.ipynb b/docs/docs/integrations/memory/google_sql_mysql.ipynb index 51e8209001a..e3cb587dd36 100644 --- a/docs/docs/integrations/memory/google_sql_mysql.ipynb +++ b/docs/docs/integrations/memory/google_sql_mysql.ipynb @@ -9,7 +9,7 @@ "source": [ "# Google SQL for MySQL\n", "\n", - "> [Cloud Cloud SQL](https://cloud.google.com/sql) is a fully managed relational database service that offers high performance, seamless integration, and impressive scalability. It offers `MySQL`, `PostgreSQL`, and `SQL Server` database engines. Extend your database application to build AI-powered experiences leveraging Cloud SQL's Langchain integrations.\n", + "> [Google Cloud SQL](https://cloud.google.com/sql) is a fully managed relational database service that offers high performance, seamless integration, and impressive scalability. It offers `MySQL`, `PostgreSQL`, and `SQL Server` database engines. Extend your database application to build AI-powered experiences leveraging Cloud SQL's Langchain integrations.\n", "\n", "This notebook goes over how to use `Google Cloud SQL for MySQL` to store chat message history with the `MySQLChatMessageHistory` class.\n", "\n",