[PR #3415] [MERGED] Set RecursiveCharacterTextSplitter chunk count to 516 #3466

Closed
opened 2026-06-05 18:23:12 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3415
Author: @fluteink
Created: 4/2/2026
Status: Merged
Merged: 5/27/2026
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (1)

  • dd5bd27 fix(text_splitters): set RecursiveCharacterTextSplitter chunk count to 516

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/langchain/knowledge-base.mdx (+1 -1)

📄 Description

In the latest langchain_text_splitters, the number of segments after splitting using RecursiveCharacteristTextSplitter is 516

Overview

In the latest langchain_text_splitters, the number of segments after splitting using RecursiveCharacteristTextSplitter is 516

Type of change

Update existing documentation

Examples:
image

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes


🔄 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/3415 **Author:** [@fluteink](https://github.com/fluteink) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 5/27/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`dd5bd27`](https://github.com/langchain-ai/docs/commit/dd5bd2775eafa0af12b801789c6303258506d4bf) fix(text_splitters): set RecursiveCharacterTextSplitter chunk count to 516 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/knowledge-base.mdx` (+1 -1) </details> ### 📄 Description In the latest langchain_text_splitters, the number of segments after splitting using RecursiveCharacteristTextSplitter is 516 ## Overview <!-- Brief description of what documentation is being added/updated --> In the latest langchain_text_splitters, the number of segments after splitting using RecursiveCharacteristTextSplitter is 516 ## Type of change **Update existing documentation** Examples: <img width="1338" height="469" alt="image" src="https://github.com/user-attachments/assets/c2d239a7-74c0-4cfc-89eb-b0cc1f1aa572" /> ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes --- <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-06-05 18:23:12 -04:00
yindo closed this issue 2026-06-05 18:23:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3466