SemanticSearchResultsType type

baseResults: Results without any semantic enrichment or reranking.

rerankedResults: Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights.

type SemanticSearchResultsType = "baseResults" | "rerankedResults"