AI / Homelab
Building a Local RAG App
I’m continuing to exercise Codex’s muscles to develop useful tools. Over the last few days I have been working on a local RAG implementation in Python. RAG stands for Retrieval-Augmented Generation, which is a slightly grand…