Values.RerankingMetadataSelectiveModeConfigurationSourceConfigures the metadata fields to include or exclude during the reranking process when using selective mode.
type nonrec t = {fieldsToInclude : FieldsForReranking.t option;Specifies the metadata fields to include in the reranking process.
*)fieldsToExclude : FieldsForReranking.t option;Specifies the metadata fields to exclude from the reranking process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FieldForRerankingFieldNameString.t ])
list ]
list ])
list ]