UnstructuredXMLLoader는 XML 파일을 로드하는 데 사용됩니다. 이 loader는 .xml 파일과 함께 작동합니다. 페이지 콘텐츠는 XML 태그에서 추출된 텍스트가 됩니다.
Overview
Integration details
| Class | Package | Local | Serializable | JS support |
|---|---|---|---|---|
| UnstructuredXMLLoader | langchain_community | ✅ | ❌ | ✅ |
Loader features
| Source | Document Lazy Loading | Native Async Support |
|---|---|---|
| UnstructuredXMLLoader | ✅ | ❌ |
Setup
UnstructuredXMLLoader document loader에 액세스하려면langchain-community integration package를 설치해야 합니다.
Credentials
UnstructuredXMLLoader를 사용하는 데 필요한 credentials는 없습니다 모델 호출의 자동 추적을 활성화하려면 LangSmith API key를 설정하세요:Installation
langchain_community를 설치합니다.Initialization
이제 model object를 인스턴스화하고 documents를 로드할 수 있습니다:Load
Lazy Load
API reference
모든 __ModuleName__Loader features 및 configurations에 대한 자세한 문서는 API reference를 참조하세요: python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.xml.UnstructuredXMLLoader.htmlConnect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.