Pinecone

Prerequisite

  1. Register an account for Pinecone

  2. Click Create your first index

  1. Fill in 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)

  1. Click Create Index

Setup

  1. Get/Create your API Key and Environment

  2. Add a new Pinecone node to canvas and fill in the parameters:

    • Pinecone Index

    • Pinecone namespace (optional)

  1. Create new Pinecone credential -> Fill in API Key and Environment

  1. Start the upsert process:

  1. Verify from Pinecone dashboard to see if data has been successfully upserted:

  1. Document can be connected with any node under Document Loader category

  2. Embeddings can be connected with any node under Embeddings category

Resources

Last updated