mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10867] [CLOSED] perf: parallel query #61465
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/10867
Author: @leantli
Created: 2/27/2025
Status: ❌ Closed
Base:
main← Head:feat/parallel_query📝 Commits (10+)
33976ccchore: by default not collapse thinking (#1)faa3601build: add p1 oss deploy config (#4)7bc8630feat: bypass retrival on get_sources_from_files (#2)fbd75c3chore: update configf6872a9chore: remove 'process embedding while uploading files' (#5)31bd3b0Merge remote-tracking branch 'upstream/main'8d2d5a0feat:enable full search & fix source_idx & beautify web_page content & prompt deafult response lang from en to zh (#6)46ad283build: remove docker image proxy (#7)e831332fix: request trust env to use proxy (#8)d376219fix: search error due to timeout (#10)📊 Changes
148 files changed (+269514 additions, -2343 deletions)
View changed files
📝
.github/workflows/release-pypi.yml(+1 -1)📝
.gitignore(+1 -0)📝
CHANGELOG.md(+25 -0)📝
Makefile(+29 -25)➕
Makefile-bak(+33 -0)📝
backend/open_webui/config.py(+142 -46)📝
backend/open_webui/internal/db.py(+4 -2)📝
backend/open_webui/main.py(+23 -1)📝
backend/open_webui/retrieval/utils.py(+141 -27)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+47 -46)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+13 -11)➕
backend/open_webui/retrieval/web/tavily_exa.py(+72 -0)📝
backend/open_webui/retrieval/web/utils.py(+416 -52)📝
backend/open_webui/routers/audio.py(+13 -3)📝
backend/open_webui/routers/auths.py(+2 -1)📝
backend/open_webui/routers/configs.py(+12 -0)📝
backend/open_webui/routers/files.py(+16 -9)📝
backend/open_webui/routers/images.py(+64 -0)📝
backend/open_webui/routers/ollama.py(+15 -2)📝
backend/open_webui/routers/openai.py(+10 -4)...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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.