mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-22 16:58:32 +02:00
fix: all tests now in sync
This commit is contained in:
@@ -870,6 +870,8 @@ mod tests {
|
||||
entity_match: matched,
|
||||
chunk_text_match: matched,
|
||||
chunk_id_match: matched,
|
||||
ndcg: None,
|
||||
reciprocal_rank: None,
|
||||
is_impossible,
|
||||
has_verified_chunks: !is_impossible,
|
||||
match_rank: if matched { Some(1) } else { None },
|
||||
@@ -919,6 +921,8 @@ mod tests {
|
||||
retrieval_cases: 1,
|
||||
retrieval_correct: 1,
|
||||
retrieval_precision: 1.0,
|
||||
average_ndcg: 0.0,
|
||||
mrr: 0.0,
|
||||
llm_cases: if include_llm { 1 } else { 0 },
|
||||
llm_answered: 0,
|
||||
llm_precision: 0.0,
|
||||
|
||||
Reference in New Issue
Block a user