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-03-02 16:02:54 -08:00
2023-03-09 10:55:07 -08:00
2023-02-26 22:35:04 -08:00
2023-02-18 13:40:43 -08:00
2023-03-08 20:41:03 -08:00
2023-01-14 07:39:29 -08:00
2023-02-08 16:01:19 -08:00
2023-01-02 08:24:09 -08:00
2023-02-20 08:21:00 -08:00
2023-01-04 21:39:50 -08:00
2023-03-06 08:34:24 -08:00
2022-10-24 14:51:15 -07:00
2023-01-04 21:39:50 -08:00
2023-01-04 21:39:50 -08:00
2023-01-02 08:24:09 -08:00
2023-01-29 20:49:35 -08:00