add in-mem llm cache

This commit is contained in:
Henry
2023-10-11 19:54:10 +01:00
parent 0e2cba03cc
commit f42a2d3387
7 changed files with 140 additions and 3 deletions
+2
View File
@@ -57,6 +57,7 @@
"node-fetch": "^2.6.11",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"object-hash": "^3.0.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.7.107",
"pg": "^8.11.2",
@@ -73,6 +74,7 @@
"devDependencies": {
"@types/gulp": "4.0.9",
"@types/node-fetch": "2.6.2",
"@types/object-hash": "^3.0.2",
"@types/pg": "^8.10.2",
"@types/ws": "^8.5.3",
"gulp": "^4.0.2",