You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every authenticated user can see every workspace created by another user and send queries against it. This behavior can be a (data privacy) issue if different teams and users work on the same llm-chatbot deployment.
You can’t retrieve uploaded documents by another user directly but you can still retrieve information with a few queries against that workspace and the file name might even give some hints what the data is about.
A first step to implement workspace separation might simply be on the “UI” level and could be done with a feature flag for those who need it. Pretty sure that some users will ask to share workspaces with specific users (or teams) but that could be a later iteration. Thanks!
The text was updated successfully, but these errors were encountered:
Currently, every authenticated user can see every workspace created by another user and send queries against it. This behavior can be a (data privacy) issue if different teams and users work on the same llm-chatbot deployment.
You can’t retrieve uploaded documents by another user directly but you can still retrieve information with a few queries against that workspace and the file name might even give some hints what the data is about.
A first step to implement workspace separation might simply be on the “UI” level and could be done with a feature flag for those who need it. Pretty sure that some users will ask to share workspaces with specific users (or teams) but that could be a later iteration. Thanks!
The text was updated successfully, but these errors were encountered: