View source: R/bedrockagent_operations.R
bedrockagent_update_knowledge_base | R Documentation |
Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_knowledge_base/ for full documentation.
bedrockagent_update_knowledge_base(
description = NULL,
knowledgeBaseConfiguration,
knowledgeBaseId,
name,
roleArn,
storageConfiguration = NULL
)
description |
Specifies a new description for the knowledge base. |
knowledgeBaseConfiguration |
[required] Specifies the configuration for the embeddings model used for the knowledge base. You must use the same configuration as when the knowledge base was created. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base to update. |
name |
[required] Specifies a new name for the knowledge base. |
roleArn |
[required] Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base. |
storageConfiguration |
Specifies the configuration for the vector store used for the knowledge base. You must use the same configuration as when the knowledge base was created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.