Why are we using Pinecone?
- There are a lot of vector databases out there!
- For simplicity, I’ve chosen to use Pinecone since it has a generous free tier and I’ve found the API documentation to be dead simple.
- In this video, we’ll set up our Pinecone index
What?
- We use Pinecone as our fully managed scalable, vector store to house the embeddings.
End Goal
- Integrate Pinecone to our project
Tasks
- Create a pinecone account
- Initialize your repostiory.
- Add API keys to the
.env file