DrMelone
27f851e258
docs: add pipe-specific event persistence warnings for emit_message overwrite behavior
2026-03-08 02:06:47 +01:00
DrMelone
26524efcee
base64 warn
2026-03-07 21:33:14 +01:00
DrMelone
b59c33df5b
Update index.md
2026-03-07 13:32:07 +01:00
DrMelone
89986fb04a
docs: add WEBSOCKET_EVENT_CALLER_TIMEOUT env var documentation
2026-03-06 23:14:24 +01:00
DrMelone
8e5af451bf
docs: correct reasoning content cross-turn behavior
...
Reasoning content IS sent back to the API across turns, not stripped. Updated the Chat History note, Important Notes section, and FAQ to accurately reflect that Open WebUI serializes reasoning with original tags and includes it in assistant messages for subsequent requests.
2026-03-06 21:00:11 +01:00
DrMelone
0037f77caf
Update import-export.md
2026-03-05 20:04:31 +01:00
DrMelone
f9178b0b52
Update index.md
2026-03-04 21:32:34 +01:00
Classic298
4fe6f3a404
Merge pull request #1129 from open-webui/main
2026-03-04 18:39:26 +01:00
Classic298
ba7bdaf632
Merge pull request #1128 from open-webui/dev
2026-03-04 18:36:38 +01:00
Classic298
7b2d0775d3
Merge pull request #1127 from Classic298/dev
2026-03-04 18:36:21 +01:00
DrMelone
09ec4c234f
Update events.mdx
2026-03-04 18:31:54 +01:00
DrMelone
47dbed2c99
capabilities
2026-03-04 18:03:55 +01:00
DrMelone
95590d2462
Update sso.mdx
2026-03-04 17:45:35 +01:00
Classic298
1ab5b3d60a
Merge pull request #1126 from idanzairi302/codex/unraid-beginner-safe-docs
...
docs: add beginner-safe Unraid deployment guide
2026-03-04 12:26:16 +01:00
Idan Zairi
fafb49f9d8
docs: move Unraid guide to tutorials/integrations
2026-03-04 12:30:16 +02:00
Idan Zairi
fcae985570
docs: add beginner-safe Unraid deployment guide
2026-03-04 12:22:43 +02:00
Classic298
7cfe5d0194
Update langfuse.md
2026-03-03 20:52:08 +01:00
Classic298
232faefdb8
Merge pull request #1123 from open-webui/dev
2026-03-03 16:44:08 +01:00
Classic298
f3d6929003
Update events.mdx
2026-03-03 16:43:17 +01:00
Classic298
f9bbb830c2
Merge pull request #1122 from open-webui/main
2026-03-03 14:07:45 +01:00
Classic298
446f6127f0
Merge pull request #1121 from open-webui/Classic298-patch-1
2026-03-03 14:07:14 +01:00
Classic298
1f8c11b67c
Update banners.md
2026-03-03 13:46:59 +01:00
Classic298
b3596304f1
Merge pull request #1120 from open-webui/dev
2026-03-03 09:26:04 +01:00
Classic298
3e5a20c837
Merge pull request #1119 from Classic298/dev
2026-03-03 09:25:48 +01:00
DrMelone
e8e616389d
Update index.md
2026-03-03 00:00:37 +01:00
Classic298
c354fe3b4e
Merge pull request #1118 from open-webui/main
2026-03-02 23:57:58 +01:00
Classic298
8b36687819
Merge pull request #1117 from josephsellers/fix/agentic-search-default-features-docs
2026-03-02 17:45:15 +01:00
josephsellers
257be16faf
docs: Add missing Default Features step to agentic search setup
...
The agentic search setup guide omits that Web Search must be enabled
under Default Features in the model settings. Without this, the
search_web and fetch_url tools are not injected in Native Mode, even
when the Web Search capability and Builtin Tools are both enabled.
This was confirmed as the root cause of non-functional agentic search
in v0.8.7 and relates to the behavioral change introduced in commits
c46ef3b and f1a1e64 (open-webui/open-webui#20641 ).
[Used Claude Code 🤖 ]
2026-03-02 16:37:37 +00:00
Timothy Jaeryang Baek
1113fd80f4
refac
2026-03-01 16:55:41 -06:00
Timothy Jaeryang Baek
2e462b807f
refac
2026-03-01 16:51:46 -06:00
Timothy Jaeryang Baek
d215b8de09
refac
2026-03-01 16:39:19 -06:00
Classic298
bd384b74e6
Merge pull request #1116 from open-webui/dev
2026-03-01 22:15:27 +01:00
Classic298
8364b2cb25
Merge pull request #1115 from open-webui/main
2026-03-01 21:27:25 +01:00
Classic298
0170b7b0be
Merge pull request #1094 from jfahrenkrug/jfahrenkrug/add_process_url_docs
2026-03-01 21:26:34 +01:00
Classic298
5f6ea789ab
Merge pull request #1111 from felixhummel/patch-1
2026-03-01 20:23:31 +01:00
Classic298
594ee696c7
Merge pull request #1113 from woernfl/patch-1
2026-03-01 20:16:35 +01:00
Classic298
60bed7dcd0
Merge pull request #1109 from Classic298/dev
2026-03-01 20:16:19 +01:00
DrMelone
fe034a78fe
Update index.md
2026-03-01 18:20:31 +01:00
Classic
73252556c1
docs: file browser inline editing, file creation, toolbar enhancements
...
- Add inline text file editing capability (edit/save/cancel)
- Add new file creation from toolbar
- Add source/preview toggle for Markdown and CSV files
- Add image view reset button
- Move download to toolbar context
- Reflects commits 234306f, 3d535db, d2b3812
2026-03-01 14:15:09 +01:00
Classic
0232e9216e
docs: OAuth 2.1 MCP tools cannot be default tools (known limitation)
...
- Add warning to MCP auth section explaining the interactive browser
redirect requirement that prevents OAuth 2.1 tools from working
as default/pre-enabled tools on models
- Add troubleshooting entry for 'Failed to connect to MCP server'
when caused by OAuth 2.1 default tool misconfiguration
- Document workaround: manually enable per-chat via + button
2026-03-01 11:40:00 +01:00
Classic298
9a55aa33be
Merge branch 'dev' into dev
2026-03-01 11:28:35 +01:00
Classic
8b82aeb68e
fix: broken link /features/access-security -> /features/access-security/rbac/groups
2026-03-01 11:28:14 +01:00
Classic298
b0f3bec290
Merge pull request #1114 from open-webui/main
2026-03-01 11:28:08 +01:00
Classic
7bd5bdb18e
docs: frontend vs backend networking for connections
...
- Add Networking & Connectivity section to Open Terminal docs
- Request origin table (admin=backend, user=browser)
- Common symptoms table (502, localhost resolution, timeouts)
- Warning about same URL different results with reverse proxy example
- Quick test command to verify backend reachability
- Add general Frontend vs Backend Connections section to connection-error.mdx
- Core rule table explaining what localhost means in each context
- Cross-references to Open Terminal and Tool Server networking docs
- Covers the #1 source of connection confusion across all features
2026-03-01 11:27:09 +01:00
Timothy Jaeryang Baek
5b09e8a267
Update index.md
2026-03-01 03:15:08 -06:00
Classic
db1ca1a342
docs: performance best practices, scaling, and tool calling legacy/native
...
- Mark Default (prompt-based) tool calling as legacy; recommend Native Mode
- Document KV cache breaking in Default Mode, system tools only in Native
- Updated comparison table with Status, KV Cache, System Tools rows
- Add Content Extraction Engine section (pypdf memory leak warning, Tika/Docling)
- Add Embedding Engine section (SentenceTransformers RAM warning at scale)
- Add Common Anti-Patterns section with 6 real-world scaling mistakes
- Add Redis Tuning subsection (timeout, maxclients, single instance sufficiency)
- Expand Profile 3 with content extraction, embeddings, tool calling, Redis
- New Step 6 in scaling guide: Fix Content Extraction & Embeddings
- Quick reference table: add Ext. Content Extraction and Ext. Embeddings columns
- Add CONTENT_EXTRACTION_ENGINE and RAG_EMBEDDING_ENGINE to minimum env vars
2026-02-28 21:31:11 +01:00
Florian Woerner
c229420849
Remove duplicate YouTube Loader heading
...
Removed redundant heading for YouTube Loader section.
2026-02-28 20:30:20 +01:00
Classic
f2fba91aa7
docs: open terminal integration, terminal selector, admin config, env vars
...
- Add TERMINAL_SERVER_CONNECTIONS env var documentation
- Rewrite 'Connecting to Open WebUI' with admin-configured, user-configured, and generic methods
- Document terminal selector (System vs Direct), enable/disable toggles, access control
- Document authentication types (Bearer, Session, OAuth, None)
- Update display_file endpoint to note native Open WebUI event handling
- Add CSV/TSV preview to file browser capabilities
- Rename 'Admin Settings → Tools' to 'Admin Settings → Integrations' (skills.md, open-terminal)
2026-02-28 15:27:34 +01:00
DrMelone
3200adab2b
Update index.md
2026-02-26 22:58:11 +01:00
DrMelone
e861d63757
Update index.mdx
2026-02-26 21:04:35 +01:00