AgentKnowledgeBaseStorageConfigurationPineconeConfiguration

data class AgentKnowledgeBaseStorageConfigurationPineconeConfiguration(val connectionString: String, val credentialsSecretArn: String, val fieldMapping: AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping? = null, val namespace: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint URL for your index management page.

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

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

Link copied to clipboard
val namespace: String? = null

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