Connect AI Squared to Pinecone

This guide will help you configure the PineconeDB Connector in AI Squared to access and transfer data to your Pinecone database.

Prerequisites

Before proceeding, ensure you have the required API key, region, index name, model name, and namespace from your Pinecone database.

Step-by-Step Guide to Connect to your Pinecone Database

Step 1: Navigate to Pinecone Database

Start by logging into your Pinecone Console.

  1. Sign in to your Pinecone account at Pinecone Console.

Step 2: Locate Pinecone Configuration Details

Once you’re in the Pinecone console, you’ll find the necessary configuration details:

  1. API Key:

    • Click the API Keys tab on the left side the Pinecone Console.
    • If you haven’t created an API key before, click on “Create API key” to generate a new one. Make sure to copy the API Key as they are shown only once.
  2. Region, Index Name, Model Name, and Namespace:

    • Click on the Database tab then Indexes to see your list of Indexes.
    • Click on your selected Index.
    • The following details, region, index name, model name, and namespace, will be shown on this page.

Step 3: Configure PineconeDB Connector in Your Application

Now that you have gathered all the necessary details, enter the following information in your application:

  • API Key: The authentication key used to access your Pinecone project securely.
  • Region: The region where your Pinecone index is hosted.
  • Index Name: The name of the Pinecone index where your vectors will be stored or queried.
  • Model: The embedding model used to generate vector representations.
  • Namespace: A logical grouping within the index to isolate and organize your vectors.

Step 4: Test the PineconeDB Connection

After configuring the connector in your application:

  1. Save the configuration settings.
  2. Test the connection to Pinecone from your application to ensure everything is set up correctly.

By following these steps, you’ve successfully set up an Pinecone destination connector in AI Squared. You can now efficiently transfer data to your Pinecone endpoint for storage or further distribution within AI Squared.

Supported sync modes

ModeSupported (Yes/No/Coming soon)
Incremental syncYES
Full refreshComing soon

This guide will help you seamlessly connect your AI Squared application to Pinecone, enabling you to leverage your database’s full potential.