AWS::Bedrock::KnowledgeBase KnowledgeBaseConfiguration
Configurations to apply to a knowledge base attached to the agent during query. For more information, see Knowledge base retrieval configurations.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" :
String
, "VectorKnowledgeBaseConfiguration" :VectorKnowledgeBaseConfiguration
}
Properties
Type
-
The type of data that the data source is converted into for the knowledge base.
Required: Yes
Type: String
Allowed values:
VECTOR
Update requires: Replacement
VectorKnowledgeBaseConfiguration
-
Contains details about the model that's used to convert the data source into vector embeddings.
Required: Yes
Type: VectorKnowledgeBaseConfiguration
Update requires: Replacement