Original PR: https://github.com/open-webui/open-webui/pull/5744 Author: @tjbck Created: 9/26/2024 Status: ✅ Merged Merged: 10/7/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
550075b
b3517c6
d784d5c
f2ec020
92dd173
1d8b3b8
6d764ee
677c36c
6afc686
f7aba20
186 files changed (+9332 additions, -2714 deletions)
📝 .github/ISSUE_TEMPLATE/bug_report.md (+4 -0) 📝 .github/ISSUE_TEMPLATE/feature_request.md (+6 -0) 📝 .github/workflows/format-backend.yaml (+1 -1) 📝 .github/workflows/format-build-frontend.yaml (+2 -2) 📝 .github/workflows/integration-test.yml (+4 -1) 📝 .github/workflows/lint-backend.disabled (+1 -1) 📝 CHANGELOG.md (+36 -0) 📝 Dockerfile (+4 -4) 📝 README.md (+3 -3) 📝 backend/open_webui/apps/audio/main.py (+137 -96) 📝 backend/open_webui/apps/ollama/main.py (+5 -2) 📝 backend/open_webui/apps/openai/main.py (+10 -6) ➕ backend/open_webui/apps/retrieval/loaders/main.py (+190 -0) 📝 backend/open_webui/apps/retrieval/main.py (+411 -685) ➕ backend/open_webui/apps/retrieval/models/colbert.py (+81 -0) 📝 backend/open_webui/apps/retrieval/utils.py (+59 -47) 📝 backend/open_webui/apps/retrieval/vector/connector.py (+4 -4) 📝 backend/open_webui/apps/retrieval/vector/dbs/chroma.py (+54 -19) 📝 backend/open_webui/apps/retrieval/vector/dbs/milvus.py (+94 -13) 📝 backend/open_webui/apps/retrieval/vector/main.py (+0 -0)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/integration-test.yml
.github/workflows/lint-backend.disabled
CHANGELOG.md
Dockerfile
README.md
backend/open_webui/apps/audio/main.py
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/apps/retrieval/loaders/main.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/retrieval/models/colbert.py
backend/open_webui/apps/retrieval/utils.py
backend/open_webui/apps/retrieval/vector/connector.py
backend/open_webui/apps/retrieval/vector/dbs/chroma.py
backend/open_webui/apps/retrieval/vector/dbs/milvus.py
backend/open_webui/apps/retrieval/vector/main.py
...and 80 more files
Resolves #3129 #3527
🔄 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/5744
Author: @tjbck
Created: 9/26/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
550075bfix: action button not workingb3517c6fix: multi model chat infinite loop issued784d5crefacf2ec020refac: styling92dd173refac1d8b3b8refac6d764eefeat: retrieval whole document mode677c36crefac6afc686refacf7aba20refac📊 Changes
186 files changed (+9332 additions, -2714 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+4 -0)📝
.github/ISSUE_TEMPLATE/feature_request.md(+6 -0)📝
.github/workflows/format-backend.yaml(+1 -1)📝
.github/workflows/format-build-frontend.yaml(+2 -2)📝
.github/workflows/integration-test.yml(+4 -1)📝
.github/workflows/lint-backend.disabled(+1 -1)📝
CHANGELOG.md(+36 -0)📝
Dockerfile(+4 -4)📝
README.md(+3 -3)📝
backend/open_webui/apps/audio/main.py(+137 -96)📝
backend/open_webui/apps/ollama/main.py(+5 -2)📝
backend/open_webui/apps/openai/main.py(+10 -6)➕
backend/open_webui/apps/retrieval/loaders/main.py(+190 -0)📝
backend/open_webui/apps/retrieval/main.py(+411 -685)➕
backend/open_webui/apps/retrieval/models/colbert.py(+81 -0)📝
backend/open_webui/apps/retrieval/utils.py(+59 -47)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -4)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+54 -19)📝
backend/open_webui/apps/retrieval/vector/dbs/milvus.py(+94 -13)📝
backend/open_webui/apps/retrieval/vector/main.py(+0 -0)...and 80 more files
📄 Description
Resolves #3129 #3527
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.