[PR #774] [MERGED] oss ref work #1008

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

📋 Pull Request Information

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

Base: mainHead: mdrxy/ref-integrations


📝 Commits (3)

📊 Changes

59 files changed (+471 additions, -93 deletions)

View changed files

📝 Makefile (+4 -1)
📝 pipeline/tools/partner_pkg_table.py (+4 -4)
📝 reference/python/Makefile (+8 -0)
📝 reference/python/README.md (+1 -1)
📝 reference/python/docs/index.md (+3 -0)
📝 reference/python/docs/integrations/index.md (+74 -1)
reference/python/docs/integrations/langchain-anthropic.md (+0 -0)
reference/python/docs/integrations/langchain-aws.md (+0 -0)
reference/python/docs/integrations/langchain-google.md (+0 -0)
reference/python/docs/integrations/langchain-openai.md (+0 -1)
reference/python/docs/integrations/langchain-tests.md (+0 -3)
reference/python/docs/integrations/langchain_anthropic.md (+7 -0)
reference/python/docs/integrations/langchain_astradb.md (+6 -0)
reference/python/docs/integrations/langchain_aws.md (+7 -0)
reference/python/docs/integrations/langchain_azure_ai.md (+6 -0)
reference/python/docs/integrations/langchain_azure_dynamic_sessions.md (+5 -0)
reference/python/docs/integrations/langchain_cerebras.md (+5 -0)
reference/python/docs/integrations/langchain_chroma.md (+5 -0)
reference/python/docs/integrations/langchain_cohere.md (+5 -0)
reference/python/docs/integrations/langchain_db2.md (+6 -0)

...and 39 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/774 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/ref-integrations` --- ### 📝 Commits (3) - [`6f1ed9a`](https://github.com/langchain-ai/docs/commit/6f1ed9a9dde9f58b72ffcd3c262a06d34672b9d4) use full import name in url - [`c1f5391`](https://github.com/langchain-ai/docs/commit/c1f5391dc174910ac05c0b7f0b8b4ca1ab67e7ae) . - [`7c45a51`](https://github.com/langchain-ai/docs/commit/7c45a51e295a8446310d96e7df85b23bf4927638) Merge branch 'main' into mdrxy/ref-integrations ### 📊 Changes **59 files changed** (+471 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -1) 📝 `pipeline/tools/partner_pkg_table.py` (+4 -4) 📝 `reference/python/Makefile` (+8 -0) 📝 `reference/python/README.md` (+1 -1) 📝 `reference/python/docs/index.md` (+3 -0) 📝 `reference/python/docs/integrations/index.md` (+74 -1) ➖ `reference/python/docs/integrations/langchain-anthropic.md` (+0 -0) ➖ `reference/python/docs/integrations/langchain-aws.md` (+0 -0) ➖ `reference/python/docs/integrations/langchain-google.md` (+0 -0) ➖ `reference/python/docs/integrations/langchain-openai.md` (+0 -1) ➖ `reference/python/docs/integrations/langchain-tests.md` (+0 -3) ➕ `reference/python/docs/integrations/langchain_anthropic.md` (+7 -0) ➕ `reference/python/docs/integrations/langchain_astradb.md` (+6 -0) ➕ `reference/python/docs/integrations/langchain_aws.md` (+7 -0) ➕ `reference/python/docs/integrations/langchain_azure_ai.md` (+6 -0) ➕ `reference/python/docs/integrations/langchain_azure_dynamic_sessions.md` (+5 -0) ➕ `reference/python/docs/integrations/langchain_cerebras.md` (+5 -0) ➕ `reference/python/docs/integrations/langchain_chroma.md` (+5 -0) ➕ `reference/python/docs/integrations/langchain_cohere.md` (+5 -0) ➕ `reference/python/docs/integrations/langchain_db2.md` (+6 -0) _...and 39 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:32 -05:00
yindo closed this issue 2026-02-17 17:21:32 -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#1008