knowledge Base Configuration
suspend fun knowledgeBaseConfiguration(value: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationArgs>)
Parameters
value
Details about the embeddings configuration of the knowledge base. See knowledge_base_configuration
block for details.
suspend fun knowledgeBaseConfiguration(argument: suspend AgentKnowledgeBaseKnowledgeBaseConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Details about the embeddings configuration of the knowledge base. See knowledge_base_configuration
block for details.