[PR #917] [MERGED] 10/15 ref work #1140

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

📋 Pull Request Information

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

Base: mainHead: mdrxy/10-15


📝 Commits (10+)

📊 Changes

81 files changed (+431 additions, -276 deletions)

View changed files

📝 .github/copilot-instructions.md (+1 -0)
📝 README.md (+12 -0)
📝 pipeline/tools/partner_pkg_table.py (+1 -1)
📝 reference/python/README.md (+1 -0)
📝 reference/python/docs/index.md (+1 -7)
📝 reference/python/docs/integrations/index.md (+1 -1)
📝 reference/python/docs/langchain/agents.md (+7 -0)
📝 reference/python/docs/langchain/embeddings.md (+7 -0)
📝 reference/python/docs/langchain/index.md (+6 -6)
📝 reference/python/docs/langchain/langchain/index.md (+7 -2)
📝 reference/python/docs/langchain/models.md (+3 -0)
📝 reference/python/docs/langchain/tools.md (+0 -22)
📝 reference/python/docs/langchain_classic/index.md (+2 -2)
reference/python/docs/langchain_core/caches.md (+7 -0)
reference/python/docs/langchain_core/callbacks.md (+8 -0)
reference/python/docs/langchain_core/documents.md (+5 -0)
reference/python/docs/langchain_core/embeddings.md (+5 -0)
reference/python/docs/langchain_core/exceptions.md (+3 -0)
📝 reference/python/docs/langchain_core/index.md (+17 -2)
reference/python/docs/langchain_core/language_models.md (+15 -0)

...and 61 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/917 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/10-15` --- ### 📝 Commits (10+) - [`89faa7d`](https://github.com/langchain-ai/docs/commit/89faa7d71325fe327cb45d553d5933f8b89ff53f) . - [`633aa1d`](https://github.com/langchain-ai/docs/commit/633aa1d76ecdebff45587d3c454d9a81e0507b10) . - [`a2a71b4`](https://github.com/langchain-ai/docs/commit/a2a71b41fa9a6c5f6d0da26e21a3b96d16791f99) . - [`810bd21`](https://github.com/langchain-ai/docs/commit/810bd21e1799d2029c1a134158484f10f1a63fc7) . - [`e101bd8`](https://github.com/langchain-ai/docs/commit/e101bd80223fab24d90c617e2c0010de52589c8e) . - [`039723f`](https://github.com/langchain-ai/docs/commit/039723f528cfd97e412b3a373a168d2a7b0e5369) . - [`090db78`](https://github.com/langchain-ai/docs/commit/090db78f855e9caf580b704b741b8e74638dddb7) . - [`c9bc955`](https://github.com/langchain-ai/docs/commit/c9bc955e0d9c5b463ea7712359c1899e3abbaa0f) . - [`f8b982b`](https://github.com/langchain-ai/docs/commit/f8b982be8353a5115cb708b85c11da5a181de5d1) . - [`68fb003`](https://github.com/langchain-ai/docs/commit/68fb00377ab53d491351a421163e147d5bf8ede9) . ### 📊 Changes **81 files changed** (+431 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `.github/copilot-instructions.md` (+1 -0) 📝 `README.md` (+12 -0) 📝 `pipeline/tools/partner_pkg_table.py` (+1 -1) 📝 `reference/python/README.md` (+1 -0) 📝 `reference/python/docs/index.md` (+1 -7) 📝 `reference/python/docs/integrations/index.md` (+1 -1) 📝 `reference/python/docs/langchain/agents.md` (+7 -0) 📝 `reference/python/docs/langchain/embeddings.md` (+7 -0) 📝 `reference/python/docs/langchain/index.md` (+6 -6) 📝 `reference/python/docs/langchain/langchain/index.md` (+7 -2) 📝 `reference/python/docs/langchain/models.md` (+3 -0) 📝 `reference/python/docs/langchain/tools.md` (+0 -22) 📝 `reference/python/docs/langchain_classic/index.md` (+2 -2) ➕ `reference/python/docs/langchain_core/caches.md` (+7 -0) ➕ `reference/python/docs/langchain_core/callbacks.md` (+8 -0) ➕ `reference/python/docs/langchain_core/documents.md` (+5 -0) ➕ `reference/python/docs/langchain_core/embeddings.md` (+5 -0) ➕ `reference/python/docs/langchain_core/exceptions.md` (+3 -0) 📝 `reference/python/docs/langchain_core/index.md` (+17 -2) ➕ `reference/python/docs/langchain_core/language_models.md` (+15 -0) _...and 61 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:48 -05:00
yindo closed this issue 2026-02-17 17:21:48 -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#1140