mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
docs: platforms/google
fixed broken links (#18878)
Several links are broken. Fixed them.
This commit is contained in:
parent
a7f63d8cb4
commit
dee256ef5a
@ -495,7 +495,7 @@ Install the python package:
|
|||||||
pip install langchain-google-cloud-sql-pg
|
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
|
```python
|
||||||
from langchain_google_cloud_sql_pg import PostgreSQLEngine, PostgresVectorStore
|
from langchain_google_cloud_sql_pg import PostgreSQLEngine, PostgresVectorStore
|
||||||
@ -779,7 +779,7 @@ Install the python package:
|
|||||||
pip install langchain-google-cloud-sql-pg
|
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
|
```python
|
||||||
@ -795,7 +795,7 @@ Install the python package:
|
|||||||
pip install langchain-google-cloud-sql-mysql
|
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
|
```python
|
||||||
from langchain_google_cloud_sql_mysql import MySQLEngine, MySQLChatMessageHistory
|
from langchain_google_cloud_sql_mysql import MySQLEngine, MySQLChatMessageHistory
|
||||||
@ -810,7 +810,7 @@ Install the python package:
|
|||||||
pip install langchain-google-cloud-sql-mssql
|
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
|
```python
|
||||||
from langchain_google_cloud_sql_mssql import MSSQLEngine, MSSQLChatMessageHistory
|
from langchain_google_cloud_sql_mssql import MSSQLEngine, MSSQLChatMessageHistory
|
||||||
@ -886,7 +886,7 @@ Install the python package:
|
|||||||
pip install langchain-google-datastore
|
pip install langchain-google-datastore
|
||||||
```
|
```
|
||||||
|
|
||||||
See [usage example](/docs/integrations/memory/google_datastore).
|
See [usage example](/docs/integrations/memory/google_firestore_datastore).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_google_datastore import DatastoreChatMessageHistory
|
from langchain_google_datastore import DatastoreChatMessageHistory
|
||||||
|
Loading…
Reference in New Issue
Block a user