AgentKnowledgeBaseKnowledgeBaseConfigurationArgs

data class AgentKnowledgeBaseKnowledgeBaseConfigurationArgs(val type: Output<String>, val vectorKnowledgeBaseConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>? = null) : ConvertibleToJava<AgentKnowledgeBaseKnowledgeBaseConfigurationArgs>

Constructors

constructor(type: Output<String>, vectorKnowledgeBaseConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>? = null)

Properties

Link copied to clipboard
val type: Output<String>

Type of data that the data source is converted into for the knowledge base. Valid Values: VECTOR.

Link copied to clipboard

Details about the embeddings model that'sused to convert the data source. See vector_knowledge_base_configuration block for details.

Functions

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