AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping

data class AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping(val metadataField: String? = null, val textField: String? = null)

Constructors

constructor(metadataField: String? = null, textField: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val metadataField: String? = null

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

Link copied to clipboard
val textField: String? = null

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.