View source: R/bedrockagent_operations.R
bedrockagent_create_knowledge_base | R Documentation |
Creates a knowledge base. A knowledge base contains your data sources so that Large Language Models (LLMs) can use your data. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up a knowledge base.
See https://www.paws-r-sdk.com/docs/bedrockagent_create_knowledge_base/ for full documentation.
bedrockagent_create_knowledge_base(
clientToken = NULL,
description = NULL,
knowledgeBaseConfiguration,
name,
roleArn,
storageConfiguration = NULL,
tags = NULL
)
clientToken |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency. |
description |
A description of the knowledge base. |
knowledgeBaseConfiguration |
[required] Contains details about the embeddings model used for the knowledge base. |
name |
[required] A name for the knowledge base. |
roleArn |
[required] The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base. |
storageConfiguration |
Contains details about the configuration of the vector database used for the knowledge base. |
tags |
Specify the key-value pairs for the tags that you want to attach to your knowledge base in this object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.