[PR #967] [MERGED] more integrations/refs work #1189

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/967
Author: @mdrxy
Created: 10/16/2025
Status: Merged
Merged: 10/17/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/mas-refs


📝 Commits (2)

📊 Changes

612 files changed (+1291 additions, -1164 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+59 -50)
📝 reference/packages.yml (+5 -4)
📝 reference/python/README.md (+3 -1)
📝 reference/python/docs/integrations/index.md (+1 -1)
reference/python/docs/integrations/langchain_anthropic.md (+0 -11)
reference/python/docs/integrations/langchain_anthropic/AnthropicLLM.md (+12 -0)
reference/python/docs/integrations/langchain_anthropic/ChatAnthropic.md (+12 -0)
reference/python/docs/integrations/langchain_anthropic/index.md (+34 -0)
📝 reference/python/docs/integrations/langchain_mongodb.md (+3 -0)
📝 reference/python/docs/integrations/langchain_openai/index.md (+60 -0)
📝 reference/python/docs/integrations/langchain_tavily.md (+3 -0)
📝 reference/python/docs/langchain/index.md (+1 -1)
📝 reference/python/docs/langchain_classic/index.md (+3 -1)
📝 reference/python/mkdocs.yml (+4 -1)
📝 reference/python/uv.lock (+19 -19)
📝 src/langsmith/trace-with-langchain.mdx (+1 -1)
📝 src/oss/integrations/splitters/character_text_splitter.mdx (+1 -1)
📝 src/oss/integrations/splitters/code_splitter.mdx (+1 -1)
📝 src/oss/integrations/splitters/split_by_token.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/azure.mdx (+2 -2)

...and 80 more files

📄 Description

No description provided


🔄 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/967 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/mas-refs` --- ### 📝 Commits (2) - [`25b43f0`](https://github.com/langchain-ai/docs/commit/25b43f070d988d0fbaff1badf189eb642fcc9dfd) . - [`8e92649`](https://github.com/langchain-ai/docs/commit/8e92649dbd06e5798b7da839fc79f2623d0fdb6f) . ### 📊 Changes **612 files changed** (+1291 additions, -1164 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+59 -50) 📝 `reference/packages.yml` (+5 -4) 📝 `reference/python/README.md` (+3 -1) 📝 `reference/python/docs/integrations/index.md` (+1 -1) ➖ `reference/python/docs/integrations/langchain_anthropic.md` (+0 -11) ➕ `reference/python/docs/integrations/langchain_anthropic/AnthropicLLM.md` (+12 -0) ➕ `reference/python/docs/integrations/langchain_anthropic/ChatAnthropic.md` (+12 -0) ➕ `reference/python/docs/integrations/langchain_anthropic/index.md` (+34 -0) 📝 `reference/python/docs/integrations/langchain_mongodb.md` (+3 -0) 📝 `reference/python/docs/integrations/langchain_openai/index.md` (+60 -0) 📝 `reference/python/docs/integrations/langchain_tavily.md` (+3 -0) 📝 `reference/python/docs/langchain/index.md` (+1 -1) 📝 `reference/python/docs/langchain_classic/index.md` (+3 -1) 📝 `reference/python/mkdocs.yml` (+4 -1) 📝 `reference/python/uv.lock` (+19 -19) 📝 `src/langsmith/trace-with-langchain.mdx` (+1 -1) 📝 `src/oss/integrations/splitters/character_text_splitter.mdx` (+1 -1) 📝 `src/oss/integrations/splitters/code_splitter.mdx` (+1 -1) 📝 `src/oss/integrations/splitters/split_by_token.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:53 -05:00
yindo closed this issue 2026-02-17 17:21:53 -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#1189