Knowledge Base Configuration
data class KnowledgeBaseConfiguration(val kendraKnowledgeBaseConfiguration: KnowledgeBaseKendraKnowledgeBaseConfiguration? = null, val sqlKnowledgeBaseConfiguration: KnowledgeBaseSqlKnowledgeBaseConfiguration? = null, val type: KnowledgeBaseType, val vectorKnowledgeBaseConfiguration: KnowledgeBaseVectorKnowledgeBaseConfiguration? = null)
Contains details about the embeddings model used for the knowledge base.
Constructors
Link copied to clipboard
constructor(kendraKnowledgeBaseConfiguration: KnowledgeBaseKendraKnowledgeBaseConfiguration? = null, sqlKnowledgeBaseConfiguration: KnowledgeBaseSqlKnowledgeBaseConfiguration? = null, type: KnowledgeBaseType, vectorKnowledgeBaseConfiguration: KnowledgeBaseVectorKnowledgeBaseConfiguration? = null)
Properties
Link copied to clipboard
Settings for an Amazon Kendra knowledge base.
Link copied to clipboard
Specifies configurations for a knowledge base connected to an SQL database.
Link copied to clipboard
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.