knowledge Base Configuration
suspend fun knowledgeBaseConfiguration(value: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationArgs>)
Parameters
value
Contains details about the embeddings model used for the knowledge base.
suspend fun knowledgeBaseConfiguration(argument: suspend AgentKnowledgeBaseKnowledgeBaseConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Contains details about the embeddings model used for the knowledge base.