[PR #1043] [MERGED] refs(py): langchain_classic foundations #1247

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

📋 Pull Request Information

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

Base: mainHead: mdrxy/langchain-classic


📝 Commits (5)

  • f8c831f .
  • 8553669 .
  • 072220d .
  • 2710d01 Update reference/python/docs/langchain_classic/model_laboratory.md
  • 2575218 Update reference/python/docs/langchain_classic/retrievers.md

📊 Changes

29 files changed (+229 additions, -48 deletions)

View changed files

📝 reference/python/README.md (+1 -0)
reference/python/docs/_snippets/langchain-classic-warning.md (+3 -0)
reference/python/docs/_snippets/wip.md (+3 -0)
📝 reference/python/docs/deepagents/index.md (+1 -2)
📝 reference/python/docs/index.md (+2 -0)
reference/python/docs/langchain_classic/agents.md (+8 -0)
reference/python/docs/langchain_classic/callbacks.md (+8 -0)
reference/python/docs/langchain_classic/chains.md (+8 -0)
reference/python/docs/langchain_classic/chat_models.md (+5 -0)
reference/python/docs/langchain_classic/embeddings.md (+8 -0)
reference/python/docs/langchain_classic/evaluation.md (+8 -0)
reference/python/docs/langchain_classic/globals.md (+7 -0)
reference/python/docs/langchain_classic/hub.md (+7 -0)
📝 reference/python/docs/langchain_classic/index.md (+1 -2)
reference/python/docs/langchain_classic/memory.md (+8 -0)
reference/python/docs/langchain_classic/model_laboratory.md (+8 -0)
reference/python/docs/langchain_classic/output_parsers.md (+8 -0)
reference/python/docs/langchain_classic/retrievers.md (+8 -0)
reference/python/docs/langchain_classic/runnables.md (+15 -0)
reference/python/docs/langchain_classic/smith.md (+44 -0)

...and 9 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/1043 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/langchain-classic` --- ### 📝 Commits (5) - [`f8c831f`](https://github.com/langchain-ai/docs/commit/f8c831fc29bb996134e979205b1aa2f0c2bb1a77) . - [`8553669`](https://github.com/langchain-ai/docs/commit/85536698f1f31bd267b00a9b1a5c670b05882f14) . - [`072220d`](https://github.com/langchain-ai/docs/commit/072220d90366e6e3adb99ad5b733b8c822ad54e1) . - [`2710d01`](https://github.com/langchain-ai/docs/commit/2710d013cb8e5bc0f84120d8f88604ec520fa1e4) Update reference/python/docs/langchain_classic/model_laboratory.md - [`2575218`](https://github.com/langchain-ai/docs/commit/25752189f75b2a25a8b630a380aace4f760fbf04) Update reference/python/docs/langchain_classic/retrievers.md ### 📊 Changes **29 files changed** (+229 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/README.md` (+1 -0) ➕ `reference/python/docs/_snippets/langchain-classic-warning.md` (+3 -0) ➕ `reference/python/docs/_snippets/wip.md` (+3 -0) 📝 `reference/python/docs/deepagents/index.md` (+1 -2) 📝 `reference/python/docs/index.md` (+2 -0) ➕ `reference/python/docs/langchain_classic/agents.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/callbacks.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/chains.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/chat_models.md` (+5 -0) ➕ `reference/python/docs/langchain_classic/embeddings.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/evaluation.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/globals.md` (+7 -0) ➕ `reference/python/docs/langchain_classic/hub.md` (+7 -0) 📝 `reference/python/docs/langchain_classic/index.md` (+1 -2) ➕ `reference/python/docs/langchain_classic/memory.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/model_laboratory.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/output_parsers.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/retrievers.md` (+8 -0) ➕ `reference/python/docs/langchain_classic/runnables.md` (+15 -0) ➕ `reference/python/docs/langchain_classic/smith.md` (+44 -0) _...and 9 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:22:00 -05:00
yindo closed this issue 2026-02-17 17:22:00 -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#1247