Articles tagged fly.
Running a RAG Chatbot with Ollama on Fly.io
Retrieval-Augmented Generation (RAG) is an advanced framework in natural language processing that significantly enhances the capabilities of chatbots and other conversational AI systems. It merges…
Build a Leaderboard at Edge using Upstash Redis and Fly.io
Build a Leaderboard at Edge using Upstash Redis and Fly.io
Building an AI Chatbot trained on custom content with LangChain, Faiss and Next.js
In this post, I talk about how I built an open-source Custom Content AI Chatbot with Upstash, Next.js, LangChain and Fly.io. Upstash helped me to schedule model training, offered way of generous rate…
Building a Chat Application using Upstash Kafka, Redis and Next.js
In this blog post, we will be creating a messaging application that allows users to create message clients and chat room. Additionally, users will be able to access past messages. The project…
Get Started with Sidekiq and Upstash Redis on Fly.io
Sidekiq is a popular background processing library in Ruby language. With this library, we can distribute our processes to what is called instead of doing the heavy work on the server itself. What…
Run Fly.io Apps with Serverless Redis
Fly.io is a great platform where you can distribute your application globally. When your application is global, your data needs to be global. You can run regular Redis as a Fly.io app but the problem…