KnowledgeBaseVectorKnowledgeBaseConfiguration

data class KnowledgeBaseVectorKnowledgeBaseConfiguration(val embeddingModelArn: String, val embeddingModelConfiguration: KnowledgeBaseEmbeddingModelConfiguration? = null)

Contains details about the model used to create vector embeddings for the knowledge base.

Constructors

constructor(embeddingModelArn: String, embeddingModelConfiguration: KnowledgeBaseEmbeddingModelConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the model used to create vector embeddings for the knowledge base.

Link copied to clipboard

The embeddings model configuration details for the vector model used in Knowledge Base.