Files
langchain/docs
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-02-15 23:07:01 -08:00
2023-03-08 21:24:27 -08:00
2023-02-26 22:35:04 -08:00
2023-01-14 07:39:29 -08:00
2023-01-02 08:24:09 -08:00
2023-03-06 08:34:24 -08:00
2022-10-24 14:51:15 -07:00
2023-01-02 08:24:09 -08:00
2023-01-29 20:49:35 -08:00