Building My First RAG System (Which Sadly Failed the Tax Preparer Exam)
A while back, I posted about how I gave the IRS’ volunteer tax preparer exam to ChatGPT. It scored in the 70s, but an 80% is the minimum required score to pass and be certified. A short while later, I took a Coursera short course on Retrieval Augmented Generation (RAG). I then decided to
https://www.mcgurrin.info/robots/8318/#Uncategorized #AI #chatbots #chromadB #gradio #llamaparse #LLMs #ollama #python #RAG #TaxesBuilding My First RAG System (Which Sadly Failed the Tax Preparer Exam) | The Aspiring Roboticist
The ghost of Julius Caesar took up programming, but never did like IDEs.
Texas public school teachers are now required to post the Ten Commandments in their classroom. Here’s how one teacher is handling it.
Didn't know that one yet. But it hits the nail on the head. As I already experienced.
LLMs like Claude can greatly accelerate a coding project, but they can also take away from learning. I often find my projects involve learning multiple new skill/tools. So I make limited use of AI for what I want to learn, but use it heavily for other tasks. For example, I wanted to learn RAG, Llama Index, etc, so I didn't heavily use Claude for that, but I DID use it to wrap it in Gradio for a nice user interface.
#LLM #AIBuilding on the RAG course I took, and with some help from Claude, I've got a tax chatbot running locally on my PC with a nice, web-based interface. Granted, running on my home PC, it takes several minutes to answer a question, but it's taking far less water and electricity than ChatGPT and its like.
Next up: a chat interface for our HOA covenants, bylaws, and architectural guidelines...