refactored to clap, mrr and ndcg

This commit is contained in:
Per Stark
2025-11-28 21:26:51 +01:00
parent 67004c9646
commit 08b1612fcb
12 changed files with 434 additions and 618 deletions

2
Cargo.lock generated
View File

@@ -2177,6 +2177,7 @@ dependencies = [
"async-openai",
"async-trait",
"chrono",
"clap",
"common",
"criterion",
"fastembed",
@@ -5464,6 +5465,7 @@ dependencies = [
"async-openai",
"async-trait",
"axum",
"clap",
"common",
"fastembed",
"futures",