View a markdown version of this page

KnowledgeBaseConfiguration - Amazon Bedrock

KnowledgeBaseConfiguration

Contains details about the vector embeddings configuration of the knowledge base.

Contents

type

The type of data that the data source is converted into for the knowledge base. Choose MANAGED to create a managed knowledge base.

Type: String

Valid Values: VECTOR | KENDRA | SQL | MANAGED

Required: Yes

kendraKnowledgeBaseConfiguration

Settings for an Amazon Kendra knowledge base.

Type: KendraKnowledgeBaseConfiguration object

Required: No

managedKnowledgeBaseConfiguration

Contains configuration details for a knowledge base that uses a vector store fully managed by Amazon Bedrock. Specify this object when the knowledge base type is MANAGED.

Type: ManagedKnowledgeBaseConfiguration object

Required: No

sqlKnowledgeBaseConfiguration

Specifies configurations for a knowledge base connected to an SQL database.

Type: SqlKnowledgeBaseConfiguration object

Required: No

vectorKnowledgeBaseConfiguration

Contains details about the model that's used to convert the data source into vector embeddings.

Type: VectorKnowledgeBaseConfiguration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: