docs[patch]: add guide for loading web pages (#26708)

This commit is contained in:
ccurme
2024-09-25 12:03:42 -04:00
committed by GitHub
parent eaffa92c1d
commit a0010063e8
4 changed files with 497 additions and 1 deletions

View File

@@ -735,6 +735,13 @@ const FEATURE_TABLES = {
api: "Package",
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.web_base.WebBaseLoader.html"
},
{
name: "Unstructured",
link: "unstructured_file",
source: "Uses Unstructured to load and parse web pages",
api: "Package",
apiLink: "https://python.langchain.com/api_reference/unstructured/document_loaders/langchain_unstructured.document_loaders.UnstructuredLoader.html"
},
{
name: "RecursiveURL",
link: "recursive_url",