P

Pinecone

AI & Search

Overview

Send your ecommerce data to Pinecone as vector embeddings for semantic search, recommendation engines, and retrieval-augmented generation (RAG) applications.

Setup

  1. 1

    Sign up for Pinecone and create an index with 1536 dimensions and cosine metric.

  2. 2

    Copy your API key and environment from the Pinecone dashboard.

  3. 3

    Go to Dashboard > Outputs, click Connect on Pinecone, and enter your credentials.

  4. 4

    Data will be embedded and upserted to your index automatically.

Tips

  • The free tier allows one index with up to 100K vectors.
  • Index names can only contain lowercase letters, numbers, and hyphens.

Fields Required

API Key

your-pinecone-api-key

Secret

Environment

us-east-1-aws

Index Name

ecommerce-data

Setup Guide

  1. 1

    Go to Pinecone and sign up or log in.

    https://app.pinecone.io/
  2. 2

    Your API Key is on the dashboard under "API Keys" in the left sidebar — click the copy icon.

  3. 3

    Your Environment is displayed next to the API key (e.g., us-east-1-aws).

  4. 4

    Click "Indexes" in the sidebar, then "Create Index" to create a new index.

  5. 5

    Name it (e.g., smartecom-products), set Dimensions to 1536, choose cosine metric, and click Create.

Tips

  • The free tier allows one index with up to 100K vectors.
  • Index names can only contain lowercase letters, numbers, and hyphens.