Skip to content

Commit be2fc47

Browse files
authored
docs: update the readme to note Google provided integrations (#173)
Update the repo README to note Google provided integrations
1 parent 324c1d4 commit be2fc47

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,22 @@ print(chat_history.messages)
8383
### Vectorstore
8484

8585
See example for the [PGVector vectorstore here](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/vectorstore.ipynb)
86+
87+
## Google Cloud Integrations
88+
89+
[Google Cloud](https://python.langchain.com/docs/integrations/providers/google/) provides Vector Store, Chat Message History, and Data Loader integrations for [AlloyDB](https://cloud.google.com/alloydb) and [Cloud SQL](https://cloud.google.com/sql) for PostgreSQL databases via the following PyPi packages:
90+
91+
* [`langchain-google-alloydb-pg`](https://github.com/googleapis/langchain-google-alloydb-pg-python)
92+
93+
* [`langchain-google-cloud-sql-pg`](https://github.com/googleapis/langchain-google-cloud-sql-pg-python)
94+
95+
Using the Google Cloud integrations provides the following benefits:
96+
97+
- **Enhanced Security**: Securely connect to Google Cloud databases utilizing IAM for authorization and database authentication without needing to manage SSL certificates, configure firewall rules, or enable authorized networks.
98+
- **Simplified and Secure Connections:** Connect to Google Cloud databases effortlessly using the instance name instead of complex connection strings. The integrations creates a secure connection pool that can be easily shared across your application using the `engine` object.
99+
100+
| Vector Store | Metadata filtering | Async support | Schema Flexibility | Improved metadata handling | Hybrid Search |
101+
|--------------------------|--------------------|----------------|--------------------|----------------------------|---------------|
102+
| Google AlloyDB ||||||
103+
| Google Cloud SQL Postgres||||||
104+

0 commit comments

Comments
 (0)