From dee256ef5a191aa7d25f85ecf6bd8c491279bd8f Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Sun, 10 Mar 2024 18:19:43 -0700 Subject: [PATCH] docs: `platforms/google` fixed broken links (#18878) Several links are broken. Fixed them. --- docs/docs/integrations/platforms/google.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/integrations/platforms/google.mdx b/docs/docs/integrations/platforms/google.mdx index d0ccca1a0ab..2e9e1a236a2 100644 --- a/docs/docs/integrations/platforms/google.mdx +++ b/docs/docs/integrations/platforms/google.mdx @@ -495,7 +495,7 @@ Install the python package: pip install langchain-google-cloud-sql-pg ``` -See [usage example](/docs/integrations/vectorstores/google_sql_pg). +See [usage example](/docs/integrations/vectorstores/google_cloud_sql_pg). ```python from langchain_google_cloud_sql_pg import PostgreSQLEngine, PostgresVectorStore @@ -779,7 +779,7 @@ Install the python package: pip install langchain-google-cloud-sql-pg ``` -See [usage example](/docs/integrations/memory/google_cloud_sql_pg). +See [usage example](/docs/integrations/memory/google_sql_pg). ```python @@ -795,7 +795,7 @@ Install the python package: pip install langchain-google-cloud-sql-mysql ``` -See [usage example](/docs/integrations/memory/google_cloud_sql_mysql). +See [usage example](/docs/integrations/memory/google_sql_mysql). ```python from langchain_google_cloud_sql_mysql import MySQLEngine, MySQLChatMessageHistory @@ -810,7 +810,7 @@ Install the python package: pip install langchain-google-cloud-sql-mssql ``` -See [usage example](/docs/integrations/memory/google_cloud_sql_mssql). +See [usage example](/docs/integrations/memory/google_sql_mssql). ```python from langchain_google_cloud_sql_mssql import MSSQLEngine, MSSQLChatMessageHistory @@ -886,7 +886,7 @@ Install the python package: pip install langchain-google-datastore ``` -See [usage example](/docs/integrations/memory/google_datastore). +See [usage example](/docs/integrations/memory/google_firestore_datastore). ```python from langchain_google_datastore import DatastoreChatMessageHistory