AgentKnowledgeBaseKnowledgeBaseConfigurationArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val type: Output<String>

The vector store service in which the knowledge base is stored.Valid Values: OPENSEARCH_SERVERLESS | PINECONE | REDIS_ENTERPRISE_CLOUD | RDS

Link copied to clipboard

Contains details about the embeddings model that'sused to convert the data source.