[PR #3323] [MERGED] 0.3.6 #8016

Closed
opened 2025-11-11 17:42:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3323
Author: @tjbck
Created: 6/20/2024
Status: Merged
Merged: 6/27/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

178 files changed (+12190 additions, -2614 deletions)

View changed files

📝 .github/workflows/integration-test.yml (+33 -15)
📝 CHANGELOG.md (+30 -0)
📝 backend/apps/audio/main.py (+1 -1)
📝 backend/apps/images/main.py (+34 -12)
📝 backend/apps/ollama/main.py (+47 -165)
📝 backend/apps/openai/main.py (+27 -8)
📝 backend/apps/rag/main.py (+82 -10)
📝 backend/apps/rag/search/brave.py (+8 -3)
📝 backend/apps/rag/search/duckduckgo.py (+7 -4)
📝 backend/apps/rag/search/google_pse.py (+9 -3)
backend/apps/rag/search/jina_search.py (+41 -0)
📝 backend/apps/rag/search/main.py (+12 -1)
📝 backend/apps/rag/search/searxng.py (+9 -3)
📝 backend/apps/rag/search/serper.py (+7 -3)
📝 backend/apps/rag/search/serply.py (+5 -3)
📝 backend/apps/rag/search/serpstack.py (+9 -3)
📝 backend/apps/rag/utils.py (+10 -10)
📝 backend/apps/webui/internal/db.py (+21 -6)
backend/apps/webui/internal/migrations/014_add_files.py (+55 -0)
backend/apps/webui/internal/migrations/015_add_functions.py (+61 -0)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3323 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9e7b7a8`](https://github.com/open-webui/open-webui/commit/9e7b7a895e77149fac9c99338f5a7b51549c8ac3) refac: file upload - [`8398662`](https://github.com/open-webui/open-webui/commit/83986620ee6595fcd6a879490c71c5708db3d315) refac - [`b4bdea6`](https://github.com/open-webui/open-webui/commit/b4bdea6d85047e58aeab80941d9a1ac78e61f0b7) fix: files - [`d931607`](https://github.com/open-webui/open-webui/commit/d93160799f03be4aadbcd3db2b9fadb7ce8f067a) refac: files - [`eb21750`](https://github.com/open-webui/open-webui/commit/eb21750466f852dd00a094dd0cfbc5f5e8048abc) fix: files - [`20e4f6c`](https://github.com/open-webui/open-webui/commit/20e4f6cc164564254d0db08eb11248fc2644c25d) refac - [`1a22ae5`](https://github.com/open-webui/open-webui/commit/1a22ae54a2e60ed13a8de2e82b41c43943f6ad58) fix: styling - [`9fa8633`](https://github.com/open-webui/open-webui/commit/9fa8633dcb7e511fea7f7bb2befc8a0defd99579) fix: styling - [`d5a1030`](https://github.com/open-webui/open-webui/commit/d5a10300003971e4b139dbc4fed97a1ce140f929) refac: uploads delete - [`3502684`](https://github.com/open-webui/open-webui/commit/35026849dfc5e1ea4458252d2a014567151c85b0) refac: styling ### 📊 Changes **178 files changed** (+12190 additions, -2614 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/integration-test.yml` (+33 -15) 📝 `CHANGELOG.md` (+30 -0) 📝 `backend/apps/audio/main.py` (+1 -1) 📝 `backend/apps/images/main.py` (+34 -12) 📝 `backend/apps/ollama/main.py` (+47 -165) 📝 `backend/apps/openai/main.py` (+27 -8) 📝 `backend/apps/rag/main.py` (+82 -10) 📝 `backend/apps/rag/search/brave.py` (+8 -3) 📝 `backend/apps/rag/search/duckduckgo.py` (+7 -4) 📝 `backend/apps/rag/search/google_pse.py` (+9 -3) ➕ `backend/apps/rag/search/jina_search.py` (+41 -0) 📝 `backend/apps/rag/search/main.py` (+12 -1) 📝 `backend/apps/rag/search/searxng.py` (+9 -3) 📝 `backend/apps/rag/search/serper.py` (+7 -3) 📝 `backend/apps/rag/search/serply.py` (+5 -3) 📝 `backend/apps/rag/search/serpstack.py` (+9 -3) 📝 `backend/apps/rag/utils.py` (+10 -10) 📝 `backend/apps/webui/internal/db.py` (+21 -6) ➕ `backend/apps/webui/internal/migrations/014_add_files.py` (+55 -0) ➕ `backend/apps/webui/internal/migrations/015_add_functions.py` (+61 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:42:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8016