mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +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:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user