KnowledgeBaseOpenSearchServerlessFieldMapping

data class KnowledgeBaseOpenSearchServerlessFieldMapping(val metadataField: String, val textField: String, val vectorField: String)

A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names

Constructors

constructor(metadataField: String, textField: String, vectorField: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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