KnowledgeBaseConfigurationArgs

data class KnowledgeBaseConfigurationArgs(val type: Output<KnowledgeBaseType>, val vectorKnowledgeBaseConfiguration: Output<KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>) : ConvertibleToJava<KnowledgeBaseConfigurationArgs>

Contains details about the embeddings model used for the knowledge base.

Constructors

Link copied to clipboard
constructor(type: Output<KnowledgeBaseType>, vectorKnowledgeBaseConfiguration: Output<KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>)

Properties

Link copied to clipboard
val type: Output<KnowledgeBaseType>

The type of data that the data source is converted into for the knowledge base.

Link copied to clipboard

Contains details about the model that's used to convert the data source into vector embeddings.

Functions

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