[PR #1080] [MERGED] feat(langchain): langchain-azure-storage loader documentation #1277

Closed
opened 2026-02-17 17:22:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1080
Author: @anjaliratnam-msft
Created: 10/21/2025
Status: Merged
Merged: 10/22/2025
Merged by: @mdrxy

Base: mainHead: add-loader-documentation


📝 Commits (10+)

📊 Changes

12 files changed (+163 additions, -120 deletions)

View changed files

📝 src/docs.json (+8 -0)
📝 src/oss/langgraph/pregel.mdx (+1 -1)
📝 src/oss/python/integrations/document_loaders/azure_ai_data.mdx (+0 -4)
src/oss/python/integrations/document_loaders/azure_blob_storage.mdx (+144 -0)
src/oss/python/integrations/document_loaders/azure_blob_storage_container.mdx (+0 -58)
src/oss/python/integrations/document_loaders/azure_blob_storage_file.mdx (+0 -35)
📝 src/oss/python/integrations/document_loaders/index.mdx (+2 -4)
📝 src/oss/python/integrations/llms/chatglm.mdx (+1 -1)
📝 src/oss/python/integrations/llms/openlm.mdx (+1 -1)
📝 src/oss/python/integrations/providers/microsoft.mdx (+4 -14)
📝 src/oss/python/integrations/providers/searx.mdx (+1 -1)
📝 src/oss/python/integrations/vectorstores/rockset.mdx (+1 -1)

📄 Description

Added the AzureBlobStorage page and removed the previous AzureBlobStorageFile and AzureBlobStorageContainer pages as well as any links to them. Added redirects for these pages as well, so now they route to the AzureBlobStorage page, which contains a message with links to the previous API reference if someone were to need them.

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1080 **Author:** [@anjaliratnam-msft](https://github.com/anjaliratnam-msft) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-loader-documentation` --- ### 📝 Commits (10+) - [`a83e386`](https://github.com/langchain-ai/docs/commit/a83e386666a70645dc2eb10bd96e082ab2c93e8a) add langchain-azure-storage to documentation - [`b8784b2`](https://github.com/langchain-ai/docs/commit/b8784b233f0926b2afd7de959a71fcb6f0bd4ce2) updates - [`9b0cfb3`](https://github.com/langchain-ai/docs/commit/9b0cfb30b3091d70b8897cf598eeed4c06ef9d52) updates - [`b0c8e73`](https://github.com/langchain-ai/docs/commit/b0c8e730ce087a6241ec55748b118c8a5130b904) updates - [`063c5b3`](https://github.com/langchain-ai/docs/commit/063c5b31bea23aabe4857dd9bf615b5788c12643) updates - [`b05da6a`](https://github.com/langchain-ai/docs/commit/b05da6aa26ef954e998c7447253bca39139ad3aa) updates - [`a5c05a7`](https://github.com/langchain-ai/docs/commit/a5c05a73418a67a9e7cadf3987168ba67eb001b9) updates - [`1bdd8ec`](https://github.com/langchain-ai/docs/commit/1bdd8ecaa3e234e094cdd2b2683d4fc7c76dcdc9) updates - [`5b98ca1`](https://github.com/langchain-ai/docs/commit/5b98ca167f333553f00c27c3cfdf4c3ea4bdb1a7) Merge branch 'main' into add-loader-documentation - [`206b5d5`](https://github.com/langchain-ai/docs/commit/206b5d53acafa356c274dda621a635fe4914a4e6) . ### 📊 Changes **12 files changed** (+163 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+8 -0) 📝 `src/oss/langgraph/pregel.mdx` (+1 -1) 📝 `src/oss/python/integrations/document_loaders/azure_ai_data.mdx` (+0 -4) ➕ `src/oss/python/integrations/document_loaders/azure_blob_storage.mdx` (+144 -0) ➖ `src/oss/python/integrations/document_loaders/azure_blob_storage_container.mdx` (+0 -58) ➖ `src/oss/python/integrations/document_loaders/azure_blob_storage_file.mdx` (+0 -35) 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+2 -4) 📝 `src/oss/python/integrations/llms/chatglm.mdx` (+1 -1) 📝 `src/oss/python/integrations/llms/openlm.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+4 -14) 📝 `src/oss/python/integrations/providers/searx.mdx` (+1 -1) 📝 `src/oss/python/integrations/vectorstores/rockset.mdx` (+1 -1) </details> ### 📄 Description Added the `AzureBlobStorage` page and removed the previous `AzureBlobStorageFile` and `AzureBlobStorageContainer` pages as well as any links to them. Added redirects for these pages as well, so now they route to the `AzureBlobStorage` page, which contains a message with links to the previous API reference if someone were to need them. ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:04 -05:00
yindo closed this issue 2026-02-17 17:22:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1277