[FEATURE] Enable the ability to have multi user instances (#158)

* multi user wip

* WIP MUM features

* invitation mgmt

* suspend or unsuspend users

* workspace mangement

* manage chats

* manage chats

* add Support for admin system settings for users to delete workspaces and limit chats per user

* fix issue ith system var
update app to lazy load invite page

* cleanup and bug fixes

* wrong method

* update readme

* update readme

* update readme

* bump version to 0.1.0
This commit is contained in:
Timothy Carambat
2023-07-25 10:37:04 -07:00
committed by GitHub
parent 2d30b7e24f
commit 91f5f94200
73 changed files with 4834 additions and 604 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "anything-llm",
"version": "0.0.1-beta",
"description": "Turn anything into a chattable document through a simple UI",
"version": "0.1.0",
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",
"license": "MIT",