Commit Graph

2187 Commits

Author SHA1 Message Date
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
DrMelone
e831bab795 Update banners.md 2026-02-23 21:05:12 +01:00
DrMelone
12b14a2dce Update action.mdx 2026-02-23 20:54:45 +01:00
DrMelone
71d5edbd4e iframe security 2026-02-23 20:52:23 +01:00
DrMelone
b1344d297b persistence of events docs 2026-02-23 20:47:09 +01:00
DrMelone
262c0e27af upd 2026-02-23 19:26:40 +01:00
DrMelone
5a7a32a364 default parameters models capabilities 2026-02-23 00:03:36 +01:00
DrMelone
88553d3891 docker hub 2026-02-22 23:33:04 +01:00
DrMelone
7a5b646e10 Update updating.mdx 2026-02-22 15:46:54 +01:00
Classic298
2bb159c60f Merge branch 'open-webui:dev' into dev 2026-02-22 15:26:57 +01:00
DrMelone
b4618757f1 dev 2026-02-22 15:25:39 +01:00
Classic298
9ebfd4ea73 Update index.mdx 2026-02-22 13:18:27 +01:00
DrMelone
091e1169c1 Update index.md 2026-02-21 23:53:52 +01:00
DrMelone
5f653c47e6 0.8.4 2026-02-21 23:20:11 +01:00
Timothy Jaeryang Baek
7f0e0b07d1 refac 2026-02-21 13:38:57 -06:00
DrMelone
f332f84460 oauth env var 2026-02-21 13:01:12 +01:00
DrMelone
9e66dd41db builtin file handling 2026-02-20 21:12:28 +01:00
Classic298
8956b4ddbc Update starting-with-anthropic.mdx 2026-02-20 10:30:19 +01:00
DrMelone
86f5022817 Update api-endpoints.md 2026-02-20 00:22:27 +01:00
DrMelone
a986455d3b Merge branch 'dev' of https://github.com/Classic298/docs into dev 2026-02-19 22:22:03 +01:00