[PR #1146] [MERGED] 10/27 work #1334

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

📋 Pull Request Information

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

Base: mainHead: mdrxy/10-27


📝 Commits (3)

📊 Changes

51 files changed (+943 additions, -679 deletions)

View changed files

📝 .github/copilot-instructions.md (+6 -0)
📝 AGENTS.md (+6 -0)
📝 CLAUDE.md (+6 -0)
📝 README.md (+2 -2)
📝 pipeline/core/builder.py (+6 -1)
📝 pipeline/preprocessors/link_map.py (+1 -1)
📝 pipeline/tools/partner_pkg_table.py (+1 -1)
📝 reference/python/docs/integrations/langchain_milvus.md (+1 -3)
📝 reference/python/docs/langchain/langchain/index.md (+4 -0)
📝 reference/python/docs/langchain_classic/index.md (+4 -0)
📝 reference/python/docs/langchain_core/index.md (+4 -0)
📝 reference/python/docs/langchain_mcp_adapters/index.md (+4 -0)
📝 reference/python/docs/langchain_tests/index.md (+4 -0)
📝 reference/python/docs/langchain_text_splitters/index.md (+4 -0)
📝 reference/python/docs/langsmith/index.md (+22 -0)
📝 reference/python/docs/langsmith/observability/sdk/index.md (+7 -2)
📝 reference/python/mkdocs.yml (+1 -1)
📝 reference/python/pyproject.dev.toml (+1 -1)
📝 reference/python/pyproject.prod.toml (+1 -1)
📝 reference/python/pyproject.toml (+1 -1)

...and 31 more files

📄 Description

  • add info about snippet link resolution
  • add langchain_milvus to refs
  • correct browser titles for package ref pages
  • langsmith ref homepage
  • don't warn on absolute link usage in refs
  • fix broken links
  • add note about completions API compat for OpenAI
  • add OpenRouter callout
  • formatting
  • move langgraph errors to folder (and add redirects)
  • remove deprecated gemini image gen model
  • grok/groq confusion callout

🔄 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/1146 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/10-27` --- ### 📝 Commits (3) - [`909e7cd`](https://github.com/langchain-ai/docs/commit/909e7cdbf6d78cb257bde9f14c3c7a1c3ffdf234) 10/27 - [`08fdd08`](https://github.com/langchain-ai/docs/commit/08fdd08435c01243d7cd280f81ecb3a65cf94165) Update src/oss/javascript/integrations/chat/openai.mdx - [`125aa22`](https://github.com/langchain-ai/docs/commit/125aa226cc28bac85da73225d4daf9fd55c46fb9) Update openai.mdx ### 📊 Changes **51 files changed** (+943 additions, -679 deletions) <details> <summary>View changed files</summary> 📝 `.github/copilot-instructions.md` (+6 -0) 📝 `AGENTS.md` (+6 -0) 📝 `CLAUDE.md` (+6 -0) 📝 `README.md` (+2 -2) 📝 `pipeline/core/builder.py` (+6 -1) 📝 `pipeline/preprocessors/link_map.py` (+1 -1) 📝 `pipeline/tools/partner_pkg_table.py` (+1 -1) 📝 `reference/python/docs/integrations/langchain_milvus.md` (+1 -3) 📝 `reference/python/docs/langchain/langchain/index.md` (+4 -0) 📝 `reference/python/docs/langchain_classic/index.md` (+4 -0) 📝 `reference/python/docs/langchain_core/index.md` (+4 -0) 📝 `reference/python/docs/langchain_mcp_adapters/index.md` (+4 -0) 📝 `reference/python/docs/langchain_tests/index.md` (+4 -0) 📝 `reference/python/docs/langchain_text_splitters/index.md` (+4 -0) 📝 `reference/python/docs/langsmith/index.md` (+22 -0) 📝 `reference/python/docs/langsmith/observability/sdk/index.md` (+7 -2) 📝 `reference/python/mkdocs.yml` (+1 -1) 📝 `reference/python/pyproject.dev.toml` (+1 -1) 📝 `reference/python/pyproject.prod.toml` (+1 -1) 📝 `reference/python/pyproject.toml` (+1 -1) _...and 31 more files_ </details> ### 📄 Description * add info about snippet link resolution * add `langchain_milvus` to refs * correct browser titles for package ref pages * langsmith ref homepage * don't warn on absolute link usage in refs * fix broken links * add note about completions API compat for OpenAI * add OpenRouter callout * formatting * move langgraph errors to folder (and add redirects) * remove deprecated gemini image gen model * grok/groq confusion callout --- <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:10 -05:00
yindo closed this issue 2026-02-17 17:22:10 -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#1334