mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
docs[patch]: remove deprecated loaders from feature tables (#26709)
This commit is contained in:
parent
a0010063e8
commit
87e21493f7
@ -824,13 +824,6 @@ const FEATURE_TABLES = {
|
||||
api: "Package",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.pdf.PyPDFium2Loader.html"
|
||||
},
|
||||
{
|
||||
name: "UnstructuredPDFLoader",
|
||||
link: "unstructured_pdfloader",
|
||||
source: "Load PDF files using Unstructured",
|
||||
api: "Package",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.pdf.UnstructuredPDFLoader.html"
|
||||
},
|
||||
{
|
||||
name: "PyMuPDF",
|
||||
link: "pymupdf",
|
||||
@ -871,7 +864,7 @@ const FEATURE_TABLES = {
|
||||
{
|
||||
name: "Unstructured",
|
||||
link: "unstructured_file",
|
||||
source: "All file types",
|
||||
source: "Many file types (see https://docs.unstructured.io/platform/supported-file-types)",
|
||||
apiLink: "https://python.langchain.com/api_reference/unstructured/document_loaders/langchain_unstructured.document_loaders.UnstructuredLoader.html"
|
||||
},
|
||||
{
|
||||
@ -880,24 +873,12 @@ const FEATURE_TABLES = {
|
||||
source: "JSON files",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.json_loader.JSONLoader.html"
|
||||
},
|
||||
{
|
||||
name: "UnstructuredMarkdownLoader",
|
||||
link: "unstructured_markdown",
|
||||
source: "Markdown files",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.markdown.UnstructuredMarkdownLoader.html"
|
||||
},
|
||||
{
|
||||
name: "BSHTMLLoader",
|
||||
link: "bshtml",
|
||||
source: "HTML files",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.html_bs.BSHTMLLoader.html"
|
||||
},
|
||||
{
|
||||
name: "UnstructuredXMLLoader",
|
||||
link: "xml",
|
||||
source: "XML files",
|
||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.xml.UnstructuredXMLLoader.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
vectorstores: {
|
||||
|
Loading…
Reference in New Issue
Block a user