KnowledgeBaseMongoDbAtlasFieldMapping

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

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

Constructors

Link copied to clipboard
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.