This guide provides a quick overview for getting started withDocumentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
概述
集成详情
| Class | Package | Local | Serializable | JS support |
|---|---|---|---|---|
UnstructuredXMLLoader | langchain_community | ✅ | ❌ | ✅ |
加载器特性
| Source | Document Lazy Loading | Native Async Support |
|---|---|---|
UnstructuredXMLLoader | ✅ | ❌ |
设置
To access UnstructuredXMLLoader document loader you’ll need to install thelangchain-community integration package.
凭证
No credentials are needed to use the UnstructuredXMLLoader 要启用模型调用的自动追踪,请设置你的 LangSmith API 密钥:安装
安装 langchain_community。初始化
现在我们可以实例化模型对象并加载文档:加载
惰性加载
API 参考
For detailed documentation of allUnstructuredXMLLoader features and configurations head to the API reference
通过 MCP 将这些文档连接到 Claude、VSCode 等工具以获取实时答案。

