mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #13484] [CLOSED] feat/rag #10008
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/13484
Author: @a-ayesh
Created: 5/4/2025
Status: ❌ Closed
Base:
main← Head:feat/rag📝 Commits (2)
6b24f92feat/vaultbot: openwebui to vaultbot asset and identity migration44d0eedfeat/data: processed and enriched data for rag📊 Changes
128 files changed (+4619 additions, -3077 deletions)
View changed files
📝
.gitignore(+2 -0)📝
README.md(+34 -34)📝
TROUBLESHOOTING.md(+7 -7)📝
backend/open_webui/__init__.py(+1 -1)📝
backend/open_webui/env.py(+3 -3)📝
backend/open_webui/main.py(+2 -2)📝
backend/open_webui/retrieval/web/searxng.py(+1 -1)📝
backend/open_webui/routers/audio.py(+6 -6)📝
backend/open_webui/routers/ollama.py(+10 -10)📝
backend/open_webui/routers/openai.py(+7 -7)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)📝
backend/open_webui/static/favicon-96x96.png(+0 -0)📝
backend/open_webui/static/favicon-dark.png(+0 -0)📝
backend/open_webui/static/favicon.ico(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/site.webmanifest(+1 -1)📝
backend/open_webui/static/splash-dark.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)📝
backend/open_webui/static/web-app-manifest-192x192.png(+0 -0)📝
backend/open_webui/static/web-app-manifest-512x512.png(+0 -0)...and 80 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
Changed
Deprecated
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, 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.