mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #3610] [CLOSED] feat: bulk document tagging #60150
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/3610
Author: @moblangeois
Created: 7/3/2024
Status: ❌ Closed
Base:
dev← Head:feature/bulk-document-tagging📝 Commits (2)
6ef533afeat: Implement bulk (un)tag for selected documentse3a2323feat: Implement bulk (un)tag for selected documents📊 Changes
3 files changed (+141 additions, -20 deletions)
View changed files
📝
backend/apps/webui/routers/documents.py(+39 -0)📝
src/lib/apis/documents/index.ts(+33 -0)📝
src/lib/components/workspace/Documents.svelte(+69 -20)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
This pull request implements bulk tagging and untagging functionality for selected documents, addressing the feature request in issue #3110. This enhancement improves workflow efficiency by allowing users to manage tags for multiple documents simultaneously.
Added
Changed
Fixed
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.