langchain/docs/modules/document_loaders/examples/example_data
Tim Asp 030ce9f506
fix import error of bs4 (#1952)
Ran into a broken build if bs4 wasn't installed in the project.

Minor tweak to follow the other doc loaders optional package-loading
conventions.

Also updated html docs to include reference to this new html loader.

side note: Should there be 2 different html-to-text document loaders?
This new one only handles local files, while the existing unstructured
html loader handles HTML from local and remote. So it seems like the
improvement was adding the title to the metadata, which is useful but
could also be added to `html.py`
2023-03-23 21:56:13 -07:00
..
conllu.conllu add CoNLL-U document loader (#1297) 2023-02-26 17:27:00 -08:00
facebook_chat.json Harrison/fb loader (#1277) 2023-02-24 07:22:48 -08:00
fake-content.html fix import error of bs4 (#1952) 2023-03-23 21:56:13 -07:00
fake-email.eml Harrison/obsidian (#920) 2023-02-06 22:21:16 -08:00
fake-power-point.pptx Harrison/obsidian (#920) 2023-02-06 22:21:16 -08:00
fake.docx Harrison/obsidian (#920) 2023-02-06 22:21:16 -08:00
layout-parser-paper.pdf Harrison/obsidian (#920) 2023-02-06 22:21:16 -08:00
mlb_teams_2012.csv Add CSVLoader document loader (#1573) 2023-03-09 16:35:18 -08:00
notebook.ipynb adding .ipynb loader and documentation Fixes #1248 (#1252) 2023-02-24 07:10:35 -08:00
telegram.json Harrison/telegram loader (#1080) 2023-02-15 23:24:32 -08:00
testing.enex Harrison/everynote (#974) 2023-02-10 08:02:35 -08:00