SearchAddonSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
Attributes |
|
|---|---|
| Name | Description |
disable_semantic_add_on |
bool
Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream. |
disable_kpi_personalization_add_on |
bool
Optional. If true, disables event re-ranking and personalization to optimize KPIs & personalize results. |
disable_generative_answer_add_on |
bool
Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language to filters and simple answers. |