120 Commits

Author SHA1 Message Date
DrMelone
8bdc1116bc dev 2026-03-22 16:24:01 +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
88553d3891 docker hub 2026-02-22 23:33:04 +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
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
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
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
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
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
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
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
1357ee1f7a update 2026-01-11 13:33:56 +01:00
DrMelone
48b47ade0a 0.7.1 2026-01-09 23:45:45 +01:00
Classic
b3ff327390 docs: update versioning to v0.7.0 and document new features
- Standardize versioning from 0.7 to 0.7.0 across all guides and Docker tags
- Update Knowledge Base tool documentation with new query_knowledge_files and query_knowledge_bases (metadata search) tools
- Add documentation for the new Model Activity Chart in Evaluations
- Add WHISPER_MULTILINGUAL env var and update WHISPER_VAD_FILTER configuration details
2026-01-09 20:27:27 +01:00
DrMelone
e38581b35c thinking 2026-01-07 22:58:36 +01:00
DrMelone
3680e99977 0.7 2026-01-07 21:08:26 +01:00
DrMelone
4d4cb7f414 update 2026-01-06 10:39:49 +01:00
DrMelone
e90a6c27da update 2026-01-04 23:49:41 +01:00
Classic298
ffb0d4e843 Merge pull request #954 from open-webui/main 2026-01-04 14:29:56 +01:00
DrMelone
5705555a71 reasoning 2026-01-04 14:28:29 +01:00
atramirez
9bac60a88f remove hyphen in gpu yaml 2026-01-03 15:21:05 -08:00
DrMelone
63fc7ba523 Update starting-with-openai-compatible.mdx 2026-01-03 22:02:04 +01:00
DrMelone
ab845c43d4 update 2026-01-03 22:00:51 +01:00
DrMelone
b1579f203d model timeouts 2025-12-31 15:06:45 +01:00
DrMelone
e0b71f1dbf OR 2025-12-30 15:01:32 +01:00
Classic298
410bf2740f Update Uv.md 2025-12-22 00:32:19 +01:00
DrMelone
7337caaf24 add 2025-12-21 19:28:48 +01:00
DrMelone
7a04bfd0e2 fix 2025-12-21 19:09:09 +01:00
DrMelone
30be41ca49 warning on multi concurrency setups when updating 2025-12-21 11:40:51 +01:00
DrMelone
eb4cef3482 docker info 2025-12-20 22:00:15 +01:00
DrMelone
a4aac29e19 broken links fixing. 2025-12-20 21:46:29 +01:00
DrMelone
7436bf7ffe Update starting-with-functions.mdx 2025-12-20 21:25:05 +01:00
DrMelone
1578d308c8 fix some links 2025-12-20 21:24:44 +01:00