mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 05:20:39 +00:00
docs: fixed typo in XML document loader (#26613)
Fixed typo `Unstrucutred`
This commit is contained in:
parent
d158401e73
commit
0f07cf61da
@ -886,7 +886,7 @@ const FEATURE_TABLES = {
|
|||||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.html_bs.BSHTMLLoader.html"
|
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.html_bs.BSHTMLLoader.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "UnstrucutredXMLLoader",
|
name: "UnstructuredXMLLoader",
|
||||||
link: "xml",
|
link: "xml",
|
||||||
source: "XML files",
|
source: "XML files",
|
||||||
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.xml.UnstructuredXMLLoader.html"
|
apiLink: "https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.xml.UnstructuredXMLLoader.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user