mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #2812] [CLOSED] feat: show warning for deleted files context #7905
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/2812
Author: @jonathan-rohde
Created: 6/4/2024
Status: ❌ Closed
Base:
dev← Head:feat/show-warning-for-deleted-files-context📝 Commits (7)
3c97fa5feat(chat): show warning for missing documentsc3944f4feat(chat): add en_gb, en_us and de translationb26267bfeat(chat): make test independent of underlying llm0a1d633feat(chat): add e2e test50837bcfeat(chat): revert unintended config changes0179204feat(chat): formatting1fb6510feat(chat): add placeholder translation entries📊 Changes
45 files changed (+392 additions, -18 deletions)
View changed files
📝
backend/apps/rag/utils.py(+9 -6)📝
backend/main.py(+16 -5)➕
cypress/data/example-doc.txt(+9 -0)📝
cypress/e2e/chat.cy.ts(+115 -4)📝
src/lib/apis/streaming/index.ts(+5 -0)📝
src/lib/components/chat/Chat.svelte(+11 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+10 -0)📝
src/lib/components/common/Tags/TagInput.svelte(+2 -1)📝
src/lib/components/documents/Settings/General.svelte(+2 -0)📝
src/lib/components/workspace/Documents.svelte(+3 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+6 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+6 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+6 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+6 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+6 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+6 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+6 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+6 -0)📝
src/lib/i18n/locales/en-US/translation.json(+6 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+6 -0)...and 25 more files
📄 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
Added
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.