mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 14:43:33 -04:00
refac
This commit is contained in:
+16
-1
@@ -7,14 +7,23 @@ hide_title: true
|
||||
|
||||
|
||||
import { SponsorList } from "@site/src/components/SponsorList";
|
||||
import ThemedImage from '@theme/ThemedImage';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
# Open WebUI
|
||||
|
||||
**Open WebUI is an [extensible](https://docs.openwebui.com/features/extensibility/plugin/), feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline.** It supports **Ollama** and **OpenAI-compatible APIs**, making it a powerful, provider-agnostic solution for both local and cloud-based models.
|
||||
|
||||

|
||||
<ThemedImage
|
||||
alt="Open WebUI: a self-hosted AI platform connecting local and cloud models with tools and knowledge"
|
||||
sources={{
|
||||
light: useBaseUrl('/images/banners/home-light.svg'),
|
||||
dark: useBaseUrl('/images/banners/home-dark.svg'),
|
||||
}}
|
||||
style={{ width: '100%', margin: '0.25rem 0 1.75rem' }}
|
||||
/>
|
||||
|
||||

|
||||

|
||||
@@ -33,6 +42,12 @@ docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-
|
||||
|
||||
Then open [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
<img
|
||||
alt="Open WebUI chat screen after startup"
|
||||
src={useBaseUrl('/images/demo.png')}
|
||||
style={{ width: '100%', maxWidth: 760, margin: '0.75rem 0 1rem' }}
|
||||
/>
|
||||
|
||||
For GPU support, Docker Compose, and more → [Full Docker guide](/getting-started/quick-start)
|
||||
|
||||
</TabItem>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 380">
|
||||
<defs>
|
||||
<clipPath id="home-dark-svg-diagram"><rect x="486" y="96" width="636" height="196"/></clipPath>
|
||||
</defs>
|
||||
<rect width="1200" height="380" fill="#050505"/>
|
||||
<path d="M0 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M40 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M80 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M120 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M160 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M200 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M240 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M280 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M320 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M360 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M400 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M440 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M480 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M520 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M560 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M600 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M640 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M680 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M720 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M760 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M800 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M840 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M880 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M920 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M960 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1000 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1040 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1080 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1120 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1160 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M1200 0V380" stroke="#1a1a1a" opacity="0.28"/><path d="M0 0H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 40H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 80H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 120H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 160H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 200H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 240H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 280H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 320H1200" stroke="#1a1a1a" opacity="0.28"/><path d="M0 360H1200" stroke="#1a1a1a" opacity="0.28"/>
|
||||
<rect x="32" y="32" width="1136" height="316" fill="none" stroke="#3a3a3a" stroke-width="1"/>
|
||||
<path d="M32 86H1168M432 32V348M32 300H1168" stroke="#3a3a3a" stroke-width="1"/>
|
||||
|
||||
<text x="56" y="64" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="12" fill="#9a9a9a" opacity="0.9" text-anchor="start">OPEN WEBUI</text>
|
||||
<text x="56" y="110" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="12" fill="#ff6a00" opacity="1" text-anchor="start">SELF-HOSTED AI PLATFORM</text>
|
||||
<text x="54" y="160" font-family="Helvetica Neue, Helvetica, Arial, sans-serif" font-size="36" font-weight="400" fill="#f5f5f5" opacity="1" text-anchor="start">Open WebUI</text>
|
||||
<text x="58" y="198" font-family="Helvetica Neue, Helvetica, Arial, sans-serif" font-size="17" font-weight="350" fill="#9a9a9a" opacity="0.9" text-anchor="start">local / extensible / private</text>
|
||||
<path d="M58 234H398" stroke="#3a3a3a" opacity="0.55"/><text x="58" y="247" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#9a9a9a" opacity="0.7" text-anchor="start">01</text><text x="92" y="247" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#f5f5f5" opacity="0.86" text-anchor="start">MODELS</text><path d="M58 252H398" stroke="#3a3a3a" opacity="0.55"/><text x="58" y="265" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#9a9a9a" opacity="0.7" text-anchor="start">02</text><text x="92" y="265" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#f5f5f5" opacity="0.86" text-anchor="start">TOOLS</text><path d="M58 270H398" stroke="#3a3a3a" opacity="0.55"/><text x="58" y="283" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#9a9a9a" opacity="0.7" text-anchor="start">03</text><text x="92" y="283" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#f5f5f5" opacity="0.86" text-anchor="start">KNOWLEDGE</text><path d="M58 288H398" stroke="#3a3a3a" opacity="0.55"/>
|
||||
|
||||
|
||||
<rect x="486" y="96" width="636" height="196" fill="#0f0f0f" stroke="#3a3a3a"/>
|
||||
<g clip-path="url(#home-dark-svg-diagram)">
|
||||
<path d="M526 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M566 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M606 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M646 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M686 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M726 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M766 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M806 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M846 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M886 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M926 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M966 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M1006 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M1046 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M1086 96V292" stroke="#1a1a1a" opacity="0.24"/><path d="M486 136H1122" stroke="#1a1a1a" opacity="0.24"/><path d="M486 176H1122" stroke="#1a1a1a" opacity="0.24"/><path d="M486 216H1122" stroke="#1a1a1a" opacity="0.24"/><path d="M486 256H1122" stroke="#1a1a1a" opacity="0.24"/>
|
||||
|
||||
<g transform="translate(804 194) scale(0.8) translate(-804 -194)">
|
||||
<path d="M592 120L804 188" stroke="#3a3a3a"/><rect x="534" y="98" width="116" height="44" fill="#161616" stroke="#3a3a3a"/><text x="592" y="124" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#f5f5f5" opacity="0.9" text-anchor="middle">LOCAL</text><path d="M1016 120L804 188" stroke="#3a3a3a"/><rect x="958" y="98" width="116" height="44" fill="#161616" stroke="#3a3a3a"/><text x="1016" y="124" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#f5f5f5" opacity="0.9" text-anchor="middle">CLOUD</text><path d="M592 256L804 188" stroke="#3a3a3a"/><rect x="534" y="234" width="116" height="44" fill="#161616" stroke="#3a3a3a"/><text x="592" y="260" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#f5f5f5" opacity="0.9" text-anchor="middle">TOOLS</text><path d="M1016 256L804 188" stroke="#3a3a3a"/><rect x="958" y="234" width="116" height="44" fill="#161616" stroke="#3a3a3a"/><text x="1016" y="260" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#f5f5f5" opacity="0.9" text-anchor="middle">KNOWLEDGE</text><rect x="700" y="132" width="208" height="112" fill="#000000" stroke="#ff6a00" stroke-width="2"/><path d="M700 166H908M746 132V244" stroke="#3a3a3a"/><text x="804" y="156" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="11" fill="#ff6a00" opacity="1" text-anchor="middle">OPEN WEBUI</text><text x="724" y="206" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#9a9a9a" opacity="0.9" text-anchor="middle">CHAT</text><path d="M774 196H872M774 214H844" stroke="#ff6a00" stroke-width="2"/><text x="804" y="292" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#ff6a00" opacity="1" text-anchor="middle">RUN ANY MODEL</text>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="486" y="96" width="636" height="196" fill="none" stroke="#3a3a3a"/>
|
||||
|
||||
<text x="56" y="324" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#606060" opacity="0.72" text-anchor="start" dominant-baseline="middle">DOCS</text>
|
||||
<text x="1120" y="324" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#606060" opacity="0.72" text-anchor="end" dominant-baseline="middle">HOME</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
@@ -0,0 +1,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 380">
|
||||
<defs>
|
||||
<clipPath id="home-light-svg-diagram"><rect x="486" y="96" width="636" height="196"/></clipPath>
|
||||
</defs>
|
||||
<rect width="1200" height="380" fill="#ffffff"/>
|
||||
<path d="M0 0V380" stroke="#eceff2" opacity="0.28"/><path d="M40 0V380" stroke="#eceff2" opacity="0.28"/><path d="M80 0V380" stroke="#eceff2" opacity="0.28"/><path d="M120 0V380" stroke="#eceff2" opacity="0.28"/><path d="M160 0V380" stroke="#eceff2" opacity="0.28"/><path d="M200 0V380" stroke="#eceff2" opacity="0.28"/><path d="M240 0V380" stroke="#eceff2" opacity="0.28"/><path d="M280 0V380" stroke="#eceff2" opacity="0.28"/><path d="M320 0V380" stroke="#eceff2" opacity="0.28"/><path d="M360 0V380" stroke="#eceff2" opacity="0.28"/><path d="M400 0V380" stroke="#eceff2" opacity="0.28"/><path d="M440 0V380" stroke="#eceff2" opacity="0.28"/><path d="M480 0V380" stroke="#eceff2" opacity="0.28"/><path d="M520 0V380" stroke="#eceff2" opacity="0.28"/><path d="M560 0V380" stroke="#eceff2" opacity="0.28"/><path d="M600 0V380" stroke="#eceff2" opacity="0.28"/><path d="M640 0V380" stroke="#eceff2" opacity="0.28"/><path d="M680 0V380" stroke="#eceff2" opacity="0.28"/><path d="M720 0V380" stroke="#eceff2" opacity="0.28"/><path d="M760 0V380" stroke="#eceff2" opacity="0.28"/><path d="M800 0V380" stroke="#eceff2" opacity="0.28"/><path d="M840 0V380" stroke="#eceff2" opacity="0.28"/><path d="M880 0V380" stroke="#eceff2" opacity="0.28"/><path d="M920 0V380" stroke="#eceff2" opacity="0.28"/><path d="M960 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1000 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1040 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1080 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1120 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1160 0V380" stroke="#eceff2" opacity="0.28"/><path d="M1200 0V380" stroke="#eceff2" opacity="0.28"/><path d="M0 0H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 40H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 80H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 120H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 160H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 200H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 240H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 280H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 320H1200" stroke="#eceff2" opacity="0.28"/><path d="M0 360H1200" stroke="#eceff2" opacity="0.28"/>
|
||||
<rect x="32" y="32" width="1136" height="316" fill="none" stroke="#d4d7dc" stroke-width="1"/>
|
||||
<path d="M32 86H1168M432 32V348M32 300H1168" stroke="#d4d7dc" stroke-width="1"/>
|
||||
|
||||
<text x="56" y="64" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="12" fill="#585858" opacity="0.9" text-anchor="start">OPEN WEBUI</text>
|
||||
<text x="56" y="110" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="12" fill="#ff6a00" opacity="1" text-anchor="start">SELF-HOSTED AI PLATFORM</text>
|
||||
<text x="54" y="160" font-family="Helvetica Neue, Helvetica, Arial, sans-serif" font-size="36" font-weight="400" fill="#111111" opacity="1" text-anchor="start">Open WebUI</text>
|
||||
<text x="58" y="198" font-family="Helvetica Neue, Helvetica, Arial, sans-serif" font-size="17" font-weight="350" fill="#585858" opacity="0.9" text-anchor="start">local / extensible / private</text>
|
||||
<path d="M58 234H398" stroke="#d4d7dc" opacity="0.55"/><text x="58" y="247" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#585858" opacity="0.7" text-anchor="start">01</text><text x="92" y="247" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#111111" opacity="0.86" text-anchor="start">MODELS</text><path d="M58 252H398" stroke="#d4d7dc" opacity="0.55"/><text x="58" y="265" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#585858" opacity="0.7" text-anchor="start">02</text><text x="92" y="265" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#111111" opacity="0.86" text-anchor="start">TOOLS</text><path d="M58 270H398" stroke="#d4d7dc" opacity="0.55"/><text x="58" y="283" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="8.5" fill="#585858" opacity="0.7" text-anchor="start">03</text><text x="92" y="283" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="9.5" fill="#111111" opacity="0.86" text-anchor="start">KNOWLEDGE</text><path d="M58 288H398" stroke="#d4d7dc" opacity="0.55"/>
|
||||
|
||||
|
||||
<rect x="486" y="96" width="636" height="196" fill="#ffffff" stroke="#d4d7dc"/>
|
||||
<g clip-path="url(#home-light-svg-diagram)">
|
||||
<path d="M526 96V292" stroke="#eceff2" opacity="0.24"/><path d="M566 96V292" stroke="#eceff2" opacity="0.24"/><path d="M606 96V292" stroke="#eceff2" opacity="0.24"/><path d="M646 96V292" stroke="#eceff2" opacity="0.24"/><path d="M686 96V292" stroke="#eceff2" opacity="0.24"/><path d="M726 96V292" stroke="#eceff2" opacity="0.24"/><path d="M766 96V292" stroke="#eceff2" opacity="0.24"/><path d="M806 96V292" stroke="#eceff2" opacity="0.24"/><path d="M846 96V292" stroke="#eceff2" opacity="0.24"/><path d="M886 96V292" stroke="#eceff2" opacity="0.24"/><path d="M926 96V292" stroke="#eceff2" opacity="0.24"/><path d="M966 96V292" stroke="#eceff2" opacity="0.24"/><path d="M1006 96V292" stroke="#eceff2" opacity="0.24"/><path d="M1046 96V292" stroke="#eceff2" opacity="0.24"/><path d="M1086 96V292" stroke="#eceff2" opacity="0.24"/><path d="M486 136H1122" stroke="#eceff2" opacity="0.24"/><path d="M486 176H1122" stroke="#eceff2" opacity="0.24"/><path d="M486 216H1122" stroke="#eceff2" opacity="0.24"/><path d="M486 256H1122" stroke="#eceff2" opacity="0.24"/>
|
||||
|
||||
<g transform="translate(804 194) scale(0.8) translate(-804 -194)">
|
||||
<path d="M592 120L804 188" stroke="#d4d7dc"/><rect x="534" y="98" width="116" height="44" fill="#f6f7f8" stroke="#d4d7dc"/><text x="592" y="124" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#111111" opacity="0.9" text-anchor="middle">LOCAL</text><path d="M1016 120L804 188" stroke="#d4d7dc"/><rect x="958" y="98" width="116" height="44" fill="#f6f7f8" stroke="#d4d7dc"/><text x="1016" y="124" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#111111" opacity="0.9" text-anchor="middle">CLOUD</text><path d="M592 256L804 188" stroke="#d4d7dc"/><rect x="534" y="234" width="116" height="44" fill="#f6f7f8" stroke="#d4d7dc"/><text x="592" y="260" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#111111" opacity="0.9" text-anchor="middle">TOOLS</text><path d="M1016 256L804 188" stroke="#d4d7dc"/><rect x="958" y="234" width="116" height="44" fill="#f6f7f8" stroke="#d4d7dc"/><text x="1016" y="260" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#111111" opacity="0.9" text-anchor="middle">KNOWLEDGE</text><rect x="700" y="132" width="208" height="112" fill="#ffffff" stroke="#ff6a00" stroke-width="2"/><path d="M700 166H908M746 132V244" stroke="#d4d7dc"/><text x="804" y="156" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="11" fill="#ff6a00" opacity="1" text-anchor="middle">OPEN WEBUI</text><text x="724" y="206" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#585858" opacity="0.9" text-anchor="middle">CHAT</text><path d="M774 196H872M774 214H844" stroke="#ff6a00" stroke-width="2"/><text x="804" y="292" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#ff6a00" opacity="1" text-anchor="middle">RUN ANY MODEL</text>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="486" y="96" width="636" height="196" fill="none" stroke="#d4d7dc"/>
|
||||
|
||||
<text x="56" y="324" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#888888" opacity="0.72" text-anchor="start" dominant-baseline="middle">DOCS</text>
|
||||
<text x="1120" y="324" font-family="JetBrains Mono, SFMono-Regular, Menlo, Consolas, monospace" font-size="10" fill="#888888" opacity="0.72" text-anchor="end" dominant-baseline="middle">HOME</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
@@ -5,8 +5,16 @@ Open WebUI documentation is available as regular HTML and raw Markdown.
|
||||
Start at https://docs.openwebui.com/sitemap.xml to discover pages.
|
||||
For any docs page, append `.md` for Markdown or `.txt` for plain text.
|
||||
|
||||
Use https://docs.openwebui.com/search?q=YOUR_QUERY for canonical docs search.
|
||||
The search endpoint uses Open WebUI's deterministic docs ranking:
|
||||
1. Split the query into lowercase keywords.
|
||||
2. Search URL paths and Markdown content separately.
|
||||
3. Rank by number of distinct keyword hits; break ties with shorter paths.
|
||||
4. Prefer path matches first, then content matches, deduplicated.
|
||||
|
||||
Example:
|
||||
- https://docs.openwebui.com/features/extensibility/mcp
|
||||
- https://docs.openwebui.com/features/extensibility/mcp.md
|
||||
- https://docs.openwebui.com/search?q=mcp%20notion
|
||||
|
||||
Use canonical HTML URLs when citing sources.
|
||||
|
||||
Reference in New Issue
Block a user