Google Cloud SQL for PostgreSQL
Cloud SQL for PostgreSQL is a fully-managed database service that helps you set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud Platform. Extend your database application to build AI-powered experiences leveraging Cloud SQL for PostgreSQL's Langchain integrations.
This notebook goes over how to use Cloud SQL for PostgreSQL
to load Documents with the PostgresLoader
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 for PostgreSQL database.
- Add a User to the database.