feat: use db for rag

This commit is contained in:
2025-08-07 14:14:46 -07:00
parent 4971695d2a
commit 24d37dcd16
11 changed files with 145 additions and 50 deletions
+4 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^lint", "^test"],
"dependsOn": ["^lint", "^test", "^db"],
"outputs": ["dist/**", "prod/**"]
},
"test": {
@@ -14,6 +14,9 @@
"dev": {
"cache": false,
"persistent": true
},
"db": {
"cache": false
}
}
}