KnowledgeBaseNeptuneAnalyticsFieldMapping

data class KnowledgeBaseNeptuneAnalyticsFieldMapping(val metadataField: String, val textField: String)

A mapping of Bedrock Knowledge Base fields to Neptune Analytics fields.

Constructors

constructor(metadataField: String, textField: 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.