Add vector DB requirements and correct storage guidance in scaling guide#1084
Merged
Classic298 merged 7 commits intoopen-webui:devfrom Feb 16, 2026
Merged
Conversation
- 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
- 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
- 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
- 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
ℹ️ Documentation PR Guidelines👋 Welcome! This is an automated message posted on all new documentation PRs to help guide our contributors. Just because this comment appeared doesn't mean you have done anything wrong! Please ensure you're using the correct branches: Target branch (where you're merging TO):
Source branch (where you're merging FROM):
If your docs PR depends on a pending PR in open-webui/open-webui:
Please adjust your PR target branch, source branch, and/or draft status accordingly if needed. |
… 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.