Skip to main content

Step 3: Pinecone

Pinecone Setup​

  1. Navigate to Pinecone.io and create an account
  2. Create a new serverless index. Name it anything you want. It's recommended that you use the same name as APP_NAME.
  3. Create a Pinecone API Key
  4. Save the Pinecone Index Name and API Key in your .env file as
PINECONE_INDEX_NAME = <Pinecone Index Name>
PINECONE_API_KEY = <Pinecone API Key>