[PR #1374] [MERGED] fix #7449

Closed
opened 2025-11-11 17:26:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1374
Author: @tjbck
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • ee38b3c Enhance DATA_DIR handling in main.py and docker-compose configuration
  • 144c905 Improve logging. Move print() statements to appropiate log().
  • 68cfdd8 Small simplification
  • 4ddb7e1 fix: error message
  • 587a8c5 Merge pull request #1370 from lainedfles/logging-improvements
  • cef6764 Spellchecking
  • 2f23325 Merge branch 'dev' into fix/data-dir-handling
  • 1b5c92d revert: prompt suggestion change
  • 7563619 Merge pull request #1368 from Patrice-Gaudicheau/fix/data-dir-handling
  • a6c154d feat: rag context logging

📊 Changes

14 files changed (+60 additions, -33 deletions)

View changed files

📝 .github/workflows/format-backend.yaml (+1 -1)
📝 Makefile (+2 -0)
📝 backend/apps/images/main.py (+3 -3)
📝 backend/apps/images/utils/comfyui.py (+13 -7)
📝 backend/apps/ollama/main.py (+2 -2)
📝 backend/apps/rag/main.py (+3 -3)
📝 backend/apps/rag/utils.py (+2 -0)
📝 backend/config.py (+2 -0)
📝 backend/main.py (+8 -5)
📝 backend/utils/webhook.py (+9 -2)
📝 package.json (+1 -0)
📝 src/app.css (+4 -0)
📝 src/routes/(app)/+page.svelte (+5 -5)
📝 src/routes/(app)/c/[id]/+page.svelte (+5 -5)

📄 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/1374 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ee38b3c`](https://github.com/open-webui/open-webui/commit/ee38b3c84d09ea727c3daed6d39262a8cb305454) Enhance DATA_DIR handling in main.py and docker-compose configuration - [`144c905`](https://github.com/open-webui/open-webui/commit/144c9059a30193d228a8a2bcf4a1bfe98426aee6) Improve logging. Move `print()` statements to appropiate `log()`. - [`68cfdd8`](https://github.com/open-webui/open-webui/commit/68cfdd89c401b51da2ddd51f2da2f9dde456b57b) Small simplification - [`4ddb7e1`](https://github.com/open-webui/open-webui/commit/4ddb7e124ee1495279c3d06f4cd426c1ff14ff72) fix: error message - [`587a8c5`](https://github.com/open-webui/open-webui/commit/587a8c59921a7ba96b1e0548ae795247271a5222) Merge pull request #1370 from lainedfles/logging-improvements - [`cef6764`](https://github.com/open-webui/open-webui/commit/cef676429f71aab41508f574a71e50ea73fc40c5) Spellchecking - [`2f23325`](https://github.com/open-webui/open-webui/commit/2f23325c90bc0d2416c93352b4f4f084e097dc80) Merge branch 'dev' into fix/data-dir-handling - [`1b5c92d`](https://github.com/open-webui/open-webui/commit/1b5c92d66c5321b32fc3712ae61e48af5658e270) revert: prompt suggestion change - [`7563619`](https://github.com/open-webui/open-webui/commit/7563619e26ed1333016564b8eb7e2bc4ac7cac37) Merge pull request #1368 from Patrice-Gaudicheau/fix/data-dir-handling - [`a6c154d`](https://github.com/open-webui/open-webui/commit/a6c154d8393dfee0456d92209aef1dc4906927d1) feat: rag context logging ### 📊 Changes **14 files changed** (+60 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/format-backend.yaml` (+1 -1) 📝 `Makefile` (+2 -0) 📝 `backend/apps/images/main.py` (+3 -3) 📝 `backend/apps/images/utils/comfyui.py` (+13 -7) 📝 `backend/apps/ollama/main.py` (+2 -2) 📝 `backend/apps/rag/main.py` (+3 -3) 📝 `backend/apps/rag/utils.py` (+2 -0) 📝 `backend/config.py` (+2 -0) 📝 `backend/main.py` (+8 -5) 📝 `backend/utils/webhook.py` (+9 -2) 📝 `package.json` (+1 -0) 📝 `src/app.css` (+4 -0) 📝 `src/routes/(app)/+page.svelte` (+5 -5) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+5 -5) </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:26:38 -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#7449