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 08:31:29 -08:00
2023-03-08 21:24:27 -08:00
2023-03-09 10:55:07 -08:00
2023-03-09 09:11:43 -08:00
2023-03-06 08:34:24 -08:00
2023-03-08 20:16:09 -08:00
2023-03-02 07:39:57 -08:00
2023-03-07 21:10:23 -08:00
2023-02-27 14:40:43 -08:00
2023-02-27 14:40:43 -08:00
2023-03-06 08:34:24 -08:00
2023-02-05 23:02:07 -08:00
2023-02-19 23:14:50 -08:00
2023-01-12 18:16:32 -08:00
2023-03-07 07:59:37 -08:00
2023-01-04 21:39:50 -08:00
2023-01-02 08:24:09 -08:00
2023-01-04 21:39:50 -08:00