ManagedSearchConfiguration

Configuration for managed search in a knowledge base. Managed search automatically determines the best search strategy based on your data store configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the filters to use on the metadata attributes in the knowledge base data sources before returning results. For more information, see Query configurations. See the examples below to see how to use these filters.

Link copied to clipboard

The number of results to retrieve.

Link copied to clipboard

Contains configurations for reranking the results retrieved from the managed search.

Link copied to clipboard

The type of reranking model to use when reranking results retrieved from the managed search. Use CUSTOM to specify a model, MANAGED to use the service default, or NONE to disable reranking.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String