Knowledge Base Configuration
data class KnowledgeBaseConfiguration(val type: KnowledgeBaseType, val vectorKnowledgeBaseConfiguration: KnowledgeBaseVectorKnowledgeBaseConfiguration)
Contains details about the embeddings model used for the knowledge base.
Constructors
Link copied to clipboard
constructor(type: KnowledgeBaseType, vectorKnowledgeBaseConfiguration: KnowledgeBaseVectorKnowledgeBaseConfiguration)