Values.MetadataConfigurationForRerankingSourceConfiguration 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.
type nonrec t = {selectionMode : RerankingMetadataSelectionMode.t;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).
*)selectiveModeConfiguration : RerankingMetadataSelectiveModeConfiguration.t
option;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.
*)}val make :
?selectiveModeConfiguration:??? ->
selectionMode:RerankingMetadataSelectionMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FieldForRerankingFieldNameString.t ])
list ]
list ])
list ])
list ]