KnowledgeBaseVectorKnowledgeBaseConfigurationArgs

data class KnowledgeBaseVectorKnowledgeBaseConfigurationArgs(val embeddingModelArn: Output<String>, val embeddingModelConfiguration: Output<KnowledgeBaseEmbeddingModelConfigurationArgs>? = null, val supplementalDataStorageConfiguration: Output<KnowledgeBaseSupplementalDataStorageConfigurationArgs>? = null) : ConvertibleToJava<KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>

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

Constructors

constructor(embeddingModelArn: Output<String>, embeddingModelConfiguration: Output<KnowledgeBaseEmbeddingModelConfigurationArgs>? = null, supplementalDataStorageConfiguration: Output<KnowledgeBaseSupplementalDataStorageConfigurationArgs>? = null)

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 .

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseVectorKnowledgeBaseConfigurationArgs