Values.ContextEnrichmentConfigurationSourceContext enrichment configuration is used to provide additional context to the RAG application.
type nonrec t = {type_ : ContextEnrichmentType.t;The method used for context enrichment. It must be Amazon Bedrock foundation models.
*)bedrockFoundationModelConfiguration : BedrockFoundationModelContextEnrichmentConfiguration.t
option;The configuration of the Amazon Bedrock foundation model used for context enrichment.
*)}val make :
?bedrockFoundationModelConfiguration:??? ->
type_:ContextEnrichmentType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of BedrockModelArn.t
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]