Skip to content

EvalQuery

Defined in: types.ts:18

A query paired with the set of document ids considered relevant.

readonly id: string

Defined in: types.ts:20

Stable identifier for the query.


readonly query: string

Defined in: types.ts:22

Natural-language query string.


readonly relevantIds: readonly string[]

Defined in: types.ts:24

Document ids that should be retrieved for this query.