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