KnowledgeBaseVectorKnowledgeBaseConfiguration

data class KnowledgeBaseVectorKnowledgeBaseConfiguration(val embeddingModelArn: String, val embeddingModelConfiguration: KnowledgeBaseEmbeddingModelConfiguration? = null, val supplementalDataStorageConfiguration: KnowledgeBaseSupplementalDataStorageConfiguration? = null)

Contains details about the model used to create vector embeddings for the knowledge base.

Constructors

constructor(embeddingModelArn: String, embeddingModelConfiguration: KnowledgeBaseEmbeddingModelConfiguration? = null, supplementalDataStorageConfiguration: KnowledgeBaseSupplementalDataStorageConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the model used to create vector embeddings for the knowledge base.

Link copied to clipboard

The embeddings model configuration details for the vector model used in Knowledge Base.

Link copied to clipboard

If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate .