Let’s Build a Web App for Pinecone

Yesterday I blogged about Pinecone’s excellent RAG as a service system for quickly building generative AI systems: "Checkout Pinecone for Serverless RAG". It was so easy, I decided to take a look into what it would take to build a "real" application around their service. With that in mind, I whipped up a quick Flask application to demo just that. I’m still very new to Flask, so take this with a grain of salt, and design isn’t my strong point, but who cares, let’s dig in!
First off, a quick reminder of what I demonstrated yesterday. I used Pinecone’s Python SDK to:
Create an "Assistant", which you can think of as a collection of documents.
I... more →
Posted in: JavaScript