docs: overhaul retrieval accuracy benchmark

This commit is contained in:
Johann Schopplich
2025-10-28 20:22:43 +01:00
parent efbe4ded88
commit 67c0df8cb0
22 changed files with 1553 additions and 27288 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"benchmark:token-efficiency": "tsx scripts/token-efficiency-benchmark.ts",
"benchmark:accuracy": "tsx --env-file=.env scripts/accuracy-benchmark.ts",
"fetch-github-data": "tsx scripts/fetch-github-data.ts",
"fetch:github-repos": "tsx scripts/fetch-github-repos.ts",
"test": "vitest"
},
"devDependencies": {
@@ -14,14 +14,16 @@
"@ai-sdk/openai": "^2.0.53",
"@ai-sdk/provider": "^2.0.0",
"@antfu/eslint-config": "^6.1.0",
"@clack/prompts": "^0.11.0",
"@faker-js/faker": "^10.1.0",
"ai": "^5.0.80",
"consola": "^3.4.2",
"csv-stringify": "^6.6.0",
"fast-xml-parser": "^5.3.0",
"gpt-tokenizer": "^3.2.0",
"ofetch": "^1.4.1",
"p-map": "^7.0.3",
"p-queue": "^9.0.0",
"unstorage": "^1.17.1",
"yaml": "^2.8.1"
}
}