AgentKnowledgeBaseStorageConfigurationRdsConfiguration

data class AgentKnowledgeBaseStorageConfigurationRdsConfiguration(val credentialsSecretArn: String, val databaseName: String, val fieldMapping: AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping? = null, val resourceArn: String, val tableName: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database.

Link copied to clipboard

The name of your Amazon RDS database.

Link copied to clipboard

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

Link copied to clipboard

The namespace to be used to write new data to your database.

Link copied to clipboard

The name of the table in the database.