mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #18090] [CLOSED] Asgem 149 add include knowledge button to chat button #63524
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/18090
Author: @Djcorn
Created: 10/6/2025
Status: ❌ Closed
Base:
main← Head:ASGEM-149-add-include-knowledge-button-to-chat-button📝 Commits (10+)
3a404c9added parsing type and basic tracinge0f5487default parsing now properly parses and uploadsf8e201fhandle all custom parsers and switch to default if none are provided7dd06c6removed original save function thats now in plugin. moved get_plugin() to correct module. DefaultParser is now named such with proper structure and loggingd512a68Merge branch 'main' of https://github.com/DanielDowns/open-webui into parser_addition39c5512Merge pull request #1 from DanielDowns/parser_additiond06b6d7removed testing print statementb4d94a1renamed PARSER_TYPE, modified return of DefaultParser::split, incorrect Parsers now properly throw Exceptionsbae2a64added deleting methods to parsersfb6dd86expanded verification to include new methods📊 Changes
14 files changed (+579 additions, -365 deletions)
View changed files
📝
backend/open_webui/functions.py(+94 -6)📝
backend/open_webui/retrieval/utils.py(+6 -1)📝
backend/open_webui/routers/files.py(+1 -4)📝
backend/open_webui/routers/knowledge.py(+102 -92)📝
backend/open_webui/routers/retrieval.py(+106 -255)📝
backend/open_webui/utils/middleware.py(+3 -0)➕
backend/open_webui/utils/parser.py(+217 -0)📝
backend/open_webui/utils/plugin.py(+3 -1)📝
backend/requirements.txt(+1 -0)📝
src/lib/apis/files/index.ts(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+7 -1)📝
src/lib/components/chat/MessageInput/InputMenu.svelte(+19 -0)📝
src/lib/components/common/RichTextInput.svelte(+10 -0)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+9 -4)📄 Description
Removed vestigial button for uploading a directory via the daemon
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.