UnstructuredMarkdownLoader
This notebook provides a quick overview for getting started with UnstructuredMarkdown document loader. For detailed documentation of all __ModuleName__Loader features and configurations head to the API reference.
Overviewโ
Integration detailsโ
Class | Package | Local | Serializable | JS support |
---|---|---|---|---|
UnstructuredMarkdownLoader | langchain_community | โ | โ | โ |
Loader featuresโ
Source | Document Lazy Loading | Native Async Support |
---|---|---|
UnstructuredMarkdownLoader | โ | โ |
Setupโ
To access UnstructuredMarkdownLoader document loader you'll need to install the langchain-community
integration package and the unstructured
python package.