logo

Retrieval-augmented generation

It's been a long time!
Keeping up with my studies and learning a lot of new things at work has kept me busy. But now, I'm preparing for my Python exam and I'm determined to start blogging more regularly again. Over the past few weeks at work, I’ve been coding on a RAG-like system. It's been tough, honestly — it's way beyond my current skill level. But with the help of the internet, AI, a lot of debugging, and writing code on my own, I’ve managed to build something at least halfway decent. For anyone unfamiliar with RAG (Retrieval-Augmented Generation) AI, it basically means using AI with only the information you provide. This makes it a more private and controlled approach to AI. I plan to explain more in my personal project, where I’m combining things I’ve learned at work with tools and ideas I want to get better at. I hope to showcase my work later this week. It's far from finished, but I’ll take you along for the journey. I’ll link the project on this page once it's ready!

Update:
Here is the link to my repository and here is the link to project site.