mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #2880] [CLOSED] Fix dirty vector data bug #7919
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/2880
Author: @zhanghaocore
Created: 6/6/2024
Status: ❌ Closed
Base:
main← Head:fix_dirty_vector_data_bug📝 Commits (10+)
dbfcad1feat: title change6b791f0feat: ui customizationeab8a03update: sidebar layout2e1ca17update: icon & title replacement46a720efeat: hide doc in chat & ui updateb1844e4update: system name9fd67c0Merge pull request #1 from ciai-engineering/fe-dev6f864aeenable external hostc1ce535set workflow5f600f0update: change model select & add doc mng & bot name📊 Changes
43 files changed (+1169 additions, -434 deletions)
View changed files
📝
.github/workflows/build-release.yml(+6 -3)📝
.github/workflows/docker-build.yaml(+254 -252)➕
HelmDeploy.md(+42 -0)📝
backend/apps/rag/main.py(+3 -2)📝
backend/apps/web/routers/documents.py(+16 -0)📝
backend/config.py(+20 -7)➕
backend/static/favicon.ico(+0 -0)➕
copydata.sh(+11 -0)📝
kubernetes/helm/templates/_helpers.tpl(+13 -0)➕
kubernetes/helm/templates/hrwebui-deployment.yaml(+65 -0)➕
kubernetes/helm/templates/hrwebui-pvc.yaml(+27 -0)➕
kubernetes/helm/templates/hrwebui-service.yaml(+29 -0)📝
kubernetes/helm/templates/webui-deployment.yaml(+2 -0)📝
kubernetes/helm/templates/webui-pvc.yaml(+1 -1)📝
kubernetes/helm/templates/webui-service.yaml(+3 -2)📝
kubernetes/helm/values.yaml(+48 -3)📝
kubernetes/manifest/base/webui-deployment.yaml(+3 -1)📝
src/app.html(+3 -4)📝
src/lib/components/chat/MessageInput.svelte(+29 -16)📝
src/lib/components/chat/Messages/Placeholder.svelte(+17 -11)...and 23 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.