langchain/tests/unit_tests/document_loader
Eugene Yurtsev ae0c3382dd
Add MimeType based parser (#4376)
# Add MimeType Based Parser

This PR adds a MimeType Based Parser. The parser inspects the mime-type
of the blob it is parsing and based on the mime-type can delegate to the sub
parser.

## Before submitting

Waiting on adding notebooks until more implementations are landed. 

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:


@hwchase17
@vowelparrot
2023-05-09 10:22:56 -04:00
..
blob_loaders Add progress bar to filesystemblob loader, update pytest config for unit tests (#4212) 2023-05-08 16:15:09 -04:00
parsers Add MimeType based parser (#4376) 2023-05-09 10:22:56 -04:00
__init__.py Harrison/youtube loader (#1545) 2023-03-08 20:53:27 -08:00
test_base.py Add BlobParser abstraction (#3979) 2023-05-05 21:43:38 -04:00
test_csv_loader.py Harrison/csv loader (#3771) 2023-04-28 21:54:24 -07:00
test_youtube.py Harrison/youtube loader (#1545) 2023-03-08 20:53:27 -08:00