Original PR: https://github.com/open-webui/open-webui/pull/10939 Author: @tjbck Created: 2/27/2025 Status: ✅ Merged Merged: 3/5/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
cdc13e9
a381ffc
4a2a12f
8aa6415
f865a23
b061775
d7b18b6
febc9ab
203dfde
c5cfcc1
139 files changed (+3694 additions, -1688 deletions)
➖ .github/ISSUE_TEMPLATE/bug_report.md (+0 -80) ➕ .github/ISSUE_TEMPLATE/bug_report.yaml (+144 -0) 📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+7 -7) 📝 .github/workflows/docker-build.yaml (+3 -3) 📝 CHANGELOG.md (+18 -0) 📝 backend/open_webui/config.py (+28 -9) 📝 backend/open_webui/env.py (+13 -12) 📝 backend/open_webui/main.py (+19 -7) 📝 backend/open_webui/retrieval/utils.py (+7 -0) 📝 backend/open_webui/retrieval/vector/connector.py (+4 -0) ➕ backend/open_webui/retrieval/vector/dbs/elasticsearch.py (+274 -0) 📝 backend/open_webui/retrieval/vector/dbs/milvus.py (+2 -2) 📝 backend/open_webui/retrieval/vector/dbs/opensearch.py (+28 -21) ➕ backend/open_webui/retrieval/web/perplexity.py (+87 -0) 📝 backend/open_webui/routers/audio.py (+1 -1) 📝 backend/open_webui/routers/auths.py (+12 -6) 📝 backend/open_webui/routers/functions.py (+1 -1) 📝 backend/open_webui/routers/images.py (+8 -2) 📝 backend/open_webui/routers/ollama.py (+3 -3) 📝 backend/open_webui/routers/openai.py (+5 -7)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/docker-build.yaml
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/connector.py
backend/open_webui/retrieval/vector/dbs/elasticsearch.py
backend/open_webui/retrieval/vector/dbs/milvus.py
backend/open_webui/retrieval/vector/dbs/opensearch.py
backend/open_webui/retrieval/web/perplexity.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/functions.py
backend/open_webui/routers/images.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10939
Author: @tjbck
Created: 2/27/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
cdc13e9chore: Fix unnecessary whitespace issuesa381ffcrevert4a2a12ffeat: scaffolding for logit_bias8aa6415include logit_bias in form_dataf865a23Merge remote-tracking branch 'upstream/main'b061775feat: add perplexity integration to web searchd7b18b6chore: use logging.getLevelNamesMapping()febc9abMerge remote-tracking branch 'upstream/main'203dfdeUpdate deprecated msal-browser version to the latestc5cfcc1chore: cleanup📊 Changes
139 files changed (+3694 additions, -1688 deletions)
View changed files
➖
.github/ISSUE_TEMPLATE/bug_report.md(+0 -80)➕
.github/ISSUE_TEMPLATE/bug_report.yaml(+144 -0)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+7 -7)📝
.github/workflows/docker-build.yaml(+3 -3)📝
CHANGELOG.md(+18 -0)📝
backend/open_webui/config.py(+28 -9)📝
backend/open_webui/env.py(+13 -12)📝
backend/open_webui/main.py(+19 -7)📝
backend/open_webui/retrieval/utils.py(+7 -0)📝
backend/open_webui/retrieval/vector/connector.py(+4 -0)➕
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+274 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+28 -21)➕
backend/open_webui/retrieval/web/perplexity.py(+87 -0)📝
backend/open_webui/routers/audio.py(+1 -1)📝
backend/open_webui/routers/auths.py(+12 -6)📝
backend/open_webui/routers/functions.py(+1 -1)📝
backend/open_webui/routers/images.py(+8 -2)📝
backend/open_webui/routers/ollama.py(+3 -3)📝
backend/open_webui/routers/openai.py(+5 -7)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.