mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #10170] [CLOSED] chore: remove 'process embedding while uploading files' #9271
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/10170
Author: @leantli
Created: 2/17/2025
Status: ❌ Closed
Base:
main← Head:chore/test_deploy📝 Commits (8)
33976ccchore: by default not collapse thinking (#1)faa3601build: add p1 oss deploy config (#4)7bc8630feat: bypass retrival on get_sources_from_files (#2)2dbc6ccchore: add log to test deploy72fb2eaupdate nginx config13af26echore: add log to discover problemea05ffdchore: remove while upload file add file to vector db996d0cfchore: remove process embedding while upload file📊 Changes
46 files changed (+1993 additions, -137 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+29 -25)➕
Makefile-bak(+33 -0)📝
backend/open_webui/config.py(+37 -37)📝
backend/open_webui/retrieval/utils.py(+14 -1)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+47 -46)📝
backend/open_webui/routers/retrieval.py(+24 -25)➕
deploy/backend/prod/Dockerfile(+43 -0)➕
deploy/backend/prod/build.sh(+26 -0)➕
deploy/backend/prod/entrypoint.sh(+3 -0)➕
deploy/backend/prod/gpt-oi-rest.yaml(+93 -0)➕
deploy/backend/services/docker-compose.yml(+13 -0)➕
deploy/backend/services/gpt-oi-rest.service(+14 -0)➕
deploy/backend/test/Dockerfile(+45 -0)➕
deploy/backend/test/build.sh(+27 -0)➕
deploy/backend/test/entrypoint.sh(+3 -0)➕
deploy/backend/test/gpt-oi-rest.yaml(+93 -0)➕
deploy/gpt-oi-web/prod/Dockerfile(+28 -0)➕
deploy/gpt-oi-web/prod/build.sh(+24 -0)➕
deploy/gpt-oi-web/prod/entrypoint.sh(+2 -0)...and 26 more files
📄 Description
Changelog Entry
Description
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.