mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #11234] [CLOSED] feat: Adding new Function for custom Knowledge parsing #22693
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/11234
Author: @DanielDowns
Created: 3/5/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (9)
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 logging1a51584Merge pull request #10939 from open-webui/dev4770285Merge pull request #11211 from open-webui/devd512a68Merge branch 'main' of https://github.com/DanielDowns/open-webui into parser_addition39c5512Merge pull request #1 from DanielDowns/parser_additiond06b6d7removed testing print statement📊 Changes
4 files changed (+325 additions, -200 deletions)
View changed files
📝
backend/open_webui/functions.py(+35 -1)📝
backend/open_webui/routers/retrieval.py(+68 -199)➕
backend/open_webui/utils/parser.py(+220 -0)📝
backend/open_webui/utils/plugin.py(+2 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Discussion is here.
Added
Changed
Example Plugin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.