[PR #4515] [MERGED] fix label for chunk length setting #4658

Closed
opened 2026-02-22 18:36:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4515
Author: @timothycarambat
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @timothycarambat

Base: masterHead: 4454-embedder-label


📝 Commits (1)

  • a43fd01 fix label for chunk length setting

📊 Changes

5 files changed (+90 additions, -24 deletions)

View changed files

📝 frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx (+18 -4)
📝 frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx (+19 -5)
📝 frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx (+17 -4)
📝 frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+18 -4)
📝 frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx (+18 -7)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4454

What is in this change?

  • Adds hint lable to Max Embedder Chunk Length field

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/4515 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4454-embedder-label` --- ### 📝 Commits (1) - [`a43fd01`](https://github.com/Mintplex-Labs/anything-llm/commit/a43fd0159444379efc9f35d69a0ca04affc9fec6) fix label for chunk length setting ### 📊 Changes **5 files changed** (+90 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx` (+18 -4) 📝 `frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx` (+19 -5) 📝 `frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx` (+17 -4) 📝 `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+18 -4) 📝 `frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx` (+18 -7) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4454 ### What is in this change? - Adds hint lable to `Max Embedder Chunk Length` field <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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-22 18:36:16 -05:00
yindo closed this issue 2026-02-22 18:36:17 -05:00
yindo changed title from [PR #4515] fix label for chunk length setting to [PR #4515] [MERGED] fix label for chunk length setting 2026-06-05 15:19: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#4658