mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #15797] [CLOSED] feat: show all knowledge collections #46992
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/15797
Author: @chrispahm
Created: 7/16/2025
Status: ❌ Closed
Base:
dev← Head:fix-public-knowledge-collections📝 Commits (2)
53f2092feat: show all knowledge collectionsf3c5ca1i18n: Fix typo in de-DE translation📊 Changes
11 files changed (+142 additions, -81 deletions)
View changed files
📝
src/lib/components/workspace/Knowledge.svelte(+32 -18)📝
src/lib/components/workspace/Knowledge/KnowledgeBase.svelte(+97 -59)📝
src/lib/components/workspace/Knowledge/KnowledgeBase/Files.svelte(+2 -1)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -1)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+1 -0)📝
src/lib/i18n/locales/it-IT/translation.json(+1 -0)📝
src/lib/i18n/locales/nl-NL/translation.json(+1 -0)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/workspace/knowledge/+page.svelte(+3 -2)📄 Description
Discussion: https://github.com/open-webui/open-webui/discussions/15315
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
Added
knowledgeListstore to track all available knowledge collectionscheckWriteAccessfunction to determine user permissions for knowledge collections"Select a file to view"across all supported localesChanged
dismissibleparameter to control delete functionalityDeprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.