Google SQL for PostgreSQL
Google Cloud SQL is a fully managed relational database service that offers high performance, seamless integration, and impressive scalability. It offers
MySQL,PostgreSQL, andSQL Serverdatabase engines. Extend your database application to build AI-powered experiences leveraging Cloud SQL's Langchain integrations.
This notebook goes over how to use Google Cloud SQL for PostgreSQL to store chat message history with the PostgresChatMessageHistory class.
Learn more about the package on GitHub.
Before You Beginโ
To run this notebook, you will need to do the following:
- Create a Google Cloud Project
- Enable the Cloud SQL Admin API.
- Create a Cloud SQL for PostgreSQL instance
- Create a Cloud SQL database
- Add an IAM database user to the database (Optional)