@tjbck only issue was the capitalization in backend/open_webui/routers/retrieval.py but I also reordered the env vars to be more sensible. Will submit a PR for documentation on the feature as well. I've built out an "Environment" tab in admin for my personal setup that I'd love to share later that will let you configure and manage things deployed as env vars ie oidc config & drive secrets
🔄 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/8115
**Author:** [@taylorwilsdon](https://github.com/taylorwilsdon)
**Created:** 12/26/2024
**Status:** ✅ Merged
**Merged:** 12/26/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `fix_drive_integration`
---
### 📝 Commits (9)
- [`6f3e7ed`](https://github.com/open-webui/open-webui/commit/6f3e7ed0e9ee3d4fec521cf1646f28cc77e8460f) debug: Add console logs for Google Drive Integration state changes
- [`c7cec21`](https://github.com/open-webui/open-webui/commit/c7cec2131cef2982cce354d7a80eee6bdbb71994) debug: Add detailed logging for Google Drive Integration state changes
- [`1c7ff7b`](https://github.com/open-webui/open-webui/commit/1c7ff7b1dccdc48a191373fc3490aa2ef0b18b95) fix: Initialize enableGoogleDriveIntegration with default value
- [`909c94e`](https://github.com/open-webui/open-webui/commit/909c94e983ff364431a8bd631e7b662cf100e8ac) Fix Google Drive integration
- [`ea11521`](https://github.com/open-webui/open-webui/commit/ea115219610d5ff0c6a9a8e1c0d5bee1ff5bfe0b) Remove unnecessary logging
- [`1909112`](https://github.com/open-webui/open-webui/commit/190911206b68f4f8bb76ed28a93d8395508a89c0) Remove logging
- [`24a3148`](https://github.com/open-webui/open-webui/commit/24a314876bd7dd7ebbb0a42457a71cb3f1f43f5a) formatting
- [`3cfb650`](https://github.com/open-webui/open-webui/commit/3cfb6507c5f0b8cc0107c4936d84d0f06af79c97) Update .gitignore
- [`efc4ad9`](https://github.com/open-webui/open-webui/commit/efc4ad9f655c1c3e2d21ba476ca8440cce078274) Update Documents.svelte
### 📊 Changes
**2 files changed** (+12 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/config.py` (+11 -11)
📝 `backend/open_webui/routers/retrieval.py` (+1 -1)
</details>
### 📄 Description
@tjbck only issue was the capitalization in `backend/open_webui/routers/retrieval.py` but I also reordered the env vars to be more sensible. Will submit a PR for documentation on the feature as well. I've built out an "Environment" tab in admin for my personal setup that I'd love to share later that will let you configure and manage things deployed as env vars ie oidc config & drive secrets
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8115
Author: @taylorwilsdon
Created: 12/26/2024
Status: ✅ Merged
Merged: 12/26/2024
Merged by: @tjbck
Base:
dev← Head:fix_drive_integration📝 Commits (9)
6f3e7eddebug: Add console logs for Google Drive Integration state changesc7cec21debug: Add detailed logging for Google Drive Integration state changes1c7ff7bfix: Initialize enableGoogleDriveIntegration with default value909c94eFix Google Drive integrationea11521Remove unnecessary logging1909112Remove logging24a3148formatting3cfb650Update .gitignoreefc4ad9Update Documents.svelte📊 Changes
2 files changed (+12 additions, -12 deletions)
View changed files
📝
backend/open_webui/config.py(+11 -11)📝
backend/open_webui/routers/retrieval.py(+1 -1)📄 Description
@tjbck only issue was the capitalization in
backend/open_webui/routers/retrieval.pybut I also reordered the env vars to be more sensible. Will submit a PR for documentation on the feature as well. I've built out an "Environment" tab in admin for my personal setup that I'd love to share later that will let you configure and manage things deployed as env vars ie oidc config & drive secrets🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.