mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
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:
parent
8b59bddc03
commit
dc70c23a11
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install --upgrade --quiet google-cloud-storage"
|
"%pip install --upgrade --quiet langchain-google-community[gcs]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain_community.document_loaders import GCSDirectoryLoader"
|
"from langchain_google_community import GCSDirectoryLoader"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install --upgrade --quiet google-cloud-storage"
|
"%pip install --upgrade --quiet langchain-google-community[gcs]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain_community.document_loaders import GCSFileLoader"
|
"from langchain_google_community import GCSFileLoader"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user