[PR #4512] [CLOSED] feat/embedding-chunk-config-improvements #4454 #4656

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/4512
Author: @Guru6163
Created: 10/8/2025
Status: Closed

Base: masterHead: feat/embedding-chunk-config-improvements


📝 Commits (1)

  • 61e3e13 feat/embedding-chunk-config-improvements

📊 Changes

5 files changed (+101 additions, -33 deletions)

View changed files

📝 frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx (+26 -8)
📝 frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx (+13 -6)
📝 frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx (+27 -9)
📝 frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+22 -4)
📝 frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx (+13 -6)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4454

What is in this change?

This branch name captures all the improvements we made to the embedding configuration components:
Added "character" mention to chunk length labels
Added real-time token calculation (chars ÷ 4.2)

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/4512 **Author:** [@Guru6163](https://github.com/Guru6163) **Created:** 10/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/embedding-chunk-config-improvements` --- ### 📝 Commits (1) - [`61e3e13`](https://github.com/Mintplex-Labs/anything-llm/commit/61e3e13a9fb626efb3c961f38e20ca3eeae115b7) feat/embedding-chunk-config-improvements ### 📊 Changes **5 files changed** (+101 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EmbeddingSelection/GenericOpenAiOptions/index.jsx` (+26 -8) 📝 `frontend/src/components/EmbeddingSelection/LMStudioOptions/index.jsx` (+13 -6) 📝 `frontend/src/components/EmbeddingSelection/LiteLLMOptions/index.jsx` (+27 -9) 📝 `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+22 -4) 📝 `frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx` (+13 -6) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #4454 ### What is in this change? This branch name captures all the improvements we made to the embedding configuration components: Added "character" mention to chunk length labels Added real-time token calculation (chars ÷ 4.2) ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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:16 -05:00
yindo changed title from [PR #4512] feat/embedding-chunk-config-improvements #4454 to [PR #4512] [CLOSED] feat/embedding-chunk-config-improvements #4454 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#4656