This covers how to load a container on Azure Blob Storage into LangChain documents.Documentation 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.
设置
To run this loader, you’ll need to have Unstructured already set up and ready to use at an available URL endpoint. It can also be configured to run locally. See the Unstructured file loaders documentation for information on how to do that. You’ll also need to install the official Azure Storage Blob client library:npm
用法
Once Unstructured is configured, you can use the Azure Blob Storage Container loader to load files and then convert them into a Document.将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

