BedrockFoundationModelContextEnrichmentConfiguration¶
Structure Class¶
BedrockFoundationModelContextEnrichmentConfiguration
dataclass
¶
Context enrichment configuration is used to provide additional context to the RAG application using Amazon Bedrock foundation models.
Attributes¶
enrichment_strategy_configuration
instance-attribute
¶
enrichment_strategy_configuration: EnrichmentStrategyConfiguration
The enrichment stategy used to provide additional context. For example, Neptune GraphRAG uses Amazon Bedrock foundation models to perform chunk entity extraction.
model_arn
instance-attribute
¶
model_arn: str
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.