AI
Pinecone

Pinecone Integration

If you have purchased the AI boilerplate, then you can have Pinecone already integrated into your project with langchain and openAI ready to go.

Setup

  1. Create a Pinecone account at https://www.pinecone.io/ (opens in a new tab)
  2. Copy your API key from the Pinecone dashboard
  3. Paste your API key into the .env file in the root of your project as PINECONE_API_KEY

Usage

Now you can view the demo page at /ai-chatbot and see the example usage of the API where you can upload pdf files and then ask questions about the content of the pdf.