feat(api): add findings module with vector search (MS22-DB-001, MS22-API-001) (#585)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-01 02:10:02 +00:00
committed by jason.woltje
parent e8502577b8
commit 7b390d8be2
16 changed files with 1132 additions and 19 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
"tough-cookie": ">=4.1.3",
"undici": ">=6.23.0",
"rollup": ">=4.59.0",
"serialize-javascript": ">=7.0.3"
"serialize-javascript": ">=7.0.3",
"multer": ">=2.1.0"
}
}
}