[PR #22991] [CLOSED] fix: correct typos in elasticsearch.py and KnowledgeBase.svelte #81839

Closed
opened 2026-05-13 16:15:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22991
Author: @nil957
Created: 3/24/2026
Status: Closed

Base: mainHead: fix-typos


📝 Commits (1)

  • 04cd440 fix: correct typos (seperating -> separating, baesd -> based, seperate -> separately)

📊 Changes

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

View changed files

📝 backend/open_webui/retrieval/vector/dbs/elasticsearch.py (+2 -2)
📝 src/lib/components/workspace/Knowledge/KnowledgeBase.svelte (+1 -1)

📄 Description

Summary

This PR fixes three typos found in code comments:

Changes

  • seperatingseparating in backend/open_webui/retrieval/vector/dbs/elasticsearch.py
  • baesdbased in backend/open_webui/retrieval/vector/dbs/elasticsearch.py
  • seperateseparately in src/lib/components/workspace/Knowledge/KnowledgeBase.svelte

Type of Change

  • Documentation (typo fix in code comments)

These are minor cosmetic changes with no impact on functionality.


🔄 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/22991 **Author:** [@nil957](https://github.com/nil957) **Created:** 3/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-typos` --- ### 📝 Commits (1) - [`04cd440`](https://github.com/open-webui/open-webui/commit/04cd440765a0631590d0b2d84db5e15e8fe8a60e) fix: correct typos (seperating -> separating, baesd -> based, seperate -> separately) ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/retrieval/vector/dbs/elasticsearch.py` (+2 -2) 📝 `src/lib/components/workspace/Knowledge/KnowledgeBase.svelte` (+1 -1) </details> ### 📄 Description ## Summary This PR fixes three typos found in code comments: ### Changes - `seperating` → `separating` in `backend/open_webui/retrieval/vector/dbs/elasticsearch.py` - `baesd` → `based` in `backend/open_webui/retrieval/vector/dbs/elasticsearch.py` - `seperate` → `separately` in `src/lib/components/workspace/Knowledge/KnowledgeBase.svelte` ### Type of Change - [x] Documentation (typo fix in code comments) These are minor cosmetic changes with no impact on functionality. --- <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 2026-05-13 16:15:22 -05: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#81839