Agent Knowledge Base Knowledge Base Configuration Vector Knowledge Base Configuration Embedding Model Configuration Bedrock Embedding Model Configuration
data class AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfiguration(val dimensions: Int? = null, val embeddingDataType: String? = null)
Properties
Link copied to clipboard
Dimension details for the vector configuration used on the Bedrock embeddings model.
Link copied to clipboard
Data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Valid values are FLOAT32
and BINARY
.