docs: switched GCSLoaders docs to langchain-google-community (#20985)

Thank you for contributing to LangChain!

- [ ] **PR title**: "docs: switched GCSLoaders docs to
langchain-google-community"

- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
- **Description:** switched GCSLoaders docs to
langchain-google-community
This commit is contained in:
Leonid Kuligin 2024-04-29 16:45:11 +02:00 committed by GitHub
parent 8b59bddc03
commit dc70c23a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-cloud-storage"
"%pip install --upgrade --quiet langchain-google-community[gcs]"
]
},
{
@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.document_loaders import GCSDirectoryLoader"
"from langchain_google_community import GCSDirectoryLoader"
]
},
{

View File

@ -21,7 +21,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-cloud-storage"
"%pip install --upgrade --quiet langchain-google-community[gcs]"
]
},
{
@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.document_loaders import GCSFileLoader"
"from langchain_google_community import GCSFileLoader"
]
},
{