[PR #1350] [MERGED] refs(py): updates #1489

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1350
Author: @mdrxy
Created: 11/9/2025
Status: Merged
Merged: 11/9/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/11-9


📝 Commits (1)

📊 Changes

22 files changed (+409 additions, -328 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -2)
📝 reference/python/docs/langchain/agents.md (+4 -0)
📝 reference/python/docs/langchain/embeddings.md (+4 -0)
📝 reference/python/docs/langchain/messages.md (+4 -0)
📝 reference/python/docs/langchain/middleware.md (+39 -5)
📝 reference/python/docs/langchain/models.md (+4 -0)
📝 reference/python/docs/langchain/tools.md (+4 -0)
📝 reference/python/uv.lock (+35 -35)
📝 src/oss/deepagents/overview.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/index.mdx (+5 -1)
📝 src/oss/langchain/agents.mdx (+5 -7)
📝 src/oss/langchain/middleware.mdx (+205 -197)
📝 src/oss/langgraph/graph-api.mdx (+45 -33)
📝 src/oss/langgraph/use-graph-api.mdx (+2 -1)
📝 src/oss/python/integrations/chat/google_generative_ai.mdx (+6 -3)
📝 src/oss/python/integrations/chat/index.mdx (+23 -23)
📝 src/oss/python/integrations/text_embedding/fake.mdx (+1 -1)
📝 src/oss/python/integrations/text_embedding/ibm_watsonx.mdx (+1 -1)
📝 src/oss/python/integrations/text_embedding/index.mdx (+17 -15)
📝 src/oss/python/integrations/text_embedding/mistralai.mdx (+1 -1)

...and 2 more files

📄 Description

  • Better Middleware TOC & fix entries
  • Fix deepagents cards (js)
  • Fix fields for middleware & x-ref to model string info
  • LangGraph pass
  • Fix GenAI multimodal example
  • Fix titles

🔄 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/1350 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/11-9` --- ### 📝 Commits (1) - [`20c5eba`](https://github.com/langchain-ai/docs/commit/20c5eba3a28e6ff924c129f4977d7e0fa89a3d89) refs(py): updates ### 📊 Changes **22 files changed** (+409 additions, -328 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -2) 📝 `reference/python/docs/langchain/agents.md` (+4 -0) 📝 `reference/python/docs/langchain/embeddings.md` (+4 -0) 📝 `reference/python/docs/langchain/messages.md` (+4 -0) 📝 `reference/python/docs/langchain/middleware.md` (+39 -5) 📝 `reference/python/docs/langchain/models.md` (+4 -0) 📝 `reference/python/docs/langchain/tools.md` (+4 -0) 📝 `reference/python/uv.lock` (+35 -35) 📝 `src/oss/deepagents/overview.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+5 -1) 📝 `src/oss/langchain/agents.mdx` (+5 -7) 📝 `src/oss/langchain/middleware.mdx` (+205 -197) 📝 `src/oss/langgraph/graph-api.mdx` (+45 -33) 📝 `src/oss/langgraph/use-graph-api.mdx` (+2 -1) 📝 `src/oss/python/integrations/chat/google_generative_ai.mdx` (+6 -3) 📝 `src/oss/python/integrations/chat/index.mdx` (+23 -23) 📝 `src/oss/python/integrations/text_embedding/fake.mdx` (+1 -1) 📝 `src/oss/python/integrations/text_embedding/ibm_watsonx.mdx` (+1 -1) 📝 `src/oss/python/integrations/text_embedding/index.mdx` (+17 -15) 📝 `src/oss/python/integrations/text_embedding/mistralai.mdx` (+1 -1) _...and 2 more files_ </details> ### 📄 Description * Better Middleware TOC & fix entries * Fix deepagents cards (js) * Fix fields for middleware & x-ref to model string info * LangGraph pass * Fix GenAI multimodal example * Fix titles --- <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:24 -05:00
yindo closed this issue 2026-02-17 17:22:24 -05:00
yindo changed title from [PR #1350] refs(py): updates to [PR #1350] [MERGED] refs(py): updates 2026-06-05 18:12:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1489