ManagedSearchConfiguration
Configuration for managed search in a knowledge base. Managed search automatically determines the best search strategy based on your data store configuration.
Types
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
inline fun copy(block: ManagedSearchConfiguration.Builder.() -> Unit = {}): ManagedSearchConfiguration