forked from Archives/langchain
373ad49157
# docs: `ecosystem_integrations` update 3 Next cycle of updating the `ecosystem/integrations` * Added an integration `template` file * Added missed integration files * Fixed several document_loaders/notebooks ## Who can review? Is it possible to assign somebody to review PRs on docs? Thanks.
562 B
562 B
Google BigQuery
Google BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.
BigQuery
is a part of theGoogle Cloud Platform
.
Installation and Setup
First, you need to install google-cloud-bigquery
python package.
pip install google-cloud-bigquery
Document Loader
See a usage example.
from langchain.document_loaders import BigQueryLoader