BedrockFoundationModelContextEnrichmentConfiguration

Context enrichment configuration is used to provide additional context to the RAG application using Amazon Bedrock foundation models.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The enrichment stategy used to provide additional context. For example, Neptune GraphRAG uses Amazon Bedrock foundation models to perform chunk entity extraction.

Link copied to clipboard

The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String