Interface PineconeConfiguration.Builder

    • Method Detail

      • connectionString

        PineconeConfiguration.Builder connectionString​(String connectionString)

        The endpoint URL for your index management page.

        Parameters:
        connectionString - The endpoint URL for your index management page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialsSecretArn

        PineconeConfiguration.Builder credentialsSecretArn​(String credentialsSecretArn)

        The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.

        Parameters:
        credentialsSecretArn - The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Pinecone API key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldMapping

        PineconeConfiguration.Builder fieldMapping​(PineconeFieldMapping fieldMapping)

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

        Parameters:
        fieldMapping - Contains the names of the fields to which to map information about the vector store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        PineconeConfiguration.Builder namespace​(String namespace)

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

        Parameters:
        namespace - The namespace to be used to write new data to your database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.