DrMelone
ccc666dc17
docs: emphasize Pyodide cannot install additional libraries, update complete package list
2026-03-08 02:48:13 +01:00
DrMelone
d17fa6bace
docs: add Pyodide performance/library limitation warnings for heavy workloads
2026-03-08 02:34:30 +01:00
DrMelone
89a230808d
docs: update code interpreter docs for persistent Pyodide FS, file browser, and Jupyter legacy status
2026-03-08 02:31:52 +01:00
DrMelone
1823165165
new env var
2026-03-08 02:07:06 +01:00
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
ba7bdaf632
Merge pull request #1128 from open-webui/dev
2026-03-04 18:36:38 +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
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
f3d6929003
Update events.mdx
2026-03-03 16:43:17 +01:00
Classic298
1f8c11b67c
Update banners.md
2026-03-03 13:46:59 +01:00
DrMelone
e8e616389d
Update index.md
2026-03-03 00:00:37 +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
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
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
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
Felix Hummel
c5cdb10154
custom CA cert: use SSL_CERT_FILE
...
REQUESTS_CA_BUNDLE is proprietary to requests.
SSL_CERT_FILE is part of [PEP 476](https://peps.python.org/pep-0476/#trust-database ).
Requests supports SSL_CERT_FILE too: https://github.com/psf/requests/issues/2899
2026-02-26 14:21:50 +01:00
DrMelone
3debd30336
open terminal
2026-02-25 22:58:03 +01:00
DrMelone
a97def5dc3
Update index.md
2026-02-25 22:54:03 +01:00
DrMelone
da62449f78
Update index.md
2026-02-25 22:34:55 +01:00
DrMelone
a87cca9834
0.8.6
2026-02-25 22:25:34 +01:00
DrMelone
ccfb129ac6
new env vars 0.8.6
2026-02-25 22:11:14 +01:00
Johannes Fahrenkrug
3ea9464565
docs: Add docs for process/web endpoint
...
Add docs that also document the new overwrite parameter.
This is related to https://github.com/open-webui/open-webui/pull/21613
2026-02-25 11:16:31 +01:00
Classic298
257ac5ec7f
Update manual-database-migration.md
2026-02-25 09:58:35 +01:00
DrMelone
7e83524a09
anthropic and filters
2026-02-24 18:16:57 +01:00