Knowledge Base Embedding Model Configuration
data class KnowledgeBaseEmbeddingModelConfiguration(val bedrockEmbeddingModelConfiguration: KnowledgeBaseBedrockEmbeddingModelConfiguration? = null)
The embeddings model configuration details for the vector model used in Knowledge Base.
Constructors
Link copied to clipboard
constructor(bedrockEmbeddingModelConfiguration: KnowledgeBaseBedrockEmbeddingModelConfiguration? = null)