Agent Knowledge Base Knowledge Base Configuration Vector Knowledge Base Configuration Embedding Model Configuration Bedrock Embedding Model Configuration Args
data class AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgs(val dimensions: Output<Int>? = null, val embeddingDataType: Output<String>? = null) : ConvertibleToJava<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgs>
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
.