Building an AI Chat with Google Docs Knowledge Base Using Colab + Pinecone

Hey everyone, just wanted to share a recent project I built using Pinecone Assistants.

I spent the weekend learning how to use the Python SDK, and built a chat app with RAG using data from Google Drive. I was able to loop over docs in a drive folder and upload them to the assistant, then begin chatting with my docs!

The Quickstart guides were a huge help, and I found the docs to be very well organized and easy to navigate. Kudos to the docs team! Looking forward to building more with Pinecone!

2 Likes

awesome work, @greenFlux!

1 Like