Module Values.RetrieverConfigurationSource

Provides information on how the retriever used for your Amazon Q Business application is configured.

Sourcetype nonrec t = {
  1. nativeIndexConfiguration : NativeIndexConfiguration.t option;
    (*

    Provides information on how a Amazon Q Business index used as a retriever for your Amazon Q Business application is configured.

    *)
  2. kendraIndexConfiguration : KendraIndexConfiguration.t option;
    (*

    Provides information on how the Amazon Kendra index used as a retriever for your Amazon Q Business application is configured.

    *)
}
Sourceval make : ?nativeIndexConfiguration:??? -> ?kendraIndexConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of Long.t | `Map of ([> `String of DocumentAttributeKey.t ] * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Long of BoostingDurationInSeconds.t | `Map of ([> `String of String_.t ] * [> `Enum of string ]) list ]) list ]) list ]) list | `String of IndexId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t