Commit Graph

2669 Commits

Author SHA1 Message Date
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
DrMelone
17631e81d6 update env vars 2026-02-13 18:53:35 +01:00
Classic298
45ae0238c8 Merge pull request #1062 from Classic298/main 2026-02-13 10:52:03 +01:00
DrMelone
4a67608f02 Update manual-database-migration.md 2026-02-13 10:51:42 +01:00
Classic298
1be644fb30 Merge pull request #1061 from Classic298/main 2026-02-13 10:28:14 +01:00
DrMelone
4363140777 Update manual-database-migration.md 2026-02-13 10:27:45 +01:00
Classic298
8c256611f7 Merge pull request #1060 from Classic298/main 2026-02-13 10:14:25 +01:00
DrMelone
26d98ea242 Update manual-database-migration.md 2026-02-13 10:14:06 +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
1bc611803a Merge pull request #999 from open-webui/dev 2026-02-13 00:53:48 +01:00