Agent Knowledge Base Knowledge Base Configuration Vector Knowledge Base Configuration
data class AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfiguration(val embeddingModelArn: String, val embeddingModelConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfiguration? = null, val supplementalDataStorageConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfiguration? = null)
Constructors
Link copied to clipboard
constructor(embeddingModelArn: String, embeddingModelConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfiguration? = null, supplementalDataStorageConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfiguration? = null)
Properties
Link copied to clipboard
ARN of the model used to create vector embeddings for the knowledge base.
Link copied to clipboard
val embeddingModelConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfiguration? = null
The embeddings model configuration details for the vector model used in Knowledge Base. See embedding_model_configuration
block for details.
Link copied to clipboard
val supplementalDataStorageConfiguration: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfiguration? = null
supplemental_data_storage_configuration. See supplemental_data_storage_configuration
block for details.