ingest.ts - handle empty db, add loader

This commit is contained in:
2026-03-31 13:46:19 +05:30
parent 8bbd159224
commit ac518b7b77
3 changed files with 98 additions and 14 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
"cheerio": "^1.2.0",
"glob": "^13.0.6",
"graphology": "^0.26.0",
"langchain": "^0.2.0"
"langchain": "^0.2.0",
"ora": "^9.3.0"
},
"devDependencies": {
"typescript": "^5.5.2",