With the recent rise of LLM's and various flavors of AI I have found myself in a position to not only utilize it in my workflow but actively incorporate it as a feature in several projects. In one project I was given an AI query application written in typescript and running on a pinecone database. I was tasked with taking the underlying technology and refactoring it to utilize a PostgreSQL database using pg-vector and laravel to query with ChatGPT.
In another project with a similar setup, we were able to enable the site to be queried in Spanish without having to directly translate any part of the site. In initial testing we were able to not only store our vectors in English but realistically query our English vectors with Spanish prompts to achieve very similar results.
At this time I am working on an electronJS app that interfaces with an in-game addon to feed related data to an api as part of a prompt for ChatGPT. I have no idea if it will be of any use, but its fun to try new things with AI right now.
The blog is mostly here to serve ass a simple way to link to long-form content on the site. There won't be any breaking news or tell-all stories here. Just good ole fashioned boring crap no one wants to read.