QueryDebugMode type
Defines values for QueryDebugMode.
KnownQueryDebugMode can be used interchangeably with QueryDebugMode,
this enum contains the known values that the service supports.
Known values supported by the service
disabled: No query debugging information will be returned.
semantic: Allows the user to further explore their reranked results.
vector: Allows the user to further explore their hybrid and vector query results.
queryRewrites: Allows the user to explore the list of query rewrites generated for their search request.
innerHits: Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types.
all: Turn on all debug options.
type QueryDebugMode = string