AWS::Bedrock::KnowledgeBase OpenSearchServerlessFieldMapping - 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).

AWS::Bedrock::KnowledgeBase OpenSearchServerlessFieldMapping

Contains the names of the fields to which to map information about the vector store.

Syntax

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

JSON

{ "MetadataField" : String, "TextField" : String, "VectorField" : String }

YAML

MetadataField: String TextField: String VectorField: String

Properties

MetadataField

The name of the field in which Amazon Bedrock stores metadata about the vector store.

Required: Yes

Type: String

Pattern: ^.*$

Maximum: 2048

Update requires: Replacement

TextField

The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.

Required: Yes

Type: String

Pattern: ^.*$

Maximum: 2048

Update requires: Replacement

VectorField

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

Required: Yes

Type: String

Pattern: ^.*$

Maximum: 2048

Update requires: Replacement