Enabled importing and exporting of entire AnythingLLM instance data (#146)

* WIP on imports

* undo nodismiss for testing

* remove old keys modal screen
add helper text on import complete

* return default setting modal to keys
This commit is contained in:
Timothy Carambat
2023-07-14 17:32:30 -07:00
committed by GitHub
parent 5b2c5cac08
commit 6d651db6d3
13 changed files with 803 additions and 304 deletions

View File

@@ -17,17 +17,20 @@
"dependencies": {
"@googleapis/youtube": "^9.0.0",
"@pinecone-database/pinecone": "^0.1.6",
"archiver": "^5.3.1",
"body-parser": "^1.20.2",
"chromadb": "^1.5.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"extract-zip": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"langchain": "^0.0.90",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"openai": "^3.2.1",
"pinecone-client": "^1.1.0",
"serve-index": "^1.9.1",
"slugify": "^1.6.6",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
@@ -38,4 +41,4 @@
"nodemon": "^2.0.22",
"prettier": "^2.4.1"
}
}
}