Files
langchain/docs/modules
Matt Robinson 7018806a92 feat: document loader for markdown files (#1558)
### Summary

Adds a document loader for handling markdown files. This document loader
requires `unstructured>=0.4.16`.

### Testing

```python
from langchain.document_loaders import UnstructuredMarkdownLoader

loader = UnstructuredMarkdownLoader("README.md")
loader.load()
```
2023-03-09 10:55:07 -08:00
..
2023-03-09 09:12:08 -08:00
2023-03-08 21:24:27 -08:00
2023-03-06 08:34:24 -08:00
2023-03-06 08:34:24 -08:00
2023-02-19 23:14:50 -08:00
2023-03-07 07:59:37 -08:00
2023-01-02 08:24:09 -08:00