feat: Add precedent caching mechanism via txt and supabase

This commit is contained in:
mstfyldz
2026-08-12 02:17:57 +03:00
parent f7daa3d4c7
commit 437f973d6f
4 changed files with 75 additions and 1 deletions
+16
View File
@@ -16,6 +16,7 @@
"express-rate-limit": "^8.6.2",
"heic-convert": "^2.1.0",
"mammoth": "^1.12.0",
"mkdirp": "^3.0.1",
"multer": "^2.2.0",
"officeparser": "^7.5.1",
"openai": "^7.4.0",
@@ -2205,6 +2206,21 @@
"url": "https://opencollective.com/express"
}
},
"node_modules/mkdirp": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
"license": "MIT",
"bin": {
"mkdirp": "dist/cjs/src/bin.js"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",