Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.29 KB

pinecone.md

File metadata and controls

32 lines (21 loc) · 1.29 KB

Pinecone

Prerequisite

  1. Register an account for Pinecone

  2. Click Create your first index\

  3. Input required fields
    Index Name, name of the index to be created. (e.g. elon-musk)
    Dimensions, size of the vectors to be inserted in the index. (e.g. 1536)\

  4. Click Create Index

Setup

  1. Get/Create your API Key

  2. Copy & Paste each details (API Key, Environment, Index Name) into Pinecone Upsert Document node or Pinecone Load Existing Index node

  3. Document can be connect with any node under Document Loader category

  4. Embeddings can be connect with any node under Embeddings category

Resources