AgentKnowledgeBaseStorageConfigurationPineconeConfiguration

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

Constructors

constructor(connectionString: String, credentialsSecretArn: String, fieldMapping: AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMapping? = null, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Endpoint URL for your index management page.

Link copied to clipboard

ARN of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.

Link copied to clipboard

The names of the fields to which to map information about the vector store. This block supports the following arguments:

Link copied to clipboard
val namespace: String? = null

Namespace to be used to write new data to your database.