.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PINECONE_API_KEY
secret
Pinecone settings Pinecone secret API key, e.g.: (not a real key)
PINECONE_ENVIRONMENT
Pinecone environment
PINECONE_INDEX
Pinecone index name, can be whatever you want.
PINECONE_INDEX_DIMENSION
Pinecone vector dimensions. This will be coupled to the embedding model you use. For example, OpenAI's text-embedding-ada-002 is 1536…
PINECONE_NAMESPACE
Pinecone namespace, "default" by default.
OPENAI_API_KEY
secret
OpenAI settings