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
- Create a Pinecone account at https://www.pinecone.io/ (opens in a new tab)
- Copy your API key from the Pinecone dashboard
- Paste your API key into the
.env
file in the root of your project asPINECONE_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.