AWS::Bedrock::Flow VectorSearchRerankingConfiguration - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::Flow VectorSearchRerankingConfiguration

Configuration for reranking vector search results to improve relevance. Reranking applies additional relevance models to reorder the initial vector search results based on more sophisticated criteria.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

BedrockRerankingConfiguration

Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.

Required: No

Type: VectorSearchBedrockRerankingConfiguration

Update requires: No interruption

Type

The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for reranking.

Required: Yes

Type: String

Allowed values: BEDROCK_RERANKING_MODEL

Update requires: No interruption