[PR #263] [MERGED] Add information about new ChromaDB environment variables #354

Closed
opened 2026-02-15 17:16:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/263
Author: @diwakar-s-maurya
Created: 10/31/2024
Status: Merged
Merged: 11/4/2024
Merged by: @tjbck

Base: devHead: patch-1


📝 Commits (10+)

📊 Changes

17 files changed (+959 additions, -134 deletions)

View changed files

.github/workflows/gh-pages.yml (+0 -55)
docs/api/index.md (+202 -0)
docs/getting-started/api.md (+0 -64)
📝 docs/getting-started/env-configuration.md (+74 -8)
📝 docs/getting-started/index.mdx (+145 -0)
📝 docs/intro.mdx (+1 -1)
📝 docs/pipelines/index.mdx (+4 -0)
📝 docs/tutorials/_category_.json (+1 -1)
📝 docs/tutorials/features/images.md (+8 -0)
📝 docs/tutorials/features/sso.md (+12 -0)
docs/tutorials/integrations/https-nginx.md (+40 -0)
docs/tutorials/integrations/openai-edge-tts-integration.md (+215 -0)
docs/tutorials/integrations/tab-nginx/LetsEncrypt.md (+108 -0)
docs/tutorials/integrations/tab-nginx/SelfSigned.md (+74 -0)
📝 docs/tutorials/plugin/functions/index.mdx (+2 -2)
📝 docs/tutorials/plugin/index.mdx (+72 -3)
📝 docusaurus.config.ts (+1 -0)

📄 Description

Infomation about new environment variables introduced in https://github.com/open-webui/open-webui/pull/6468


🔄 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/docs/pull/263 **Author:** [@diwakar-s-maurya](https://github.com/diwakar-s-maurya) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`44f1178`](https://github.com/open-webui/docs/commit/44f1178329fc9e6b4ffac2e031e2f09b79bb94f7) Merge pull request #234 from open-webui/dev - [`eacf1a7`](https://github.com/open-webui/docs/commit/eacf1a712c6562626cd51356e59311d85f5da829) Add pooling doc - [`6adfcef`](https://github.com/open-webui/docs/commit/6adfcefbf04a4d3d41cf49223f336a388dc361ec) Merge pull request #238 from Nowheresly/pooling - [`a4a115d`](https://github.com/open-webui/docs/commit/a4a115dda5701c27546bc70854d71188a0c357aa) wrong description fixed RAG_FILE_MAX_SIZE is MB not KB - [`46cd811`](https://github.com/open-webui/docs/commit/46cd8110ceb4045609ed28099535d0815f55a0f7) Update api.md - [`e67c700`](https://github.com/open-webui/docs/commit/e67c700fc42697d94a72e239b64e870f55b9b696) refac - [`75240c7`](https://github.com/open-webui/docs/commit/75240c7dc4fc56d2a0e2aa9f12a2faaf8caaf6d1) Update images.md - [`2beeb7b`](https://github.com/open-webui/docs/commit/2beeb7b4a432ae5b50e4fc5683308e1df124b022) Merge pull request #241 from Mushy-Snugglebites-badonkadonk/patch-1 - [`e467b16`](https://github.com/open-webui/docs/commit/e467b16d961af47d07ee755aba651dac8c35df6c) Merge pull request #240 from tcgumus/patch-1 - [`46255d3`](https://github.com/open-webui/docs/commit/46255d3a7bc22836d8f3b32746087215d4b3b586) fix ### 📊 Changes **17 files changed** (+959 additions, -134 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/gh-pages.yml` (+0 -55) ➕ `docs/api/index.md` (+202 -0) ➖ `docs/getting-started/api.md` (+0 -64) 📝 `docs/getting-started/env-configuration.md` (+74 -8) 📝 `docs/getting-started/index.mdx` (+145 -0) 📝 `docs/intro.mdx` (+1 -1) 📝 `docs/pipelines/index.mdx` (+4 -0) 📝 `docs/tutorials/_category_.json` (+1 -1) 📝 `docs/tutorials/features/images.md` (+8 -0) 📝 `docs/tutorials/features/sso.md` (+12 -0) ➕ `docs/tutorials/integrations/https-nginx.md` (+40 -0) ➕ `docs/tutorials/integrations/openai-edge-tts-integration.md` (+215 -0) ➕ `docs/tutorials/integrations/tab-nginx/LetsEncrypt.md` (+108 -0) ➕ `docs/tutorials/integrations/tab-nginx/SelfSigned.md` (+74 -0) 📝 `docs/tutorials/plugin/functions/index.mdx` (+2 -2) 📝 `docs/tutorials/plugin/index.mdx` (+72 -3) 📝 `docusaurus.config.ts` (+1 -0) </details> ### 📄 Description Infomation about new environment variables introduced in https://github.com/open-webui/open-webui/pull/6468 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:32 -05:00
yindo closed this issue 2026-02-15 17:16:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#354