KnowledgeBaseBedrockEmbeddingModelConfiguration

data class KnowledgeBaseBedrockEmbeddingModelConfiguration(val dimensions: Int? = null)

The vector configuration details for the Bedrock embeddings model.

Constructors

constructor(dimensions: Int? = 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.