21 Commits

Author SHA1 Message Date
Thien Nguyen
66c716362b docs: add support mariadb-vector capabilities 2026-03-09 22:04:26 +07: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
583d65e13b slugs 2026-02-14 01:19:41 +01:00
Classic298
9a6afbe143 Merge branch 'open-webui:dev' into dev 2026-02-04 18:45:41 +01:00
DrMelone
5c3f2562c0 redis 2026-02-03 21:26:28 +01:00
Classic298
99faa731e9 Update redis.md 2026-01-30 11:56:32 +01:00
Classic298
d63d247c37 Dev (#1041) 2026-01-29 17:53:35 +01:00
Classic298
d14549c62e Update redis.md 2025-12-08 23:28:03 +01:00
silentoplayz
3ca92b8ee6 Remove emojis as requested 2025-11-13 16:03:29 -05:00
silentoplayz
12df94fe51 semicolon 2025-11-10 02:03:56 -05:00
silentoplayz
dcf6337614 docs: Strengthen CORS warnings for WebSocket connections
This commit strengthens the warnings in the Redis and Nginx Proxy Manager documentation regarding the `C-S_ALLOW_ORIGIN` environment variable.

- Replaced the `:::tip` block with a more prominent `:::danger` block in both files.
- Clarified that a misconfigured `CORS_ALLOW_ORIGIN` is a common and difficult-to-debug cause of WebSocket connection failures, especially in production or reverse-proxied setups.
- Emphasized that this step is critical and should not be skipped.
2025-11-10 02:00:13 -05:00
silentoplayz
095e88f796 docs: Mention CORS_ALLOW_ORIGIN in Redis documentation
Adds a tip to the Redis integration documentation to mention the necessity of `CORS_ALLOW_ORIGIN` for WebSocket connections. This is a common issue that can be difficult to debug.
2025-11-08 16:12:10 -05:00
Classic298
20364c627c Update redis.md 2025-11-06 22:11:53 +01:00
silentoplayz
06fe790116 revert: ## -> # 2025-10-09 15:22:08 -04:00
silentoplayz
3e3da9e0a0 chore: format 2025-10-09 12:47:06 -04:00
Taylor Wilsdon
230ecbfd55 docs for REDIS_KEY_PREFIX 2025-06-28 12:15:23 -07:00
Timothy Jaeryang Baek
dc65e77f7a refac 2025-01-31 00:34:00 -08:00
Silentoplayz
6ee9a39649 Update redis.md 2024-12-30 19:28:02 -05:00
Silentoplayz
0bdca8cede New Apache Tika & Artifacts Docs Pages
New Apache Tika & Artifacts Docs Pages
2024-12-21 12:47:50 -05:00
Silentoplayz
1c83f95c88 New "Redis Websockets" Docs Page
New "Redis Websockets" Docs Page
2024-12-21 10:42:28 -05:00