AWS::Bedrock::FlowVersion VectorSearchRerankingConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::Bedrock::FlowVersion 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 Amazon 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