Agent Knowledge Base Storage Configuration Rds Configuration Field Mapping
data class AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping(val metadataField: String, val primaryKeyField: String, val textField: String, val vectorField: String)
Properties
Link copied to clipboard
Name of the field in which Amazon Bedrock stores metadata about the vector store.
Link copied to clipboard
Name of the field in which Amazon Bedrock stores the ID for each entry.
Link copied to clipboard
Name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.