langchain/docs/modules
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
..
agents human input default (#1911) 2023-03-22 20:30:45 -07:00
chains add listen api docs (#1855) 2023-03-21 09:29:34 -07:00
chat Harrison/chat token usage (#1785) 2023-03-19 10:32:31 -07:00
document_loaders fix import error of bs4 (#1952) 2023-03-23 21:56:13 -07:00
indexes retrievers interface (#1948) 2023-03-23 19:00:38 -07:00
llms Harrison/move docs (#1741) 2023-03-17 08:49:10 -07:00
memory Harrison/token buffer memory (#1786) 2023-03-19 10:42:24 -07:00
prompts Harrison/guarded output parser (#1804) 2023-03-21 22:07:23 -07:00
utils Follow up to #1803 to remove dynamic docs route. (#1818) 2023-03-20 07:52:41 -07:00
agents.rst Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
chains.rst Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
chat.rst (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
document_loaders.rst Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00
indexes.rst docs: update gpt index references to LlamaIndex (#1856) 2023-03-21 22:01:05 -07:00
llms.rst Fix minor error in LLM documentation (#602) 2023-01-12 18:16:32 -08:00
memory.rst Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
prompts.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
utils.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00