mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #24345] [CLOSED] Adding More Feedback on the process of importing files into knowledege with external vectorizer Docling-serve. #66466
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/24345
Author: @jannefleischer
Created: 5/4/2026
Status: ❌ Closed
Base:
dev← Head:feat-knowledgestatus📝 Commits (7)
0d65baefeat: feat-knowledgestatusc4ad851feat: enhance knowledge linking and idempotency checks for file processing - files are added to knowledge even if frontend is not open anymore.08e64f0fix: merged old spinner with new show-original-document link975fec8feat: preserve local in-flight placeholders during polling refresh in KnowledgeBase1b03fb1feat: add endpoint and API call to retrieve pending files by knowledge ID726ed50feat: implement startup cleanup for stuck processing files and enhance docling task resumptionef066a4feat: refactor file retrieval methods to use async sessions and improve knowledge file fetching📊 Changes
14 files changed (+1358 additions, -95 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+209 -0)📝
backend/open_webui/models/files.py(+53 -0)📝
backend/open_webui/retrieval/loaders/main.py(+487 -24)📝
backend/open_webui/retrieval/utils.py(+15 -4)📝
backend/open_webui/routers/files.py(+31 -1)📝
backend/open_webui/routers/knowledge.py(+57 -1)📝
backend/open_webui/routers/retrieval.py(+101 -4)📝
backend/open_webui/utils/middleware.py(+116 -31)📝
src/lib/apis/files/index.ts(+15 -1)📝
src/lib/apis/knowledge/index.ts(+28 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+19 -2)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+116 -21)📝
src/lib/components/workspace/Knowledge/KnowledgeBase/Files.svelte(+99 -6)📄 Description
(wip)
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.