This is a submission for the Redis AI Challenge: Beyond the Cache.
What I Built
I built QwikThreads as a solution for me and my classmates. We have been learning with AI for some time now, and whenever we wanted to go back to a particular chat, the history was too long to track and was a headache. So, I built this to help name the title of the LLM chat history and then add the chat link. This way, whenever I want to revisit a specific topic, I can query it, and it fetches it faster. I am happy to be the first user of this tool along with some friends because it will save me more time than ever. I can now fly through chats.
Demo
How I Used Redis 8
I was looking for a way to build a faster, blazing search that is accurate and reactive like Algolia, then I found out Redis has JSON datatypes, so I just modeled my data and used it as my primary database. Guess what, it worked pretty fast.
For into I am Fawuzan Ibrahim , A CS student i love to build useful stuff with cool tools like redis here is my handle https://dev.to/ibrahimpima
Top comments (0)