KnowledgeBaseBedrockEmbeddingModelConfiguration

The vector configuration details for the Bedrock embeddings model.

Constructors

constructor(dimensions: Int? = null, embeddingDataType: KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dimensions: Int? = null

The dimensions details for the vector configuration used on the Bedrock embeddings model.

Link copied to clipboard

The data type for the vectors when using a model to convert text into vector embeddings.