Enhance chatbot conversation engine and add retrieval eval suite

This commit is contained in:
nmemmert
2026-04-14 10:36:22 -04:00
parent 36594d5e16
commit 50459b7234
8 changed files with 1451 additions and 121 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"build": "tsc -b && vite build",
"start": "node --env-file=.env server.js",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"chatbot:eval": "node scripts/evaluate-chatbot.mjs"
},
"dependencies": {
"express": "^5.2.1",