Agent Knowledge Base Storage Configuration Pinecone Configuration Args
data class AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs(val connectionString: Output<String>, val credentialsSecretArn: Output<String>, val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs>
Constructors
Link copied to clipboard
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
val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationFieldMappingArgs>? = null
The names of the fields to which to map information about the vector store. This block supports the following arguments: