[PR #1049] [MERGED] Dev #1029

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/1049
Author: @Classic298
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @Classic298

Base: devHead: dev


📝 Commits (10+)

📊 Changes

21 files changed (+1105 additions, -48 deletions)

View changed files

docs/features/analytics/index.mdx (+342 -0)
docs/features/chat-features/follow-up-prompts.md (+47 -0)
📝 docs/features/chat-features/index.mdx (+2 -0)
📝 docs/features/index.mdx (+2 -0)
📝 docs/features/plugin/development/reserved-args.mdx (+21 -0)
📝 docs/features/plugin/functions/filter.mdx (+193 -13)
📝 docs/features/plugin/tools/index.mdx (+48 -29)
📝 docs/features/rag/index.md (+4 -0)
📝 docs/features/rbac/groups.md (+4 -0)
📝 docs/features/workspace/knowledge.md (+52 -0)
📝 docs/features/workspace/models.md (+1 -1)
📝 docs/getting-started/api-endpoints.md (+75 -0)
📝 docs/getting-started/env-configuration.mdx (+28 -2)
📝 docs/troubleshooting/performance.md (+40 -0)
📝 docs/tutorials/https/nginx.md (+145 -0)
📝 docs/tutorials/integrations/amazon-bedrock.md (+17 -0)
📝 docs/tutorials/integrations/redis.md (+54 -0)
📝 docs/tutorials/tab-nginx/LetsEncrypt.md (+6 -1)
📝 docs/tutorials/tab-nginx/NginxProxyManager.md (+14 -0)
📝 docs/tutorials/tab-nginx/SelfSigned.md (+5 -1)

...and 1 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/docs/pull/1049 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7089253`](https://github.com/open-webui/docs/commit/70892536f5dd2c3adfc36d749079dfe78b64bfe2) analytics - [`5c3f256`](https://github.com/open-webui/docs/commit/5c3f2562c0a291465bf9cdcc62937824f770ba60) redis - [`7a3a25e`](https://github.com/open-webui/docs/commit/7a3a25e23e093c17901794b55fe24bf329a07d88) Update env-configuration.mdx - [`8709187`](https://github.com/open-webui/docs/commit/8709187535a01a0471927ef15dcadcdd3ff8eefb) filters - [`3cebd1c`](https://github.com/open-webui/docs/commit/3cebd1c6e125dcf41df09bc63a43b4fdad8f0865) access control knowledge bases - [`a6512e6`](https://github.com/open-webui/docs/commit/a6512e6c861f342ac9bcd8a8625ad7022e47e6b8) follow up - [`6ecf927`](https://github.com/open-webui/docs/commit/6ecf9275e40121cc82dc9aa47ef3e106791c7923) nginx - [`9a6afbe`](https://github.com/open-webui/docs/commit/9a6afbe143f9afd28e1c109ef3b5e60d8e2910dd) Merge branch 'open-webui:dev' into dev - [`c3c4edd`](https://github.com/open-webui/docs/commit/c3c4edd32a86522a703e9136dfb79a09037dfeef) reranking - [`7cb717b`](https://github.com/open-webui/docs/commit/7cb717bdae7e584813b5b5f05ffd2c40edb5d46b) Merge branch 'dev' of https://github.com/Classic298/docs into dev ### 📊 Changes **21 files changed** (+1105 additions, -48 deletions) <details> <summary>View changed files</summary> ➕ `docs/features/analytics/index.mdx` (+342 -0) ➕ `docs/features/chat-features/follow-up-prompts.md` (+47 -0) 📝 `docs/features/chat-features/index.mdx` (+2 -0) 📝 `docs/features/index.mdx` (+2 -0) 📝 `docs/features/plugin/development/reserved-args.mdx` (+21 -0) 📝 `docs/features/plugin/functions/filter.mdx` (+193 -13) 📝 `docs/features/plugin/tools/index.mdx` (+48 -29) 📝 `docs/features/rag/index.md` (+4 -0) 📝 `docs/features/rbac/groups.md` (+4 -0) 📝 `docs/features/workspace/knowledge.md` (+52 -0) 📝 `docs/features/workspace/models.md` (+1 -1) 📝 `docs/getting-started/api-endpoints.md` (+75 -0) 📝 `docs/getting-started/env-configuration.mdx` (+28 -2) 📝 `docs/troubleshooting/performance.md` (+40 -0) 📝 `docs/tutorials/https/nginx.md` (+145 -0) 📝 `docs/tutorials/integrations/amazon-bedrock.md` (+17 -0) 📝 `docs/tutorials/integrations/redis.md` (+54 -0) 📝 `docs/tutorials/tab-nginx/LetsEncrypt.md` (+6 -1) 📝 `docs/tutorials/tab-nginx/NginxProxyManager.md` (+14 -0) 📝 `docs/tutorials/tab-nginx/SelfSigned.md` (+5 -1) _...and 1 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>
yindo added the pull-request label 2026-02-15 18:17:03 -05:00
yindo closed this issue 2026-02-15 18:17:03 -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#1029