Pinecone is a popular vector store that can be used to store and retrieve embeddings.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
index |
str | ✔️ | Pinecone index in your project to load data into | |
pinecone_environment |
str | ✔️ | Pinecone Cloud environment to use | Example 1: us-west1-gcp Example 2: gcp-starter |
pinecone_key |
str | ✔️ | The Pinecone API key to use matching the environment (copy from Pinecone console) |