Articles tagged django.
Efficient Article Summarization with QStash: Handling API Rate Limits and Parallel Processing
In this article, we'll build an application to summarise hundreds of online articles at once. To create these summaries, we'll use QStash's LLM integration to call an Upstash-hosted LLM. This not…
Building a RAG Chatbot Using Langflow and Upstash Vector
In this blog, we will show you how to build a Retrieval-Augmented Generation (RAG) chatbot using Langflow and Upstash Vector. We'll leverage the integration of Upstash Vector with Langflow to create…
Building an Email Scheduler Using QStash Python SDK
In this blog, we will demonstrate how to build an email scheduler using the QStash Python SDK in combination with SendGrid and Django. Here is a live demo of the project deployed on Vercel for you to…