I’ve been reading more and more about LLM-based applications recently, itching to build something useful as a learning experience. In this post, I want to share a Retrieval Augmented Generation (RAG) system I’ve built in 100% Go and some insights I learned along the way. Some limitations of current LLMs Let’s take OpenAI’s API as
