Agent Knowledge Base Knowledge Base Configuration Args
data class AgentKnowledgeBaseKnowledgeBaseConfigurationArgs(val type: Output<String>, val vectorKnowledgeBaseConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>? = null) : ConvertibleToJava<AgentKnowledgeBaseKnowledgeBaseConfigurationArgs>
Constructors
Link copied to clipboard
constructor(type: Output<String>, vectorKnowledgeBaseConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>? = null)
Properties
Link copied to clipboard
val vectorKnowledgeBaseConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>? = null
Details about the embeddings model that'sused to convert the data source. See vector_knowledge_base_configuration
block for details.