Quicky - SSH key fingerprint Found some SSH private and public key files, but don't remember if they go together? Well, that's today's problem. A client asked for my public key for their lab, but I wasn't 100% confident that the public key I have on my
RAG Prototype - Part 2 In part 1, I setup an empty containerized PostgresSQL database with the PGVector extension so it can be used in the RAG prototype. Today, I'll be using a python script to define the vector table that will store vectors and corresponding plain text content and then...
Featured Welcome Thanks for visiting. Here, you will find articles on software development, infosec, AI/ML, DNS, and data engineering. I enjoy taking things apart until I can understand them and explain them to others. This is ...
LLM RAG Prototype - Part 1 A peer recently inspired me to see how quickly I could build a RAG (Retrieval Augmented Generation) system to implement a standard LLM chat interface with responses limited to content from a collection of private technical documents. As luck would have it, an older TalkPython podcast had introduced me to