mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3242] Multiple workspaces with separate configuration #28715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flefevre on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3242
**security concern in accessing documents in the vector database **
At present time, the vector database is configured once in the environment configuration file.you can have only one vector database at a time
Describe the solution you'd like
We should be able to define multiple workspaces with their own models, documents,
Prompts and vector database.
Describe alternatives you've considered
Install multiple instances of open WebUI but overcharge the CPU and ram and the update procedure.
@justinh-rahb commented on GitHub (Jun 17, 2024):
Teams is coming eventually, hopefully in 0.4.0
@tjbck commented on GitHub (Jun 17, 2024):
like @justinh-rahb seems relevant to our planned Teams feature + you should be able to achieve something similar with pipelines once #2972 is implemented.