mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #22991] [CLOSED] fix: correct typos in elasticsearch.py and KnowledgeBase.svelte #114276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22991
Author: @nil957
Created: 3/24/2026
Status: ❌ Closed
Base:
main← Head:fix-typos📝 Commits (1)
04cd440fix: 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
seperating→separatinginbackend/open_webui/retrieval/vector/dbs/elasticsearch.pybaesd→basedinbackend/open_webui/retrieval/vector/dbs/elasticsearch.pyseperate→separatelyinsrc/lib/components/workspace/Knowledge/KnowledgeBase.svelteType of Change
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.