Prerequisites
- Sign up for a Pinecone account at Pinecone.io.
- Get your Pinecone API key from the Pinecone dashboard.
Setup
- Add your Pinecone API key to the
.env
file.
.env
- The Starter-Kit already includes the necessary configuration for Pinecone in
src/lib/ai/pinecone.ts
, if you have selected the Pinecone Provider via the CLI. This file initializes the Pinecone client.