langchain/docs/modules/document_loaders
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
..
examples fix import error of bs4 (#1952) 2023-03-23 21:56:13 -07:00
how_to_guides.rst Remove redundant .docx loader (closes #1716) + update how_to_guides.rst (#1891) 2023-03-22 15:19:42 -07:00
key_concepts.md Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00