Query Sets
Query Sets are collections of queries that serve as input for search evaluations in Releval. Each set represents realistic user search behavior and is used to assess the relevancy of your search implementation. Queries can be simple strings or structured JSON objects containing search terms and optional metadata.
Query sets can be created via the Create Query Set API or uploaded using the Upload Query Set API, supporting queries as either strings or JSON. All queries within a set must share the same formatโ either all strings or all JSON objects. When used with query templates, each query is rendered into a full search request, enabling consistent testing across multiple configurations.
Upload Query Set
Creates a new Query Set by uploading a file of queries.
Create Query Set
Creates a new query set.
List Query Sets
Lists the Query Sets
Delete Query Sets
Deletes the Query Sets given by the uniques identifiers.
Create Query Ids
Creates the Query Ids for a set of queries. Query Ids are hashes of the query that can be used to uniquely
Get Query Set
Gets a Query Set by its unique identifier