Merge branch 'master' of github.com:Mintplex-Labs/anything-llm

This commit is contained in:
timothycarambat
2023-08-10 13:23:32 -07:00
20 changed files with 797 additions and 14 deletions

View File

@@ -27,6 +27,7 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"extract-zip": "^2.0.1",
"graphql": "^16.7.1",
"jsonwebtoken": "^8.5.1",
"langchain": "^0.0.90",
"moment": "^2.29.4",
@@ -39,7 +40,8 @@
"sqlite3": "^5.1.6",
"uuid": "^9.0.0",
"uuid-apikey": "^1.5.3",
"vectordb": "0.1.12"
"vectordb": "0.1.12",
"weaviate-ts-client": "^1.4.0"
},
"devDependencies": {
"nodemon": "^2.0.22",