Build a chatbot that actually knows your company

Step 1 of 13

01 / 13Pinecone

Set up the vector store index

In your Pinecone (or equivalent) account, create an index sized for your embedding model's output — 1536 dimensions if you're using OpenAI's text-embedding-3-small. Note the index name; you'll need it in n8n.

The n8n panel for: Set up the vector store index4 things to set here
  1. 1Open the Pinecone nodedouble-click it on the canvas
  2. 2Index namecopy the value below
  3. 3Dimensionscopy the value below
  4. 4Check before moving onAn empty index exists and is visible in your Pinecone dashboard.
Pinecone panel in n8nTap to enlarge
Index name
company-kb
Dimensions
1536
Checkpoint
An empty index exists and is visible in your Pinecone dashboard.