Retrieval-Augmented Generation

Back in February I learned about Open WebUI and have been wanting to test it out with Retrieval-Augmented Generation (RAG). I’ll follow the tutorial available on Open WebUI’s site. The goal of RAG is to provide Large Language Models (LLMs) with specific information with the goal of improving the output. My main interest in RAG…

Continue Reading

One tip per day

I have been adding one tip per day to my daily tips GitHub repo for the past month. It’s a simple setup: I manually add tips to a YAML file I use a Python script to convert YAML to Markdown A helper script appends the Markdown file, README.md, with today’s tip I’ve also set up…

Continue Reading