[PR #1040] [MERGED] feat: add langchain-azure-storage to reference docs #1241

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

📋 Pull Request Information

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

Base: mainHead: update-reference-docs


📝 Commits (6)

📊 Changes

9 files changed (+62 additions, -5 deletions)

View changed files

📝 reference/python/docs/integrations/langchain_azure/ai/index.md (+2 -2)
📝 reference/python/docs/integrations/langchain_azure/dynamic_sessions.md (+3 -1)
reference/python/docs/integrations/langchain_azure/index.md (+12 -0)
reference/python/docs/integrations/langchain_azure/storage.md (+11 -0)
📝 reference/python/mkdocs.yml (+6 -2)
📝 reference/python/pyproject.dev.toml (+2 -0)
📝 reference/python/pyproject.prod.toml (+2 -0)
📝 reference/python/pyproject.toml (+2 -0)
📝 reference/python/uv.lock (+22 -0)

📄 Description

Added langchain-azure-storage to the reference docs with a new documentation page. We also plan to create another PR to update the main LangChain documentation so that it points to our newly created document loader instead of a previous implementation. This PR is only to update the reference docs.

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
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

🔄 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/1040 **Author:** [@anjaliratnam-msft](https://github.com/anjaliratnam-msft) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `update-reference-docs` --- ### 📝 Commits (6) - [`410de58`](https://github.com/langchain-ai/docs/commit/410de58bd7e22470e2748a09795d39f7998b89b8) added langchain-azure-storage to reference docs - [`0102fb8`](https://github.com/langchain-ai/docs/commit/0102fb8a302fd39ddbb5b9c2a299ee2cfea7c863) updates - [`2a6f0c7`](https://github.com/langchain-ai/docs/commit/2a6f0c74f9c30ce0f6e49be3d07d637ef860fa42) updates - [`f2b42f5`](https://github.com/langchain-ai/docs/commit/f2b42f52a6825d17222163d9643e7a8ee855db15) updates - [`5d6130b`](https://github.com/langchain-ai/docs/commit/5d6130b512a4068eabf25fe8b8ddca475d343f6a) . - [`a419d3b`](https://github.com/langchain-ai/docs/commit/a419d3bc7200c897f3763aaba3615a4de697bb1e) . ### 📊 Changes **9 files changed** (+62 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/docs/integrations/langchain_azure/ai/index.md` (+2 -2) 📝 `reference/python/docs/integrations/langchain_azure/dynamic_sessions.md` (+3 -1) ➕ `reference/python/docs/integrations/langchain_azure/index.md` (+12 -0) ➕ `reference/python/docs/integrations/langchain_azure/storage.md` (+11 -0) 📝 `reference/python/mkdocs.yml` (+6 -2) 📝 `reference/python/pyproject.dev.toml` (+2 -0) 📝 `reference/python/pyproject.prod.toml` (+2 -0) 📝 `reference/python/pyproject.toml` (+2 -0) 📝 `reference/python/uv.lock` (+22 -0) </details> ### 📄 Description Added [langchain-azure-storage](https://pypi.org/project/langchain-azure-storage/) to the reference docs with a new documentation page. We also plan to create another PR to update the main LangChain documentation so that it points to our newly created document loader instead of a previous implementation. This PR is only to update the reference docs. ## 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 - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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:00 -05:00
yindo closed this issue 2026-02-17 17:22:00 -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#1241