mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: add prompt to install nltk (#25519)
fix: #25473 - **Description:** add prompt to install nltk - **Issue:** #25473
This commit is contained in:
parent
c1bd4e05bc
commit
f6e6a17878
@ -26,7 +26,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"%pip install \"unstructured[md]\""
|
"%pip install \"unstructured[md]\" nltk"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user