2828 Commits

Author SHA1 Message Date
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
Classic298
10eb1795da Merge pull request #1085 from open-webui/dev
Dev
2026-02-16 15:34:49 +01:00
Classic298
e9e007d4d5 Merge pull request #1084 from Classic298/claude/update-docs-chroma-db-Wya2W
Add vector DB requirements and correct storage guidance in scaling guide
2026-02-16 15:27:56 +01: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
bfa3783f30 Merge pull request #1083 from open-webui/main
sync
2026-02-16 13:38:27 +01: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
Classic298
ce4b6670ba Merge pull request #1081 from Classic298/claude/update-docs-chroma-db-Wya2W
Document ChromaDB SQLite limitation for multi-worker/multi-replica de…
2026-02-16 13:31:30 +01: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
Classic298
500526ab41 Merge pull request #1077 from open-webui/dev
0.8.2
2026-02-16 09:31:03 +01:00
Classic298
32378222c6 Merge pull request #1079 from Classic298/dev
Update open-webui.mdx
2026-02-16 09:30:51 +01:00
DrMelone
286b5ba844 Update open-webui.mdx 2026-02-16 09:30:26 +01:00
Timothy Jaeryang Baek
9ae1ad897d refac 2026-02-16 02:25:43 -06:00
Classic298
64ccbf2b1c Merge pull request #1078 from Classic298/dev
Dev
2026-02-16 00:41:59 +01:00
Classic298
4055291dd9 Merge branch 'open-webui:dev' into dev 2026-02-16 00:41:21 +01:00
DrMelone
f6ce4c4245 ver 2026-02-16 00:39:21 +01:00
DrMelone
86a4d3b7d8 Merge branch 'dev' of https://github.com/Classic298/docs into dev 2026-02-16 00:38:40 +01:00
DrMelone
9a2c621476 open terminal 2026-02-16 00:36:49 +01:00
Classic298
4a5079fc4d Merge pull request #1075 from Classic298/dev
0.8.2
2026-02-16 00:29:52 +01:00
Classic298
488d5a1b15 Merge branch 'open-webui:dev' into dev 2026-02-16 00:29:39 +01:00
Classic298
d21df23dc4 Merge pull request #1076 from open-webui/main
sync
2026-02-16 00:29:28 +01:00
DrMelone
4a8293c719 Update index.mdx 2026-02-16 00:28:55 +01:00
Classic298
432d46b88a Merge pull request #1074 from Classic298/main
Update index.md
2026-02-15 11:30:35 +01:00
DrMelone
8eff890a79 Update index.md 2026-02-15 11:29:57 +01:00
DrMelone
7880e9e869 Update skills.md 2026-02-15 11:29:46 +01:00
Classic298
7ee4e19523 Merge pull request #1071 from open-webui/dev
Dev
2026-02-14 19:32:50 +01:00
Classic298
be647b1652 Merge pull request #1070 from Classic298/dev
Rich UI Docs
2026-02-14 19:32:32 +01:00
DrMelone
aaf25b75b7 Rich UI Docs 2026-02-14 19:32:10 +01:00
Classic298
7baa37d3ad Merge pull request #1068 from open-webui/dev
Dev
2026-02-14 11:44:40 +01:00
Classic298
51160f4382 Merge pull request #1069 from Classic298/dev
Update _category_.json
2026-02-14 11:42:14 +01:00
DrMelone
490f132c57 Update _category_.json 2026-02-14 11:41:28 +01:00
Classic298
a9c0f4addc Merge pull request #1067 from Classic298/dev
HTTPS moved
2026-02-14 11:38:08 +01:00
DrMelone
8edb316819 HTTPS moved 2026-02-14 11:37:32 +01:00
Classic298
d95119f912 Merge pull request #1066 from open-webui/dev
0.8.1
2026-02-14 01:25:57 +01:00
Classic298
b84ee42647 Merge pull request #1065 from Classic298/dev
0.8.1
2026-02-14 01:23:11 +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
ada4cd0871 Merge pull request #1064 from open-webui/main
sync to dev
2026-02-13 19:19:43 +01:00
Classic298
161a0de44f Merge pull request #1059 from sawansri/lemonade
Update lemonade docs
2026-02-13 19:18:45 +01:00
Classic298
e8d71ceb2b Merge pull request #1063 from Classic298/main
update env vars
2026-02-13 19:16:49 +01:00