[PR #210] [CLOSED] Brody/doc 76 port how tos #524

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/210
Author: @beklapko
Created: 8/21/2025
Status: Closed

Base: mainHead: brody/doc-76-port-how-tos


📝 Commits (2)

📊 Changes

263 files changed (+67457 additions, -0 deletions)

View changed files

📝 src/docs.json (+526 -0)
src/oss/how-tos/MultiQueryRetriever.md (+139 -0)
src/oss/how-tos/add_scores_retriever.md (+293 -0)
src/oss/how-tos/agent_executor.md (+482 -0)
src/oss/how-tos/assign.md (+120 -0)
src/oss/how-tos/binding.md (+138 -0)
src/oss/how-tos/callbacks_async.md (+110 -0)
src/oss/how-tos/callbacks_attach.md (+99 -0)
src/oss/how-tos/callbacks_constructor.md (+91 -0)
src/oss/how-tos/callbacks_custom_events.md (+241 -0)
src/oss/how-tos/callbacks_runtime.md (+90 -0)
src/oss/how-tos/character_text_splitter.md (+68 -0)
src/oss/how-tos/chat_model_rate_limiting.md (+80 -0)
src/oss/how-tos/chat_models_universal_init.md (+204 -0)
src/oss/how-tos/chat_streaming.md (+90 -0)
src/oss/how-tos/chat_token_usage_tracking.md (+317 -0)
src/oss/how-tos/chatbots_memory.md (+357 -0)
src/oss/how-tos/chatbots_retrieval.md (+525 -0)
src/oss/how-tos/chatbots_tools.md (+221 -0)
src/oss/how-tos/code_splitter.md (+585 -0)

...and 80 more files

📄 Description

https://linear.app/langchain/issue/DOC-76/port-how-tos


🔄 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/210 **Author:** [@beklapko](https://github.com/beklapko) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brody/doc-76-port-how-tos` --- ### 📝 Commits (2) - [`1ceb82a`](https://github.com/langchain-ai/docs/commit/1ceb82a0dfc906620b6cd48620dfd1fd40c33bdd) Initial port for python howtos - [`2770265`](https://github.com/langchain-ai/docs/commit/27702650a4d7a14b1bfbad2cf6e666048f37161c) Add JS howtos ### 📊 Changes **263 files changed** (+67457 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+526 -0) ➕ `src/oss/how-tos/MultiQueryRetriever.md` (+139 -0) ➕ `src/oss/how-tos/add_scores_retriever.md` (+293 -0) ➕ `src/oss/how-tos/agent_executor.md` (+482 -0) ➕ `src/oss/how-tos/assign.md` (+120 -0) ➕ `src/oss/how-tos/binding.md` (+138 -0) ➕ `src/oss/how-tos/callbacks_async.md` (+110 -0) ➕ `src/oss/how-tos/callbacks_attach.md` (+99 -0) ➕ `src/oss/how-tos/callbacks_constructor.md` (+91 -0) ➕ `src/oss/how-tos/callbacks_custom_events.md` (+241 -0) ➕ `src/oss/how-tos/callbacks_runtime.md` (+90 -0) ➕ `src/oss/how-tos/character_text_splitter.md` (+68 -0) ➕ `src/oss/how-tos/chat_model_rate_limiting.md` (+80 -0) ➕ `src/oss/how-tos/chat_models_universal_init.md` (+204 -0) ➕ `src/oss/how-tos/chat_streaming.md` (+90 -0) ➕ `src/oss/how-tos/chat_token_usage_tracking.md` (+317 -0) ➕ `src/oss/how-tos/chatbots_memory.md` (+357 -0) ➕ `src/oss/how-tos/chatbots_retrieval.md` (+525 -0) ➕ `src/oss/how-tos/chatbots_tools.md` (+221 -0) ➕ `src/oss/how-tos/code_splitter.md` (+585 -0) _...and 80 more files_ </details> ### 📄 Description https://linear.app/langchain/issue/DOC-76/port-how-tos --- <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:20:34 -05:00
yindo closed this issue 2026-02-17 17:20:34 -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#524