[PR #8623] [MERGED] feat: non-english (chinese) autocompletion handling #9055

Closed
opened 2025-11-11 18:12:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8623
Author: @Tryanks
Created: 1/16/2025
Status: Merged
Merged: 1/17/2025
Merged by: @tjbck

Base: devHead: autocompletion


📝 Commits (1)

  • 612ca54 enh: non-english (chinese) autocompletion handling

📊 Changes

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

View changed files

📝 src/lib/components/common/RichTextInput/AutoCompletion.js (+73 -54)

📄 Description

Pull Request Checklist

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Testing: Have you written and run sufficient tests for validating the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following:
    • feat: Introduces a new feature or enhancement to the codebase

Changelog Entry

Added

  • Added input method handling to enhance the performance of the autocomplete feature in non-English contexts, fixing #7533.

🔄 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/open-webui/open-webui/pull/8623 **Author:** [@Tryanks](https://github.com/Tryanks) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `autocompletion` --- ### 📝 Commits (1) - [`612ca54`](https://github.com/open-webui/open-webui/commit/612ca54afab61368652ba5b33b53f2c1ef526987) enh: non-english (chinese) autocompletion handling ### 📊 Changes **1 file changed** (+73 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/common/RichTextInput/AutoCompletion.js` (+73 -54) </details> ### 📄 Description # Pull Request Checklist **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Testing:** Have you written and run sufficient tests for validating the changes? - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [x] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following: - **feat**: Introduces a new feature or enhancement to the codebase # Changelog Entry ### Added - Added input method handling to enhance the performance of the autocomplete feature in non-English contexts, fixing #7533. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:12:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#9055