Add files drag and drop, add chromaDB knowledge base support.

This commit is contained in:
emil
2026-04-26 15:27:13 +03:00
parent 1ff8c733cc
commit 55d4b7dbba
16 changed files with 1921 additions and 177 deletions
+9 -5
View File
@@ -1,14 +1,18 @@
{
"name": "aiui-backend",
"version": "0.1.0",
"private": true,
"type": "module",
"version": "1.0.0",
"description": "AIUI Chat Backend",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"dev": "node --watch src/index.js",
"start": "node src/index.js"
},
"dependencies": {
"chromadb": "^1.8.1",
"cors": "^2.8.5",
"express": "^4.18.2"
"express": "^4.21.2",
"mammoth": "^1.9.0",
"multer": "^1.4.5-lts.2",
"pdf-parse": "^1.1.1"
}
}