mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 19:03:25 +00:00
docs: Update apify.ipynb for Document class import (#19598)
- **Description:** Update to correctly import Document class - from langchain_core.documents import Document - **Issue:** Fixes the notebook and the hosted documentation [here](https://python.langchain.com/docs/integrations/tools/apify) Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
087823aefa
commit
b5640a0883
@ -41,8 +41,8 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain.indexes import VectorstoreIndexCreator\n",
|
"from langchain.indexes import VectorstoreIndexCreator\n",
|
||||||
"from langchain_community.document_loaders.base import Document\n",
|
"from langchain_community.utilities import ApifyWrapper\n",
|
||||||
"from langchain_community.utilities import ApifyWrapper"
|
"from langchain_core.documents import Document"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user