Skip to main content
This guide provides a quick overview for getting started with UnstructuredXMLLoader document loader. The UnstructuredXMLLoader is used to load XML files. The loader works with .xml files. The page content will be the text extracted from the XML tags.

概述

集成详情

加载器特性

设置

To access UnstructuredXMLLoader document loader you’ll need to install the langchain-community integration package.

凭证

No credentials are needed to use the UnstructuredXMLLoader 要启用模型调用的自动追踪,请设置你的 LangSmith API 密钥:

安装

安装 langchain_community

初始化

现在我们可以实例化模型对象并加载文档:

加载

惰性加载


API 参考

For detailed documentation of all UnstructuredXMLLoader features and configurations head to the API reference