You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
1 year ago
..
conllu.conllu add CoNLL-U document loader (#1297) 1 year ago
facebook_chat.json Harrison/fb loader (#1277) 1 year ago
fake-content.html fix import error of bs4 (#1952) 1 year ago
fake-email.eml Harrison/obsidian (#920) 1 year ago
fake-power-point.pptx Harrison/obsidian (#920) 1 year ago
fake.docx Harrison/obsidian (#920) 1 year ago
layout-parser-paper.pdf Harrison/obsidian (#920) 1 year ago
mlb_teams_2012.csv Add CSVLoader document loader (#1573) 1 year ago
notebook.ipynb adding .ipynb loader and documentation Fixes #1248 (#1252) 1 year ago
telegram.json Harrison/telegram loader (#1080) 1 year ago
testing.enex Harrison/everynote (#974) 1 year ago