mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #8217] [MERGED] fix: Add missing request parameter to knowledge and retrieval routes #8978
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/8217
Author: @gabriel-ecegi
Created: 12/30/2024
Status: ✅ Merged
Merged: 12/30/2024
Merged by: @tjbck
Base:
dev← Head:batch_fix📝 Commits (2)
ba2964cfix: missing parameter46e5770refac: formatting📊 Changes
2 files changed (+9 additions, -2 deletions)
View changed files
📝
backend/open_webui/routers/knowledge.py(+4 -1)📝
backend/open_webui/routers/retrieval.py(+5 -1)📄 Description
fix: Add missing request parameter to knowledge and retrieval routes
Pull Request Checklist
devbranchfixprefix as this corrects a parameter omissionChangelog Entry
Fixed
requestparameter to knowledge route/knowledge/{id}/files/batch/addrequestparameter to retrieval route/process/files/batchAdditional Information
Simple fix to add missing request parameter needed for proper file processing operations. The request object is required for handling file uploads and vector DB operations correctly.
No breaking changes or new dependencies were introduced.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.