This covers how to load an Azure File into LangChain documents.Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Setup
To use 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
Usage
Once Unstructured is configured, you can use the Azure Blob Storage File loader to load files and then convert them into a Document.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

