[PR #722] [MERGED] chore(reference): document langchain_v1 namespace #956

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/722
Author: @eyurtsev
Created: 10/1/2025
Status: Merged
Merged: 10/2/2025
Merged by: @eyurtsev

Base: mainHead: eugene/update_api_reference


📝 Commits (8)

📊 Changes

11 files changed (+80 additions, -42 deletions)

View changed files

reference/python/docs/agents.md/index.md (+3 -0)
📝 reference/python/docs/langchain/agents.md (+1 -1)
reference/python/docs/langchain/core.md (+0 -35)
reference/python/docs/langchain/documents.md (+8 -0)
📝 reference/python/docs/langchain/index.md (+1 -1)
reference/python/docs/langchain/messages.md (+3 -0)
reference/python/docs/langchain/middleware.md (+3 -0)
reference/python/docs/langchain/storage.md (+3 -0)
reference/python/docs/langchain/tools.md (+45 -0)
reference/python/docs/langchain_core/index.md (+3 -0)
📝 reference/python/mkdocs.yml (+10 -5)

📄 Description

Basic pass over the langchain v1 namespace


🔄 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/722 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/update_api_reference` --- ### 📝 Commits (8) - [`30331d2`](https://github.com/langchain-ai/docs/commit/30331d28c2ce5dfc9e85df20286059ce5e6e9b69) x - [`7ef15dd`](https://github.com/langchain-ai/docs/commit/7ef15dd1c8d58db3ff986e451a2c7872026aff30) x - [`973a3a9`](https://github.com/langchain-ai/docs/commit/973a3a9cd1b055e9476e0568b81ae8db2c54b9e9) x - [`deb8948`](https://github.com/langchain-ai/docs/commit/deb8948f2f0cd6a3d289819320d66d2327b71289) Update reference/python/docs/langchain/index.md - [`406750b`](https://github.com/langchain-ai/docs/commit/406750b108e0d608f45ef33dbb13a1c45903dfd2) Apply suggestion from @Copilot - [`cf622ed`](https://github.com/langchain-ai/docs/commit/cf622edf3cd4bca0d6240a239793edcae80a7b3c) x - [`a2c31dc`](https://github.com/langchain-ai/docs/commit/a2c31dc5eed77339b651ff2280388cd5fa418d71) Merge branch 'main' into eugene/update_api_reference - [`495fcb3`](https://github.com/langchain-ai/docs/commit/495fcb3cd130a308074431103a3d840705831f3d) x ### 📊 Changes **11 files changed** (+80 additions, -42 deletions) <details> <summary>View changed files</summary> ➕ `reference/python/docs/agents.md/index.md` (+3 -0) 📝 `reference/python/docs/langchain/agents.md` (+1 -1) ➖ `reference/python/docs/langchain/core.md` (+0 -35) ➕ `reference/python/docs/langchain/documents.md` (+8 -0) 📝 `reference/python/docs/langchain/index.md` (+1 -1) ➕ `reference/python/docs/langchain/messages.md` (+3 -0) ➕ `reference/python/docs/langchain/middleware.md` (+3 -0) ➕ `reference/python/docs/langchain/storage.md` (+3 -0) ➕ `reference/python/docs/langchain/tools.md` (+45 -0) ➕ `reference/python/docs/langchain_core/index.md` (+3 -0) 📝 `reference/python/mkdocs.yml` (+10 -5) </details> ### 📄 Description Basic pass over the langchain v1 namespace --- <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:21:27 -05:00
yindo closed this issue 2026-02-17 17:21:27 -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#956