AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs

data class AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs(val connectionString: Output<String>, val credentialsSecretArn: Output<String>, val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs>

Constructors

constructor(connectionString: Output<String>, credentialsSecretArn: Output<String>, fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs>? = null, namespace: Output<String>? = null)

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs