Skip to content

Commit 457a3a6

Browse files
authored
Merge pull request #1781 from vespa-engine/thomasht86/add-id-field-ragblueprint
Add id field ragblueprint
2 parents 4534315 + 4d5f674 commit 457a3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rag-blueprint/eval/evaluate_match_phase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def match_semantic_query_fn(query_text: str, top_k: int) -> dict:
9999
vespa_query_fn=query_fn,
100100
app=app,
101101
name="test-run",
102+
id_field="id",
102103
write_csv=True,
103104
write_verbose=True, # optionally write verbose metrics to CSV
104105
)

0 commit comments

Comments
 (0)