Harness the power of enterprise data in AI with RAG and Vector Databases
By: Isaac ― September 10, 2023
Unlock the power of enterprise data in AI systems using Retrieval Augmented Generation (RAG) and vector databases. Learn how these innovative tools can improve the accuracy, and trustworthiness of AI responses, grounding them in factual data and enhancing overall value.
Tags: AI
Category: General
Learn how to fine-tune GPT-3.5 Turbo
By: Isaac ― August 29, 2023
Learn how to fine-tune GPT-3.5 Turbo to always respond with JSON output - super useful when integrating AI into tools and APIs.
Category: General
Write better comments
By: Isaac ― April 16, 2022
Documenting software is crucial to ongoing maintenance and personal sanity. Some basic practices will help keep your code organized and sane.
Tags: Basics
Category: General
JS - Run function when elements load
By: Isaac ― March 12, 2022
This post displays a JS snippet I wrote recently to watch for specific elements to be loaded into the DOM and then run a function (callBack) on them once they have loaded. This can be helpful when you are unable to directly edit the AJAX on-load function or simply want to separate your code from the AJAX code.
Tags: Basics, JavaScript
Category: General
How to send emails and texts for free with Python
By: Isaac ― December 12, 2021
A simple demonstration of how to send emails and text messages for free using python and a Gmail account.
Category: General