MetadataConfigurationForReranking
Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.
Types
Properties
Link copied to clipboard
The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).
Link copied to clipboard
Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.
Functions
Link copied to clipboard
inline fun copy(block: MetadataConfigurationForReranking.Builder.() -> Unit = {}): MetadataConfigurationForReranking