781 Commits

Author SHA1 Message Date
DrMelone
8bdc1116bc dev 2026-03-22 16:24:01 +01:00
sirj0k3r
564acd3bea * Updated development.md with MariaDB installation steps
Added instructions for installing MariaDB Connector/C on various operating systems.
2026-03-17 18:02:53 +00:00
Thien Nguyen
66c716362b docs: add support mariadb-vector capabilities 2026-03-09 22:04:26 +07:00
Tomer
78c6f5d562 docs(development.md): rendered the backtick on the vscode explanation correctly 2026-03-03 21:14:52 +02: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
DrMelone
a87cca9834 0.8.6 2026-02-25 22:25:34 +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
88553d3891 docker hub 2026-02-22 23:33:04 +01:00
DrMelone
7a5b646e10 Update updating.mdx 2026-02-22 15:46:54 +01:00
DrMelone
b4618757f1 dev 2026-02-22 15:25:39 +01:00
DrMelone
5f653c47e6 0.8.4 2026-02-21 23:20:11 +01:00
Classic298
8956b4ddbc Update starting-with-anthropic.mdx 2026-02-20 10:30:19 +01:00
Classic298
c956c64acc Merge branch 'dev' into dev 2026-02-18 23:00:32 +01:00
DrMelone
f133aa922a 0.8.4 2026-02-18 22:55:38 +01:00
jgoutin
4086ec191f docs(AWS Bedrock): Add alternative integrations and remove outdated Bedrock models registration 2026-02-18 00:00:40 +01:00
Timothy Jaeryang Baek
485e7186ce refac 2026-02-16 15:08:50 -06:00
Timothy Jaeryang Baek
49e4307f2c refac 2026-02-16 15:01:24 -06: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
7abd88a60a Restore full tutorial content and images for MiniMax, Amazon Bedrock, and Lemonade tabs
The previous restructuring condensed detailed provider tutorials into minimal
tabs, dropping all screenshots and step-by-step instructions. This restores:
- MiniMax: full 4-step guide with all 4 screenshots (API key, connection, chat)
- Amazon Bedrock: full 4-step guide with all 4 screenshots (models, BAG, connection, UI)
- Lemonade: installation steps with server and connection screenshots

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 14:12:25 +00:00
Classic298
11725907d5 Update starting-with-openai-compatible.mdx 2026-02-16 14:42:55 +01:00
Classic298
0820dd09ae Update scaling.md 2026-02-16 14:36:36 +01:00
Claude
a867a681b7 Add missing provider tabs: Llama.cpp, Azure OpenAI, LiteLLM
- Cloud Providers: Added Azure OpenAI tab (with provider type toggle
  instructions and link to EntraID tutorial) and LiteLLM tab
- Local Servers: Added Llama.cpp tab with quick start command and
  link to the dedicated Llama.cpp guide

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 13:25:16 +00:00
Claude
9830bc151b Restructure OpenAI provider pages with tabbed mini-tutorials
- OpenAI page: Focus on OpenAI/Azure only, link to compatible page
  for all other providers
- OpenAI-Compatible page: Complete rewrite with tabbed provider guides
  - Cloud tabs: Anthropic, Google Gemini, DeepSeek, Mistral, Groq,
    Perplexity, MiniMax, OpenRouter, Amazon Bedrock
  - Local tabs: Lemonade, LM Studio, vLLM, LocalAI, Docker Model Runner
  - Added prominent warning about /models endpoint failing for some
    providers (Anthropic, Perplexity, MiniMax) with solution table
  - Fixed Google Gemini URL (removed trailing slash)
- Deleted minimax.md and amazon-bedrock.md tutorials (content moved
  into the compatible page tabs)

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 13:17:10 +00: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
Claude
e9e15395cb Add vector DB requirements and correct storage guidance in scaling guide
- Added Step 4 (Switch to External Vector Database) explaining why default
  ChromaDB crashes in multi-process setups, with a comparison table of
  alternatives (PGVector, Milvus, Qdrant, Pinecone, ChromaDB HTTP mode)
- Corrected Step 5 (file storage): shared filesystem (NFS) is sufficient,
  cloud storage (S3) is optional. Files use UUID-based names so no write
  conflicts occur between processes.
- Updated architecture diagram, env var examples, and quick reference table
  to include vector DB column and clarify storage requirements.

https://claude.ai/code/session_01TPoquFdHG6dZxRrZ4Jormh
2026-02-16 12:51:55 +00:00
Classic298
58f74c22e1 Merge pull request #1082 from open-webui/dev
Document ChromaDB SQLite limitation for multi-worker/multi-replica de…
2026-02-16 13:33:49 +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
Classic298
500526ab41 Merge pull request #1077 from open-webui/dev
0.8.2
2026-02-16 09:31:03 +01:00
Timothy Jaeryang Baek
9ae1ad897d refac 2026-02-16 02:25:43 -06:00
DrMelone
f6ce4c4245 ver 2026-02-16 00:39:21 +01:00
DrMelone
583d65e13b slugs 2026-02-14 01:19:41 +01:00
DrMelone
380196a2b9 prettier 2026-02-14 01:03:59 +01:00
DrMelone
c10c8d15ec complete docs overhaul 2026-02-14 01:02:31 +01:00
DrMelone
6e35ee70ff openresponses api endpoint 2026-02-13 22:31:50 +01:00
DrMelone
c3649b13c0 scim 2026-02-13 22:27:30 +01:00
Classic298
161a0de44f Merge pull request #1059 from sawansri/lemonade
Update lemonade docs
2026-02-13 19:18:45 +01:00
DrMelone
17631e81d6 update env vars 2026-02-13 18:53:35 +01:00
Sawan Srivastava
bb23951f27 update lemonade docs
Signed-off-by: Sawan Srivastava <sawan1210@gmail.com>
2026-02-12 18:19:35 -08:00
Classic298
1e543ab28d Merge branch 'dev' into dev 2026-02-13 00:50:59 +01:00
DrMelone
5923c5deda worker timeout fix 2026-02-12 22:32:33 +01:00
DrMelone
1f945383a0 event docs message id event emitter 2026-02-12 22:15:13 +01:00
Classic298
05cef7d75d Merge pull request #1057 from open-webui/main
sync
2026-02-12 18:43:40 +01:00
DrMelone
b82465c86a minimax 2026-02-12 18:35:00 +01:00
DrMelone
a5ed052cdd SKILLS 2026-02-12 18:11:18 +01:00
Sylvie Zhang
912402eb5b add Vercel AI Gateway to proxies and aggregators list 2026-02-10 15:07:08 -08:00
DrMelone
eb7e08d914 ACL - 0.8.0 2026-02-09 22:11:43 +01:00
DrMelone
1b16736776 OpenResponses 2026-02-06 14:41:55 +01:00
DrMelone
1dbd80c0cd Update env-configuration.mdx 2026-02-06 00:32:39 +01:00