test: add LLM retrieval accuracy tests

This commit is contained in:
Johann Schopplich
2025-10-27 11:48:33 +01:00
parent eb8f7e28e1
commit 3c840259fe
25 changed files with 21404 additions and 723 deletions

View File

@@ -26,7 +26,7 @@
"dist"
],
"scripts": {
"automd": "tsx scripts/generate-bench.ts && automd",
"automd": "automd",
"build": "tsdown",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
@@ -35,16 +35,16 @@
"release": "bumpp"
},
"devDependencies": {
"@antfu/eslint-config": "^6.0.0",
"@antfu/eslint-config": "^6.1.0",
"@types/node": "^24.9.1",
"automd": "^0.4.2",
"bumpp": "^10.3.1",
"eslint": "^9.38.0",
"gpt-tokenizer": "^3.2.0",
"tsdown": "^0.15.9",
"tsdown": "^0.15.10",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
"vitest": "^4.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [