feat(server): lru cache for query embeddings (#19181)

This commit is contained in:
Mert
2025-06-16 11:03:49 -04:00
committed by GitHub
parent 176d53c1b3
commit 7347f64958
3 changed files with 85 additions and 19 deletions

View File

@@ -74,6 +74,7 @@
"kysely-postgres-js": "^2.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"mnemonist": "^0.40.3",
"nest-commander": "^3.16.0",
"nestjs-cls": "^5.0.0",
"nestjs-kysely": "^1.1.0",