Building a RAG chatbot with Go, SolidJS, Hugo, and SQLite
Last week I released a chatbot powered by retrieval-augmented generation (RAG) for the Epistemic Technology site. Along with it, I published a high-level overview of it intended for a general audience. In this post I dive more deeply into the engineering of the chatbot, for those who are pursuing similar experiments.
All of the code for the chatbot is available in the Epistemic Technology GitHub.