106 Commits

Author SHA1 Message Date
Jakob Gruber
c17aaf3664 new google env var 2026-03-25 10:56:21 +01:00
Jakob Gruber
9d7f6db92d builtin tools and new env vars 2026-03-24 11:30:16 +01:00
Classic298
1b3b079e70 Merge pull request #1150 from open-webui/main 2026-03-23 23:53:48 +01:00
Timothy Jaeryang Baek
6da202b77a doc: open terminal 2026-03-21 02:47:33 -05:00
Thien Nguyen
66c716362b docs: add support mariadb-vector capabilities 2026-03-09 22:04:26 +07:00
DrMelone
26524efcee base64 warn 2026-03-07 21:33:14 +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
Timothy Jaeryang Baek
d215b8de09 refac 2026-03-01 16:39:19 -06: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
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
Classic298
257ac5ec7f Update manual-database-migration.md 2026-02-25 09:58:35 +01:00
DrMelone
5f653c47e6 0.8.4 2026-02-21 23:20:11 +01:00
DrMelone
9e66dd41db builtin file handling 2026-02-20 21:12:28 +01:00
DrMelone
a15906db85 upd 2026-02-19 22:20:14 +01:00
DrMelone
a23497346c pip install 2026-02-19 20:32:33 +01:00
DrMelone
6b34253f9e fixes 2026-02-19 19:47:04 +01:00
Timothy Jaeryang Baek
b989feaeae refac 2026-02-16 14:52:48 -06:00
Timothy Jaeryang Baek
e2238b83e7 refac 2026-02-16 14:52:30 -06:00
Claude
68c7feca10 Add cross-links between scaling guide and troubleshooting docs
- scaling.md: Link each step to relevant troubleshooting sections
  (DB corruption, WebSocket errors, login loops, worker crashes,
  file access issues, logging, OpenTelemetry)
- multi-replica.mdx: Add scaling guide link in intro and Related Docs,
  plus links to Redis and RAG troubleshooting
- performance.md: Add scaling guide link in Scaling Infrastructure section
- redis.md: Add scaling guide link in "When is Redis Required?"
- connection-error.mdx: Add links to Redis tutorial, scaling guide,
  and multi-replica WebSocket troubleshooting
- Helm.md: Add scaling guide link alongside existing HA guide link

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 13:02:57 +00:00
Classic298
cf5aeae702 Update rag.mdx 2026-02-16 13:30:26 +01:00
Claude
c270f4b934 Document ChromaDB SQLite limitation for multi-worker/multi-replica deployments
ChromaDB's default local PersistentClient uses SQLite which is not fork-safe.
When uvicorn forks multiple workers, concurrent writes crash workers instantly.
Added warnings and guidance across env config, HA/scaling, performance,
troubleshooting, Docker Swarm, Helm, Redis, RAG, and enterprise architecture docs.

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 11:04:51 +00:00
DrMelone
8edb316819 HTTPS moved 2026-02-14 11:37:32 +01:00
DrMelone
583d65e13b slugs 2026-02-14 01:19:41 +01:00
DrMelone
c10c8d15ec complete docs overhaul 2026-02-14 01:02:31 +01:00
DrMelone
4a67608f02 Update manual-database-migration.md 2026-02-13 10:51:42 +01:00
DrMelone
4363140777 Update manual-database-migration.md 2026-02-13 10:27:45 +01:00
DrMelone
26d98ea242 Update manual-database-migration.md 2026-02-13 10:14:06 +01:00
DrMelone
5923c5deda worker timeout fix 2026-02-12 22:32:33 +01:00
DrMelone
05b494add6 CoC 2026-02-08 17:30:21 +01:00
DrMelone
6ecf9275e4 nginx 2026-02-04 18:41:45 +01:00
DrMelone
75407a5189 updates 2026-01-22 17:07:10 +01:00
DrMelone
e005a46a51 NGINX CRITICAL BUFFERING CACHE PROXY 2026-01-11 18:04:38 +01:00
DrMelone
201fdaf102 file processing 2026-01-11 17:03:12 +01:00
DrMelone
9c64553b2f audio 2026-01-11 14:42:23 +01:00
DrMelone
1357ee1f7a update 2026-01-11 13:33:56 +01:00
DrMelone
e1df1b1f0e db connections 2026-01-10 11:32:12 +01:00
DrMelone
ac9a43d4c7 Update index.mdx 2026-01-09 23:49:04 +01:00
DrMelone
48b47ade0a 0.7.1 2026-01-09 23:45:45 +01:00
DrMelone
e38581b35c thinking 2026-01-07 22:58:36 +01:00
DrMelone
4c9060ad2b refac 2026-01-07 18:32:19 +01:00
DrMelone
a3405ccc93 fixes 2026-01-06 10:55:02 +01:00
DrMelone
353a924be4 http2 2026-01-05 21:12:04 +01:00
DrMelone
318dba90e6 new env var 2026-01-05 21:09:43 +01:00
DrMelone
5705555a71 reasoning 2026-01-04 14:28:29 +01:00
DrMelone
514d7a85e1 md header splitting min size merging min size target 2026-01-03 17:24:05 +01:00
DrMelone
e28b702f78 cloud 2026-01-02 16:29:14 +01:00
DrMelone
5736f54699 image gen 2026-01-01 15:36:16 +01:00
DrMelone
5f84f77720 env vars 2026-01-01 14:03:45 +01:00
DrMelone
b1579f203d model timeouts 2025-12-31 15:06:45 +01:00