Knowledge Base Vector Knowledge Base Configuration
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
Link copied to clipboard
constructor(embeddingModelArn: String, embeddingModelConfiguration: KnowledgeBaseEmbeddingModelConfiguration? = null)