Package version:

Interface GenerativeQueryRewrites

Generate alternative query terms to increase the recall of a search request.

interface GenerativeQueryRewrites {
    count?: number;
    rewritesType: "generative";
}

Properties

Properties

count?: number

The number of query rewrites to generate. Defaults to 10.

rewritesType

Polymorphic discriminator, which specifies the different types this object can be