Skip to content

Commit

Permalink
docs: add prompt to install nltk (langchain-ai#25519)
Browse files Browse the repository at this point in the history
fix: langchain-ai#25473 

- **Description:** add prompt to install nltk
- **Issue:** langchain-ai#25473
  • Loading branch information
gbaian10 authored Aug 18, 2024
1 parent c1bd4e0 commit f6e6a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/document_loader_markdown.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install \"unstructured[md]\""
"%pip install \"unstructured[md]\" nltk"
]
},
{
Expand Down

0 comments on commit f6e6a17

Please sign in to comment.