SearchAddonSpec

SearchAddonSpec is used to disable add-ons for search as per new repricing model. By default if the SearchAddonSpec is not specified, we consider that the customer wants to enable them wherever applicable.

JSON representation
{
  "disableSemanticAddOn": boolean,
  "disableKpiPersonalizationAddOn": boolean,
  "disableGenerativeAnswerAddOn": boolean
}
Fields
disableSemanticAddOn

boolean

Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream.

disableKpiPersonalizationAddOn

boolean

Optional. If true, disables event re-ranking and personalization to optimize KPIs & personalize results.

disableGenerativeAnswerAddOn

boolean

Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language to filters and simple answers.