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
+2 -1
View File
@@ -8,7 +8,8 @@
"lint": "turbo lint",
"build": "turbo build",
"dev": "turbo dev",
"test": "turbo test"
"test": "turbo test",
"db": "turbo db"
},
"keywords": [],
"author": "Naomi Carrigan",