[PR #299] [CLOSED] Update tools docs #388

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/299
Author: @michaelpoluektov
Created: 11/21/2024
Status: Closed

Base: devHead: patch-1


📝 Commits (10+)

  • ac15c4d docs: Add RAG tutorial for OpenWebUI
  • ab6a6ed fix: Remove trailing whitespace from rag-tutorial.md
  • 13df25e fix: Apply Prettier formatting to docusaurus.config.ts to fix CI
  • 49e570d fix: Apply Prettier formatting to docusaurus.config.ts to fix CI
  • f0f737a add Authenik details to sso.md
  • 5a9a9f4 sso.md: few fixes for Authentik config docs
  • 4551079 Merge pull request #260 from matthewhand/feature-rag-tutorial-from-scratch
  • bcae187 Merge pull request #262 from SlavikCA/patch-1
  • 3d29bbf Merge pull request #261 from matthewhand/hotfix/docusaurus-prettier-fix
  • 361d992 Merge branch 'open-webui:main' into main

📊 Changes

77 files changed (+2147 additions, -1006 deletions)

View changed files

.github/workflows/gh-pages.yml (+55 -0)
📝 docs/contributing.mdx (+4 -14)
📝 docs/features/chat-params.md (+2 -2)
docs/features/conversation-organization.md (+35 -0)
docs/features/evaluation/index.mdx (+126 -0)
📝 docs/features/images.md (+2 -2)
📝 docs/features/index.mdx (+3 -1)
📝 docs/features/ollama.md (+1 -1)
📝 docs/features/openai.md (+1 -1)
📝 docs/features/plugin/functions/actions.md (+0 -0)
📝 docs/features/plugin/functions/index.mdx (+0 -0)
📝 docs/features/plugin/index.mdx (+0 -0)
📝 docs/features/plugin/tools/index.mdx (+57 -2)
📝 docs/features/rag.md (+0 -0)
📝 docs/features/sso.md (+24 -8)
docs/features/url-params.md (+94 -0)
📝 docs/features/web_search.md (+0 -0)
📝 docs/features/whitelist.md (+0 -0)
📝 docs/features/workspace/index.mdx (+0 -0)
docs/features/workspace/knowledge.md (+56 -0)

...and 57 more files

📄 Description

A bunch of stuff that was added a while ago, plus this:

https://github.com/open-webui/open-webui/pull/7182


🔄 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/299 **Author:** [@michaelpoluektov](https://github.com/michaelpoluektov) **Created:** 11/21/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`ac15c4d`](https://github.com/open-webui/docs/commit/ac15c4db618abee817c0ca6cbee0cac6469c9cd7) docs: Add RAG tutorial for OpenWebUI - [`ab6a6ed`](https://github.com/open-webui/docs/commit/ab6a6edcf3b2e8e0ab0025d1e35ec70901b94472) fix: Remove trailing whitespace from rag-tutorial.md - [`13df25e`](https://github.com/open-webui/docs/commit/13df25eebb819cef8b4a8856ea47ffaf2108eb63) fix: Apply Prettier formatting to docusaurus.config.ts to fix CI - [`49e570d`](https://github.com/open-webui/docs/commit/49e570d1f2165a63a57e12429184abe83740f6b5) fix: Apply Prettier formatting to docusaurus.config.ts to fix CI - [`f0f737a`](https://github.com/open-webui/docs/commit/f0f737a1a9790e740f4af0231ee4eae8e97a9650) add Authenik details to sso.md - [`5a9a9f4`](https://github.com/open-webui/docs/commit/5a9a9f4a77e71fffe048322c75ff797a5558fff0) sso.md: few fixes for Authentik config docs - [`4551079`](https://github.com/open-webui/docs/commit/455107952cd6e5c3d9004bd2ef91bc3f0915f46a) Merge pull request #260 from matthewhand/feature-rag-tutorial-from-scratch - [`bcae187`](https://github.com/open-webui/docs/commit/bcae187526736d4ad4612ef28d61886b7bb5f661) Merge pull request #262 from SlavikCA/patch-1 - [`3d29bbf`](https://github.com/open-webui/docs/commit/3d29bbffce0bf4f2ec34a17b2bb28ccb99e0dcb5) Merge pull request #261 from matthewhand/hotfix/docusaurus-prettier-fix - [`361d992`](https://github.com/open-webui/docs/commit/361d992075963b6e1ef82671c126327b15d8e62c) Merge branch 'open-webui:main' into main ### 📊 Changes **77 files changed** (+2147 additions, -1006 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/gh-pages.yml` (+55 -0) 📝 `docs/contributing.mdx` (+4 -14) 📝 `docs/features/chat-params.md` (+2 -2) ➕ `docs/features/conversation-organization.md` (+35 -0) ➕ `docs/features/evaluation/index.mdx` (+126 -0) 📝 `docs/features/images.md` (+2 -2) 📝 `docs/features/index.mdx` (+3 -1) 📝 `docs/features/ollama.md` (+1 -1) 📝 `docs/features/openai.md` (+1 -1) 📝 `docs/features/plugin/functions/actions.md` (+0 -0) 📝 `docs/features/plugin/functions/index.mdx` (+0 -0) 📝 `docs/features/plugin/index.mdx` (+0 -0) 📝 `docs/features/plugin/tools/index.mdx` (+57 -2) 📝 `docs/features/rag.md` (+0 -0) 📝 `docs/features/sso.md` (+24 -8) ➕ `docs/features/url-params.md` (+94 -0) 📝 `docs/features/web_search.md` (+0 -0) 📝 `docs/features/whitelist.md` (+0 -0) 📝 `docs/features/workspace/index.mdx` (+0 -0) ➕ `docs/features/workspace/knowledge.md` (+56 -0) _...and 57 more files_ </details> ### 📄 Description A bunch of stuff that was added a while ago, plus this: https://github.com/open-webui/open-webui/pull/7182 --- <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:42 -05:00
yindo closed this issue 2026-02-15 17:16:42 -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#388