Agent Knowledge Base Storage Configuration Redis Enterprise Cloud Configuration
data class AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfiguration(val credentialsSecretArn: String, val endpoint: String, val fieldMapping: AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping? = null, val vectorIndexName: String)
Constructors
Link copied to clipboard
constructor(credentialsSecretArn: String, endpoint: String, fieldMapping: AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping? = null, vectorIndexName: String)
Properties
Link copied to clipboard
ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database.
Link copied to clipboard
val fieldMapping: AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMapping? = null
The names of the fields to which to map information about the vector store. This block supports the following arguments:
Link copied to clipboard
Name of the vector index.