Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.19 KB

File metadata and controls

12 lines (8 loc) · 2.19 KB

DestinationPineconeIndexing

Pinecone is a popular vector store that can be used to store and retrieve embeddings.

Fields

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)