[PR #5703] [CLOSED] docs: clarify text chunking strategy settings #5539

Closed
opened 2026-06-05 15:21:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5703
Author: @narutamaaurum
Created: 5/25/2026
Status: Closed

Base: masterHead: docs/chunking-strategy-copy-1447


📝 Commits (1)

  • 1651643 docs: clarify chunking strategy settings\n\nExplain that AnythingLLM currently uses LangChain's\nRecursiveCharacterTextSplitter and link admins to the upstream\nstrategy docs from the chunking preferences page.\n\nCloses #1447

📊 Changes

2 files changed (+16 additions, -3 deletions)

View changed files

📝 frontend/src/locales/en/common.js (+1 -1)
📝 frontend/src/pages/GeneralSettings/EmbeddingTextSplitterPreference/index.jsx (+15 -2)

📄 Description

Summary

  • explain that the chunking preferences page currently uses LangChain's RecursiveCharacterTextSplitter
  • link the settings copy directly to the upstream strategy docs
  • keep the change narrowly scoped to the existing admin settings page

Validation

  • git diff --check
  • attempted node frontend/src/locales/verifyTranslations.mjs, but this runner only has Node v12.22.9 and the repo now expects a newer Node runtime (Intl.DisplayNames is unavailable here)

Closes Mintplex-Labs/anythingllm-docs#257


🔄 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/Mintplex-Labs/anything-llm/pull/5703 **Author:** [@narutamaaurum](https://github.com/narutamaaurum) **Created:** 5/25/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `docs/chunking-strategy-copy-1447` --- ### 📝 Commits (1) - [`1651643`](https://github.com/Mintplex-Labs/anything-llm/commit/1651643293cfe93077042c452186722f1de6dbe0) docs: clarify chunking strategy settings\n\nExplain that AnythingLLM currently uses LangChain's\nRecursiveCharacterTextSplitter and link admins to the upstream\nstrategy docs from the chunking preferences page.\n\nCloses #1447 ### 📊 Changes **2 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/en/common.js` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/EmbeddingTextSplitterPreference/index.jsx` (+15 -2) </details> ### 📄 Description ## Summary - explain that the chunking preferences page currently uses LangChain's `RecursiveCharacterTextSplitter` - link the settings copy directly to the upstream strategy docs - keep the change narrowly scoped to the existing admin settings page ## Validation - `git diff --check` - attempted `node frontend/src/locales/verifyTranslations.mjs`, but this runner only has Node v12.22.9 and the repo now expects a newer Node runtime (`Intl.DisplayNames` is unavailable here) Closes Mintplex-Labs/anythingllm-docs#257 --- <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 15:21:40 -04:00
yindo closed this issue 2026-06-05 15:21:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5539