EvalQuery
Defined in: types.ts:18
A query paired with the set of document ids considered relevant.
Properties
Section titled “Properties”
readonlyid:string
Defined in: types.ts:20
Stable identifier for the query.
readonlyquery:string
Defined in: types.ts:22
Natural-language query string.
relevantIds
Section titled “relevantIds”
readonlyrelevantIds: readonlystring[]
Defined in: types.ts:24
Document ids that should be retrieved for this query.